Color: #C20982

#C20982 Color Information

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

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

In a RGB color space, #C20982 is composed of 76% red, 4% green and 51% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 95% magenta, 33% yellow and 24% black.

In the Yxy color space, this color is represented as Y: 13.55, x: 0.4698, and y: 0.2373.

Color Code #C20982

#C20982rgb(194, 9, 130)
HEX
#C20982
RGB
rgb(194, 9, 130)
HSL
hsl(321, 91%, 40%)
HSV
hsv(321, 95%, 76%)
CMYK
0%, 95%, 33%, 24%
XYZ
X: 26.82, Y: 13.55, Z: 16.72
Lab
L: 43.58, a: 69.57, b: -14.74
Name

Shades of Color #C20982

Shades are created by darkening the original color #C20982 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 #C20982

Tints are created by lightening the original color #C20982 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.

#C20982rgb(194, 9, 130)

About #C20982 Color Code

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

  • HEX: #C20982
  • RGB: rgb(194, 9, 130)
  • HSL: hsl(321, 91%, 40%)
  • HSV: hsv(321, 95%, 76%)
  • CMYK: 0.00% cyan, 95.00% magenta, 33.00% yellow, 24.00% black
  • XYZ: 26.82, 13.55, 16.72
  • Yxy: 13.55, 0.4698, 0.2373
  • Hunter Lab: 43.58, 69.57, -14.74
  • CIE-Lab: 43.58, 69.57, -14.74

In the XYZ color space, this color is represented as X: 26.82, Y: 13.55, Z: 16.72. The Yxy representation further refines this as Y: 13.55, x: 0.4698, and y: 0.2373.

In the Hunter Lab color space, this color is represented as L: 43.58, a: 69.57, and b: -14.74. Similarly, in the CIE-Lab color space, it is represented as L: 43.58, a: 69.57, and b: -14.74.

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

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

Analogous Colors of #C20982

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

Split Complementary Colors of #C20982

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

Tetradic Colors of #C20982

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

Monochromatic Colors of #C20982

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

Complementary Color of #C20982

The complementary color of #C20982 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 #C20982

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

HTML Examples of #C20982

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

Related Colors of #C20982

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