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

# CMHSVColor

Contains a color value expressed in the HSV color space.

## Declaration

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

## Overview

A color value expressed in the HSV color space is composed of `hue`, `saturation`, and `value` component values. Each color component is expressed as a numeric value within the range of 0 to 65535 inclusive. The `hue` value represents a fraction of a circle in which red is positioned at 0. 

## Topics

### Instance Properties

- [hue](cmhsvcolor/1560438-hue.md)
- [saturation](cmhsvcolor/1560439-saturation.md)
- [value](cmhsvcolor/1560284-value.md)
