Color #C90249

HEX

#C90249

RGB

(201, 2, 73)

Quick Actions

Color Values

Color Space Values
RGB
R: 201, G: 2, B: 73 (79%, 1%, 29%)
CMYK C: 0%, M: 99%, Y: 64%, K: 21%
HSL H: 339°, S: 98%, L: 40%
HSV H: 339°, S: 99%, V: 79%
CIE-LAB L: 42.67, a: 68.78, b: 19.29
CIE-LCH L: 42.67, C: 71.43, H: 15.67
Hunter-Lab L: 35.97, a: 60.18, b: 10.64
Web Safe
#cc0033
Complementary
#01c982

#C90249 is a color with RGB values of 201 red, 2 green, and 73 blue (79%, 1%, 29% respectively). In the CMYK color space, it consists of 0% cyan, 99% magenta, 64% yellow, and 21% black. The color has a hue angle of 339°, 98% saturation, and 40% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #cc0033. The complementary color is #01c982, 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 #C90249

Explore different variations of #C90249 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 #C90249. 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 #C90249

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

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #C90249

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 #C90249

Text with #C90249

This text has a font color of #C90249.

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

#C90249 background color

This paragraph has a background color of #C90249.

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

#C90249 border color

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

#C90249 box shadow

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