Color: #C80DF2
#C80DF2 Color Information
#C80DF2 is a dark color. The closest websafe version is #C80DF2. A complement of this color would be #37F20D, perceived brightness is 0.37, and the grayscale version is #7F7F7F.
In the HSL color space, this color has a hue angle of 289°,a saturation of 90%, and a lightness of 50%.The HSV representation shows a hue of 289°, a saturation of 100%, and a value of 100%.
In a RGB color space, #C80DF2 is composed of 78% red, 5% green and 95% blue. Whereas in a CMYK color space, it is composed of 17% cyan, 95% magenta, 0% yellow and 5% black.
In the Yxy color space, this color is represented as Y: 18.52, x: 0.3149, and y: 0.1533.
Color Code #C80DF2
Shades of Color #C80DF2
Shades are created by darkening the original color #C80DF2 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 #C80DF2
Tints are created by lightening the original color #C80DF2 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.
About #C80DF2 Color Code
In the HSL color space, this color has a hue angle of 289°, a saturation of 90%, and a lightness of 50%. The HSV representation shows a hue of 289°, a saturation of 95%, and a value of 95%.
- HEX: #C80DF2
- RGB: rgb(200, 13, 242)
- HSL: hsl(289, 90%, 50%)
- HSV: hsv(289, 95%, 95%)
- CMYK: 17.00% cyan, 95.00% magenta, 0.00% yellow, 5.00% black
- XYZ: 38.05, 18.52, 64.26
- Yxy: 18.52, 0.3149, 0.1533
- Hunter Lab: 50.12, 81.72, -69.99
- CIE-Lab: 50.12, 81.72, -69.99
In the XYZ color space, this color is represented as X: 38.05, Y: 18.52, Z: 64.26. The Yxy representation further refines this as Y: 18.52, x: 0.3149, and y: 0.1533.
In the Hunter Lab color space, this color is represented as L: 50.12, a: 81.72, and b: -69.99. Similarly, in the CIE-Lab color space, it is represented as L: 50.12, a: 81.72, and b: -69.99.
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 #C80DF2
Triadic colors are three colors evenly spaced around the color wheel, including #C80DF2. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #C80DF2
Monochromatic colors are variations of #C80DF2, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #C80DF2
The complementary color of #C80DF2 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 #C80DF2
/* Using HEX */ body { background-color: #c80df2; }
/* Using RGB */ body { background-color: rgb(200, 13, 242); }
/* Using RGB with opacity */ body { background-color: rgba(200, 13, 242, 0.5); }
/* Using HSL */ body { background-color: hsl(289, 90%, 50%); }
/* Text color */ p { color: #c80df2; }
/* Box shadow */ div { box-shadow: 4px 4px #c80df2; }
HTML Examples of #C80DF2
<!-- Using HEX --> <div style="background-color: #c80df2; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(200, 13, 242); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(200, 13, 242, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(289, 90%, 50%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #c80df2;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #c80df2; width: 100px; height: 100px;"></div>
Related Colors of #C80DF2
These colors are similar to #C80DF2, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.