Color #C9107E

HEX

#C9107E

RGB

(201, 16, 126)

Quick Actions

Color Values

Color Space Values
RGB
R: 201, G: 16, B: 126 (79%, 6%, 49%)
CMYK C: 0%, M: 92%, Y: 37%, K: 21%
HSL H: 324°, S: 85%, L: 43%
HSV H: 324°, S: 92%, V: 79%
CIE-LAB L: 44.65, a: 71.45, b: -11.03
CIE-LCH L: 44.65, C: 72.3, H: 351.22
Hunter-Lab L: 37.8, a: 63.65, b: -12.46
Web Safe
#cc0066
Complementary
#0fc95a

#C9107E is a color with RGB values of 201 red, 16 green, and 126 blue (79%, 6%, 49% respectively). In the CMYK color space, it consists of 0% cyan, 92% magenta, 37% yellow, and 21% black. The color has a hue angle of 324°, 85% saturation, and 43% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #cc0066. The complementary color is #0fc95a, which can be used to create high-contrast color combinations. This color can be effectively used in web design for text, backgrounds, borders, and other UI elements as demonstrated below.

Color Variations of #C9107E

Explore different variations of #C9107E including shades, tints, and monochromatic colors. Each variation maintains the color's essence while offering different levels of intensity and brightness.

Shades

Darker variations created by mixing with black, perfect for creating depth and contrast

90% to 20% darkness

Tints

Lighter variations created by mixing with white, ideal for subtle and soft color schemes

10% to 80% lightness

Monochromatic Palette

Colors using the same hue with varying saturation and brightness, creating harmonious combinations

90% to 20% brightness scale

Using Monochromatic Colors

Monochromatic color schemes are created using different shades, tints, and tones of #C9107E. This palette is perfect for creating depth and visual interest while maintaining color harmony. Ideal for minimalist designs, infographics, and professional presentations.

Color Schemes with #C9107E

Explore different color combinations and harmonies that work well with #C9107E.

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #C9107E

A tone is produced by adding gray to any pure hue. In this case, the less saturated colors have more gray mixed in, while the more saturated ones are closer to the pure color.

How to Use #C9107E

Text with #C9107E

This text has a font color of #C9107E.

<span style="color:#C9107E;">Text here</span>
.text { color: #C9107E; }

#C9107E background color

This paragraph has a background color of #C9107E.

<p style="background-color:#C9107E;">Content here</p>
.background { background-color: #C9107E; }

#C9107E border color

This element has a border color of #C9107E.
<div style="border:1px solid #C9107E;">Content here</div>
.border { border: 1px solid #C9107E; }

#C9107E box shadow

This element has a box shadow using #C9107E.
<div style="box-shadow: 0 4px 6px -1px #C9107E80">Content here</div>
.shadow { box-shadow: 0 4px 6px -1px #C9107E80; }
Copied to clipboard!