IT Market
Tools/Design/Colors/HEX to CMYK Converter Online for Print
HEX → CMYK

Конвертер цветов из HEX в CMYK для печати

Tool guide

HEX to CMYK Converter Online for Print

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.

How to use it

  1. Type or paste the code into the «HEX colour» field; the sample value #FF0000 is there to be replaced.
  2. The leading hash is optional — E63946 is parsed exactly like #E63946.
  3. Press «Convert» and the four C, M, Y, K percentages appear along with a colour swatch.
  4. Copy those percentages into the fill settings of Illustrator, InDesign or CorelDRAW.
  5. Use «Copy» to grab the result as text and send it to your print shop.

FAQ

Why does the result almost always carry some K?

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.

Can I hand these percentages to a printer as final values?

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.

Nothing happens when I press the button — why?

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.

How do I get a Pantone colour from this?

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.

Is the HEX code I paste sent to a server?

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.

Are eight-digit codes with alpha, such as #E63946CC, supported?

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.

Examples

A red site button heading to a business card
Before: #E63946
After: C 0%, M 75%, Y 70%, K 10% — expect it a touch duller on paper than on screen
Logo blue prepared for a banner
Before: #0057B7
After: C 100%, M 52%, Y 0%, K 28%