Color: #C0096E

#C0096E Color Information

#C0096E is a dark color. The closest websafe version is #C0096E. A complement of this color would be #09BE5A, perceived brightness is 0.30, and the grayscale version is #656565.

In the HSL color space, this color has a hue angle of 327°,a saturation of 91%, and a lightness of 39%.The HSV representation shows a hue of 327°, a saturation of 95%, and a value of 75%.

In a RGB color space, #C0096E is composed of 75% red, 4% green and 43% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 95% magenta, 43% yellow and 25% black.

In the Yxy color space, this color is represented as Y: 12.87, x: 0.5055, and y: 0.2569.

Color Code #C0096E

#C0096Ergb(192, 9, 110)
HEX
#C0096E
RGB
rgb(192, 9, 110)
HSL
hsl(327, 91%, 39%)
HSV
hsv(327, 95%, 75%)
CMYK
0%, 95%, 43%, 25%
XYZ
X: 25.32, Y: 12.87, Z: 11.90
Lab
L: 42.57, a: 67.75, b: -3.89
Name

Shades of Color #C0096E

Shades are created by darkening the original color #C0096E in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #C0096E

Tints are created by lightening the original color #C0096E in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#C0096Ergb(192, 9, 110)

About #C0096E Color Code

In the HSL color space, this color has a hue angle of 327°, a saturation of 91%, and a lightness of 39%. The HSV representation shows a hue of 327°, a saturation of 95%, and a value of 75%.

  • HEX: #C0096E
  • RGB: rgb(192, 9, 110)
  • HSL: hsl(327, 91%, 39%)
  • HSV: hsv(327, 95%, 75%)
  • CMYK: 0.00% cyan, 95.00% magenta, 43.00% yellow, 25.00% black
  • XYZ: 25.32, 12.87, 11.90
  • Yxy: 12.87, 0.5055, 0.2569
  • Hunter Lab: 42.57, 67.75, -3.89
  • CIE-Lab: 42.57, 67.75, -3.89

In the XYZ color space, this color is represented as X: 25.32, Y: 12.87, Z: 11.90. The Yxy representation further refines this as Y: 12.87, x: 0.5055, and y: 0.2569.

In the Hunter Lab color space, this color is represented as L: 42.57, a: 67.75, and b: -3.89. Similarly, in the CIE-Lab color space, it is represented as L: 42.57, a: 67.75, and b: -3.89.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #C0096E

Triadic colors are three colors evenly spaced around the color wheel, including #C0096E. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #C0096E

Analogous colors are adjacent to #C0096E on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Split Complementary Colors of #C0096E

Split complementary colors are two colors adjacent to the complementary color of #C0096E. They create a balanced and visually appealing color scheme.

Tetradic Colors of #C0096E

Tetradic colors form a rectangle on the color wheel, including #C0096E. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #C0096E

Monochromatic colors are variations of #C0096E, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #C0096E

The complementary color of #C0096E is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #C0096E

/* Using HEX */
body {
  background-color: #c0096e;
}
/* Using RGB */
body {
  background-color: rgb(192, 9, 110);
}
/* Using RGB with opacity */
body {
  background-color: rgba(192, 9, 110, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(327, 91%, 39%);
}
/* Text color */
p {
  color: #c0096e;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c0096e;
}
/* Border color */
.box {
  border: 4px solid #c0096e;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #c0096e;
}
Text Shadow Preview
/* Background with text */
div {
  background: #c0096e;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#C0096E
On Black Background
#C0096E
On White Background
#C0096E

HTML Examples of #C0096E

<!-- Using HEX -->
<div style="background-color: #c0096e; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(192, 9, 110); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(192, 9, 110, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(327, 91%, 39%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #c0096e;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #c0096e; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #c0096e; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #c0096e;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #c0096e; color: #fff; padding: 16px; border-radius: 8px;">
  #C0096E
</div>
#C0096E
On Black Background
#C0096E
On White Background
#C0096E

Related Colors of #C0096E

These colors are similar to #C0096E, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.