HEX to CMYK Color Converter

Convert HEX color codes to CMYK print values with live preview.

How it works

HEX is parsed to RGB, then converted with the standard formula: K = 1 − max(R,G,B), C = (1−R−K)/(1−K), etc.

Examples

InputOutput
#FF8000cmyk(0%, 50%, 100%, 0%)
#000000cmyk(0%, 0%, 0%, 100%)
#FFFFFFcmyk(0%, 0%, 0%, 0%)

Frequently Asked Questions

Why convert HEX to CMYK?

Designs are usually made on screen in HEX/RGB, then printed in CMYK — this shows how your brand colors translate to ink percentages.

Is it accurate for professional printing?

It is the standard mathematical conversion; for critical color work, calibrate with a physical proof.

Does 3-digit HEX work?

Yes — #F80 is expanded to #FF8800 automatically.

Related Tools

RGB to HEX ConverterHEX to RGB ConverterCMYK to RGB ConverterRGB to CMYK ConverterColor Code to Name Converter