# `PdfElixide.Color.CMYK`
[🔗](https://github.com/r8/pdf_elixide/blob/v0.16.0/lib/pdf_elixide/color/cmyk.ex#L1)

A DeviceCMYK color — cyan, magenta, yellow, and key (black), each in the
`0.0..1.0` range.

Only annotation colors can take this shape; see `PdfElixide.Color`.

# `t`

```elixir
@type t() :: %PdfElixide.Color.CMYK{c: float(), k: float(), m: float(), y: float()}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
