Digital to Print

Convert HEX to CMYK

HEX to CMYK conversion translates web-ready hexadecimal color codes into Cyan, Magenta, Yellow, and Key (Black) percentages for 4-color process printing. Enter any HEX code and instantly see the CMYK breakdown alongside a print-simulated preview. This free tool bridges the gap between screen design and print production.

Convert to CMYK
INPUT

Enter HEX Color Code

#
RGB228, 0, 43
HSL349°, 100%, 45%
Popular Colors
RESULT

CMYK Process Values

CMYK VALUES

0%, 100%, 81%, 11%

#E4002B

Ink Channel Breakdown

Copied!
TRANSLATION

Digital to Print Color Translation

Why screen colors need a math conversion for press output

Screens produce color by emitting light (additive RGB). Printers produce color by laying down ink that absorbs light (subtractive CMYK). These two systems work in opposite directions — mixing all RGB colors creates white, while mixing all CMYK inks creates near-black.

HEX to CMYK conversion first decodes the hexadecimal string into R, G, B channels, then mathematically converts those additive values into subtractive C, M, Y, K percentages. The formula finds the Key (black) value first — K = 1 - max(R'/255, G'/255, B'/255) — then derives each ink channel relative to K.

This mathematical conversion assumes ideal inks and white paper. Real printing introduces variables like ink absorption, dot gain, and paper color. Professional workflows apply ICC profiles to account for these factors, but the mathematical conversion is the essential starting point.

CMYK Ink Layers
Cyan
Magenta
Yellow
Key
FORMULA

HEX to CMYK Formula Explained

Step-by-step mathematical conversion from hexadecimal to process color

StepFormulaExample (#E4002B)
1. HEX→RGBParse each pair as base-16R=228, G=0, B=43
2. NormalizeR'=R/255, G'=G/255, B'=B/255R'=0.894, G'=0, B'=0.169
3. Find KK = 1 - max(R', G', B')K = 1 - 0.894 = 0.106 → 11%
4. Find CC = (1 - R' - K) / (1 - K)C = (1-0.894-0.106)/0.894 = 0%
5. Find MM = (1 - G' - K) / (1 - K)M = (1-0-0.106)/0.894 = 100%
6. Find YY = (1 - B' - K) / (1 - K)Y = (1-0.169-0.106)/0.894 = 81%

The Key (K) value is derived first because pure CMY inks cannot produce true black. Separating K also reduces ink usage — printing dark colors with less C, M, Y and more K saves ink and improves drying time.

USE CASE

HEX to CMYK for Flyer Design

Workflow for preparing web-designed graphics for commercial print

01

Design in RGB/HEX

Create your flyer in Canva, Figma, or Photoshop using HEX colors from the brand guide. RGB mode gives you the widest color palette and real-time screen accuracy.

02

Convert Colors to CMYK

Enter each HEX color into this converter. Note the CMYK percentages. Pay attention to colors that have very high combined ink coverage (C+M+Y+K > 300%) — printers may request you reduce total ink to prevent smearing.

03

Export Print-Ready PDF

Switch your design document to CMYK color mode. Apply the converted values. Export as PDF/X-1a (CMYK, no RGB), embed fonts, add 3mm bleed marks. Send to your print vendor.

QUALITY

Pre-Flight Color Checks

4 things to verify before sending CMYK files to the printer

Total Ink Coverage

Most presses limit total ink (C+M+Y+K) to 300%. Colors exceeding this threshold can cause ink pooling, offset, and slow drying. Check rich blacks and dark tones carefully.

Rich Black vs 100K

Pure 100% K (0,0,0,100) prints as a slightly transparent dark gray. Rich black (60,40,20,100) produces a deeper, denser black. Use rich black for large background areas, 100K for body text.

Soft Proofing

Use Photoshop's Proof Colors (View → Proof Colors → Working CMYK) to simulate how CMYK will look on screen before printing. This preview highlights gamut warnings for colors that will shift.

Color Profile

Embed the correct ICC profile: US Web Coated (SWOP) for North America, ISO Coated v2 for Europe. The profile tells the RIP how to interpret your CMYK values for the specific press and paper combination.

FAQ

HEX to CMYK — Frequently Asked Questions

Screens emit light (RGB/additive), printers absorb light (CMYK/subtractive). Some HEX colors — especially vivid blues, greens, and oranges — fall outside the CMYK gamut and cannot be reproduced exactly in print. The CMYK version will always look slightly different.

Total ink coverage is C% + M% + Y% + K%. Most presses cap this at 280-320%. Values above 300% risk ink smearing, slow drying, and paper warping. If your converted CMYK values exceed this, reduce the lightest channel proportionally.

Design in RGB for the widest color selection, then convert to CMYK before export. This gives you creative flexibility during design and color accuracy for print. Use soft proofing to catch gamut issues early.

The math is exact, but it assumes ideal inks and paper. Real printing introduces dot gain, ink absorption, and paper tint. Professional workflows apply ICC profiles on top of the mathematical conversion to compensate for these variables.

Canva Pro supports CMYK PDF export. Free Canva only exports in RGB. If using free Canva, convert HEX to CMYK here, note the values, and provide them to your print vendor along with the RGB file — they will handle the color conversion during pre-press.

Yes. 100% free, unlimited conversions, no sign-up.