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

# CMCMYColor

Contains color values expressed in the CMY color space.

## Declaration

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

## Overview

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

## Topics

### Instance Properties

- [cyan](cmcmycolor/1560687-cyan.md)
- [magenta](cmcmycolor/1560328-magenta.md)
- [yellow](cmcmycolor/1560729-yellow.md)
