Shades of Electric Purple #C02AE8
Tints of Electric Purple #C02AE8
RGB
CMYK
RGB Variations
Color information
#C02AE8 (or 0xC02AE8) is known color: Electric Purple. HEX triplet: C0, 2A and E8. RGB value is (192,42,232). Sum of RGB (Red+Green+Blue) = 192+42+232=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 42 (16.80% from 255 or 9.01% from 466); Blue value is 232 (91.02% from 255 or 49.79% from 466); Max value from RGB is 232 - color contains mainly: blue. Hex color #C02AE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C02AE8 is #3FD517. Grayscale: #6B6B6B. Windows color (decimal): -4183320 or 15215296. OLE color: 15215296.
HSL color Cylindrical-coordinate representation of color #C02AE8: hue angle of 287.37º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C02AE8 is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 42 | 232 | - |
| CMYK | 0.17 | 0.82 | 0 | 0.09 |
| HSL | 287.37º | 0.81% | 0.54% | - |
| HSV(B) | 287.37º | 0.82% | 0.91% | - |
| XYZ | 37.13 | 18.69 | 77.99 | - |
| YUV | 108.51 | 197.7 | 187.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 42 | 232 | 0.17 | 0.82 | 0 | 0.09 | 287.37 | 0.81 | 0.54 |
| Hex | C0 | 2A | E8 | 11 | 52 | 0 | 9 | 11F | 51 | 36 |
| Octal | 300 | 52 | 350 | 21 | 122 | 0 | 11 | 437 | 121 | 66 |
| Binary | 11000000 | 101010 | 11101000 | 10001 | 1010010 | 0 | 1001 | 100011111 | 1010001 | 110110 |
Color Harmonies of #C02AE8
Complementary color
Monochromatic Colors of #C02AE8
Black with #C02AE8
Text Example
Text Example
White with #C02AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02AE8; }
p { color: rgb(192,42,232); }
H1.HeaderClassName
{
color: #C02AE8;
}
.AnyTagClassName
{
color: #C02AE8;
}
</style>
background-color css
<style>
a { background-color: #C02AE8; }
a { background-color: rgb(192,42,232); }
div.DivClassName
{
background-color: #C02AE8;
}
.BgClassName
{
background-color: #C02AE8;
}
</style>
border-color css
<style>
span { border-color: #C02AE8; }
span { border-color: rgb(192,42,232); }
td.TdClassName
{
border-color: #C02AE8;
}
.TagClassName
{
border-color: #C02AE8;
}
</style>