cmyk_to_hex
Convert CMYK percentages (cyan, magenta, yellow, key) to a hex color code for use in web design or digital applications.
Instructions
Convert CMYK values to hex color.
Parameters:
cyan — Cyan percentage (0-100).
magenta — Magenta percentage (0-100).
yellow — Yellow percentage (0-100).
key — Key/Black percentage (0-100).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cyan | Yes | ||
| magenta | Yes | ||
| yellow | Yes | ||
| key | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |