Color: #C01CDF

#C01CDF Color Information

#C01CDF is a dark color. The closest websafe version is #C01CDF. A complement of this color would be #3CDE1B, perceived brightness is 0.39, and the grayscale version is #7E7E7E.

In the HSL color space, this color has a hue angle of 290°,a saturation of 78%, and a lightness of 49%.The HSV representation shows a hue of 290°, a saturation of 87%, and a value of 87%.

In a RGB color space, #C01CDF is composed of 75% red, 11% green and 87% blue. Whereas in a CMYK color space, it is composed of 14% cyan, 87% magenta, 0% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 17.03, x: 0.3250, and y: 0.1629.

Color Code #C01CDF

#C01CDFrgb(192, 28, 223)
HEX
#C01CDF
RGB
rgb(192, 28, 223)
HSL
hsl(290, 78%, 49%)
HSV
hsv(290, 87%, 87%)
CMYK
14%, 87%, 0%, 13%
XYZ
X: 33.99, Y: 17.03, Z: 53.55
Lab
L: 48.30, a: 76.04, b: -62.28
Name

Shades of Color #C01CDF

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

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

#C01CDFrgb(192, 28, 223)

About #C01CDF Color Code

In the HSL color space, this color has a hue angle of 290°, a saturation of 78%, and a lightness of 49%. The HSV representation shows a hue of 290°, a saturation of 87%, and a value of 87%.

  • HEX: #C01CDF
  • RGB: rgb(192, 28, 223)
  • HSL: hsl(290, 78%, 49%)
  • HSV: hsv(290, 87%, 87%)
  • CMYK: 14.00% cyan, 87.00% magenta, 0.00% yellow, 13.00% black
  • XYZ: 33.99, 17.03, 53.55
  • Yxy: 17.03, 0.3250, 0.1629
  • Hunter Lab: 48.30, 76.04, -62.28
  • CIE-Lab: 48.30, 76.04, -62.28

In the XYZ color space, this color is represented as X: 33.99, Y: 17.03, Z: 53.55. The Yxy representation further refines this as Y: 17.03, x: 0.3250, and y: 0.1629.

In the Hunter Lab color space, this color is represented as L: 48.30, a: 76.04, and b: -62.28. Similarly, in the CIE-Lab color space, it is represented as L: 48.30, a: 76.04, and b: -62.28.

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

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

Analogous Colors of #C01CDF

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

Monochromatic Colors of #C01CDF

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

Complementary Color of #C01CDF

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

/* Using HEX */
body {
  background-color: #c01cdf;
}
/* Using RGB */
body {
  background-color: rgb(192, 28, 223);
}
/* Using RGB with opacity */
body {
  background-color: rgba(192, 28, 223, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(290, 78%, 49%);
}
/* Text color */
p {
  color: #c01cdf;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c01cdf;
}
/* Border color */
.box {
  border: 4px solid #c01cdf;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #c01cdf;
}
Text Shadow Preview
/* Background with text */
div {
  background: #c01cdf;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#C01CDF
On Black Background
#C01CDF
On White Background
#C01CDF

HTML Examples of #C01CDF

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

Related Colors of #C01CDF

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