HEX to CMYK Converter

Enter a HEX color code to convert it instantly into CMYK values.

Enter HEX to see result

This HEX to CMYK Converter instantly convert hexadecimal (HEX) color codes into CMYK (Cyan, Magenta, Yellow, Black) values for printing, publishing, branding, packaging, and professional design projects.

To use this HEX to CMYK Converter:

  1. Enter your HEX color code (for example: #336699).
  2. The converter will instantly calculate the corresponding CMYK percentages.
  3. View your selected color preview in real time.
  4. Copy CMYK values easily for print and design workflows.
  5. Explore related shades and color variations through the display section.

Understanding HEX and CMYK Color Models

HEX is a web-based color system that represents colors using six hexadecimal characters.

CMYK stands for: C = Cyan, M = Magenta, Y = Yellow and K = Black (Key)

CMYK is primarily used for physical poly and offset printing and professional print production.

Why Convert HEX to CMYK?

How to Manually Convert HEX to CMYK

You first need to convert HEX to RGB for manual conversion of HEX to CMYK. Here's quick overview of HEX to RGB Conversion and detailed guide is mentioned on HEX to RGB Converter

Step 1: Convert HEX to RGB

Separate the HEX code into three pairs of Red, Green and Blue.

For Example:#336699 has R=33, G=66 and B=99.

From the HEX to Decimal Reference table, we found that each Pair is

RGB = (51, 102, 153)

Once you have RGB values, you may refer to RGB to CMYK Converter for complete manual process of conversion. The quick guide is below.

Step 2: Normalize RGB values by dividing each RGB component by 255.

Final CMYK Result: #336699 = CMYK(67%, 33%, 0%, 40%)

Common HEX to CMYK Examples

#FF7F50 = CMYK(0%, 50%, 69%, 0%) #40E0D0 = CMYK(71%, 0%, 7%, 12%) #8B4513 = CMYK(0%, 50%, 86%, 45%) #FF1493 = CMYK(0%, 92%, 42%, 0%) #228B22 = CMYK(76%, 0%, 76%, 45%) #FAF0E6 = CMYK(0%, 4%, 8%, 2%)