Color: #C20AFF

#C20AFF Color Information

#C20AFF is a dark color. The closest websafe version is #C20AFF. A complement of this color would be #47FF0A, perceived brightness is 0.36, and the grayscale version is #858585.

In the HSL color space, this color has a hue angle of 285°,a saturation of 99%, and a lightness of 52%.The HSV representation shows a hue of 285°, a saturation of 96%, and a value of 100%.

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

In the Yxy color space, this color is represented as Y: 18.28, x: 0.2955, and y: 0.1423.

Color Code #C20AFF

#C20AFFrgb(194, 10, 255)
HEX
#C20AFF
RGB
rgb(194, 10, 255)
HSL
hsl(285, 100%, 52%)
HSV
hsv(285, 96%, 100%)
CMYK
24%, 96%, 0%, 0%
XYZ
X: 37.95, Y: 18.28, Z: 72.20
Lab
L: 49.84, a: 82.64, b: -77.77
Name

Shades of Color #C20AFF

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

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

#C20AFFrgb(194, 10, 255)

About #C20AFF Color Code

In the HSL color space, this color has a hue angle of 285°, a saturation of 100%, and a lightness of 52%. The HSV representation shows a hue of 285°, a saturation of 96%, and a value of 100%.

  • HEX: #C20AFF
  • RGB: rgb(194, 10, 255)
  • HSL: hsl(285, 100%, 52%)
  • HSV: hsv(285, 96%, 100%)
  • CMYK: 24.00% cyan, 96.00% magenta, 0.00% yellow, 0.00% black
  • XYZ: 37.95, 18.28, 72.20
  • Yxy: 18.28, 0.2955, 0.1423
  • Hunter Lab: 49.84, 82.64, -77.77
  • CIE-Lab: 49.84, 82.64, -77.77

In the XYZ color space, this color is represented as X: 37.95, Y: 18.28, Z: 72.20. The Yxy representation further refines this as Y: 18.28, x: 0.2955, and y: 0.1423.

In the Hunter Lab color space, this color is represented as L: 49.84, a: 82.64, and b: -77.77. Similarly, in the CIE-Lab color space, it is represented as L: 49.84, a: 82.64, and b: -77.77.

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

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

Analogous Colors of #C20AFF

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

Monochromatic Colors of #C20AFF

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

Complementary Color of #C20AFF

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

/* Using HEX */
body {
  background-color: #c20aff;
}
/* Using RGB */
body {
  background-color: rgb(194, 10, 255);
}
/* Using RGB with opacity */
body {
  background-color: rgba(194, 10, 255, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(285, 100%, 52%);
}
/* Text color */
p {
  color: #c20aff;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c20aff;
}
/* Border color */
.box {
  border: 4px solid #c20aff;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #c20aff;
}
Text Shadow Preview
/* Background with text */
div {
  background: #c20aff;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#C20AFF
On Black Background
#C20AFF
On White Background
#C20AFF

HTML Examples of #C20AFF

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

Related Colors of #C20AFF

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