hex_to_cmyk
Convert a hex color (without #) to CMYK values for print-ready color conversion.
Instructions
Convert hex color to CMYK (Cyan, Magenta, Yellow, Key/Black).
Parameters:
hex_color — Hex color without # (e.g. '3498db').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hex_color | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |