---
title: CMCMYKColor
framework: Application Services
role: symbol
role_heading: Structure
platforms: [macOS 10.0+]
path: applicationservices/cmcmykcolor
---

# CMCMYKColor

Contains color values expressed in the CMYK color space.

## Declaration

```occ
typedef struct CMCMYKColor {
    ...
} CMCMYKColor;
```

## Overview

A color value expressed in the CMYK color space is composed of `cyan`, `magenta`, `yellow`, and `black` component values. Each color component is expressed as a numeric value within the range of 0 to 65535 inclusive. 

## Topics

### Instance Properties

- [black](cmcmykcolor/1560663-black.md)
- [cyan](cmcmykcolor/1560337-cyan.md)
- [magenta](cmcmykcolor/1560229-magenta.md)
- [yellow](cmcmykcolor/1560670-yellow.md)
