Color: #C20CBE

#C20CBE Color Information

#C20CBE is a dark color. The closest websafe version is #C20CBE. A complement of this color would be #0CC00F, perceived brightness is 0.34, and the grayscale version is #676767.

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

In a RGB color space, #C20CBE is composed of 76% red, 5% green and 75% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 94% magenta, 2% yellow and 24% black.

In the Yxy color space, this color is represented as Y: 15.39, x: 0.3695, and y: 0.1833.

Color Code #C20CBE

#C20CBErgb(194, 12, 190)
HEX
#C20CBE
RGB
rgb(194, 12, 190)
HSL
hsl(301, 88%, 40%)
HSV
hsv(301, 94%, 76%)
CMYK
0%, 94%, 2%, 24%
XYZ
X: 31.03, Y: 15.39, Z: 37.56
Lab
L: 46.16, a: 74.72, b: -46.67
Name

Shades of Color #C20CBE

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

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

#C20CBErgb(194, 12, 190)

About #C20CBE Color Code

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

  • HEX: #C20CBE
  • RGB: rgb(194, 12, 190)
  • HSL: hsl(301, 88%, 40%)
  • HSV: hsv(301, 94%, 76%)
  • CMYK: 0.00% cyan, 94.00% magenta, 2.00% yellow, 24.00% black
  • XYZ: 31.03, 15.39, 37.56
  • Yxy: 15.39, 0.3695, 0.1833
  • Hunter Lab: 46.16, 74.72, -46.67
  • CIE-Lab: 46.16, 74.72, -46.67

In the XYZ color space, this color is represented as X: 31.03, Y: 15.39, Z: 37.56. The Yxy representation further refines this as Y: 15.39, x: 0.3695, and y: 0.1833.

In the Hunter Lab color space, this color is represented as L: 46.16, a: 74.72, and b: -46.67. Similarly, in the CIE-Lab color space, it is represented as L: 46.16, a: 74.72, and b: -46.67.

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

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

Analogous Colors of #C20CBE

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

Split Complementary Colors of #C20CBE

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

Tetradic Colors of #C20CBE

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

Monochromatic Colors of #C20CBE

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

Complementary Color of #C20CBE

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

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

HTML Examples of #C20CBE

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

Related Colors of #C20CBE

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