Конвертер цветов из HEX в CMYK для печати
Tool guide
A website lives in HEX codes, but a print shop asks for four ink percentages, and this page bridges exactly that gap. Paste something like #E63946 and get the C, M, Y and K numbers to hand to a printer for business cards, a banner or a catalogue. The conversion is arithmetic rather than ICC-based, so vivid screen colours lose punch on paper and the result is worth a proof. See also: turn CMYK ink values back into HEX, sample a colour on screen and get its code, read the main colours out of a layout image.
The formula finds the darkest component of the colour, moves it into the black plate and recalculates the other three channels against it. Print shops prefer that: it saves coloured ink and gives cleaner shadows. It is also why converting back to HEX may return different numbers for the same visible colour.
As a starting point, yes; as a signed-off colour, no. The formula knows nothing about your paper, inks or press profile. For a print run ask the shop for their ICC profile or a proof — the gap between calculated numbers and ink on coated versus uncoated stock is easy to see.
Usually the field still holds something the parser rejects: a stray space, a comma, or a three-character shorthand. The tool expects six hexadecimal characters with or without the hash, so expand #F00 to #FF0000 and try again.
You cannot, directly. Pantone is a catalogue of premixed spot inks rather than a calculated model. Use these CMYK numbers as a starting point and match the nearest swatch from a physical Pantone fan with your printer — the choice is always made against a printed sample.
No. Parsing and the percentage maths happen in the page's own script, so neither the code nor the result leaves the tab and an unannounced rebrand palette is safe to test. Styling loads from a third-party CDN, but your input is never handed to it.
No — transparency has no CMYK equivalent, since ink has a screen percentage rather than an alpha value. Drop the last two characters, convert the remaining six, and set any transparency in the print layout itself.
Before: #E63946
After: C 0%, M 75%, Y 70%, K 10% — expect it a touch duller on paper than on screen
Before: #0057B7
After: C 100%, M 52%, Y 0%, K 28%
Your rating and feedback help decide what to improve next.