Shades of Electric Purple #C021E5
Tints of Electric Purple #C021E5
RGB
CMYK
RGB Variations
Color information
#C021E5 (or 0xC021E5) is known color: Electric Purple. HEX triplet: C0, 21 and E5. RGB value is (192,33,229). Sum of RGB (Red+Green+Blue) = 192+33+229=454 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.29% from 454); Green value is 33 (13.28% from 255 or 7.27% from 454); Blue value is 229 (89.84% from 255 or 50.44% from 454); Max value from RGB is 229 - color contains mainly: blue. Hex color #C021E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C021E5 is #3FDE1A. Grayscale: #666666. Windows color (decimal): -4185627 or 15016384. OLE color: 15016384.
HSL color Cylindrical-coordinate representation of color #C021E5: hue angle of 288.67º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C021E5 is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 33 | 229 | - |
| CMYK | 0.16 | 0.86 | 0 | 0.10 |
| HSL | 288.67º | 0.79% | 0.51% | - |
| HSV(B) | 288.67º | 0.86% | 0.9% | - |
| XYZ | 36.42 | 17.95 | 75.67 | - |
| YUV | 102.89 | 199.18 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 33 | 229 | 0.16 | 0.86 | 0 | 0.10 | 288.67 | 0.79 | 0.51 |
| Hex | C0 | 21 | E5 | 10 | 56 | 0 | A | 121 | 4F | 33 |
| Octal | 300 | 41 | 345 | 20 | 126 | 0 | 12 | 441 | 117 | 63 |
| Binary | 11000000 | 100001 | 11100101 | 10000 | 1010110 | 0 | 1010 | 100100001 | 1001111 | 110011 |
Color Harmonies of #C021E5
Complementary color
Monochromatic Colors of #C021E5
Black with #C021E5
Text Example
Text Example
White with #C021E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C021E5; }
p { color: rgb(192,33,229); }
H1.HeaderClassName
{
color: #C021E5;
}
.AnyTagClassName
{
color: #C021E5;
}
</style>
background-color css
<style>
a { background-color: #C021E5; }
a { background-color: rgb(192,33,229); }
div.DivClassName
{
background-color: #C021E5;
}
.BgClassName
{
background-color: #C021E5;
}
</style>
border-color css
<style>
span { border-color: #C021E5; }
span { border-color: rgb(192,33,229); }
td.TdClassName
{
border-color: #C021E5;
}
.TagClassName
{
border-color: #C021E5;
}
</style>