Shades of Electric Purple #C021E8
Tints of Electric Purple #C021E8
RGB
CMYK
RGB Variations
Color information
#C021E8 (or 0xC021E8) is known color: Electric Purple. HEX triplet: C0, 21 and E8. RGB value is (192,33,232). Sum of RGB (Red+Green+Blue) = 192+33+232=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 33 (13.28% from 255 or 7.22% from 457); Blue value is 232 (91.02% from 255 or 50.77% from 457); Max value from RGB is 232 - color contains mainly: blue. Hex color #C021E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C021E8 is #3FDE17. Grayscale: #666666. Windows color (decimal): -4185624 or 15212992. OLE color: 15212992.
HSL color Cylindrical-coordinate representation of color #C021E8: hue angle of 287.94º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C021E8 is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 33 | 232 | - |
| CMYK | 0.17 | 0.86 | 0 | 0.09 |
| HSL | 287.94º | 0.81% | 0.52% | - |
| HSV(B) | 287.94º | 0.86% | 0.91% | - |
| XYZ | 36.85 | 18.12 | 77.9 | - |
| YUV | 103.23 | 200.68 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 33 | 232 | 0.17 | 0.86 | 0 | 0.09 | 287.94 | 0.81 | 0.52 |
| Hex | C0 | 21 | E8 | 11 | 56 | 0 | 9 | 120 | 51 | 34 |
| Octal | 300 | 41 | 350 | 21 | 126 | 0 | 11 | 440 | 121 | 64 |
| Binary | 11000000 | 100001 | 11101000 | 10001 | 1010110 | 0 | 1001 | 100100000 | 1010001 | 110100 |
Color Harmonies of #C021E8
Complementary color
Monochromatic Colors of #C021E8
Black with #C021E8
Text Example
Text Example
White with #C021E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C021E8; }
p { color: rgb(192,33,232); }
H1.HeaderClassName
{
color: #C021E8;
}
.AnyTagClassName
{
color: #C021E8;
}
</style>
background-color css
<style>
a { background-color: #C021E8; }
a { background-color: rgb(192,33,232); }
div.DivClassName
{
background-color: #C021E8;
}
.BgClassName
{
background-color: #C021E8;
}
</style>
border-color css
<style>
span { border-color: #C021E8; }
span { border-color: rgb(192,33,232); }
td.TdClassName
{
border-color: #C021E8;
}
.TagClassName
{
border-color: #C021E8;
}
</style>