Shades of Electric Purple #C02AEA
Tints of Electric Purple #C02AEA
RGB
CMYK
RGB Variations
Color information
#C02AEA (or 0xC02AEA) is known color: Electric Purple. HEX triplet: C0, 2A and EA. RGB value is (192,42,234). Sum of RGB (Red+Green+Blue) = 192+42+234=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 42 (16.80% from 255 or 8.97% from 468); Blue value is 234 (91.80% from 255 or 50% from 468); Max value from RGB is 234 - color contains mainly: blue. Hex color #C02AEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C02AEA is #3FD515. Grayscale: #6C6C6C. Windows color (decimal): -4183318 or 15346368. OLE color: 15346368.
HSL color Cylindrical-coordinate representation of color #C02AEA: hue angle of 286.88º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C02AEA is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 42 | 234 | - |
| CMYK | 0.18 | 0.82 | 0 | 0.08 |
| HSL | 286.88º | 0.82% | 0.54% | - |
| HSV(B) | 286.88º | 0.82% | 0.92% | - |
| XYZ | 37.42 | 18.8 | 79.5 | - |
| YUV | 108.74 | 198.7 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 42 | 234 | 0.18 | 0.82 | 0 | 0.08 | 286.88 | 0.82 | 0.54 |
| Hex | C0 | 2A | EA | 12 | 52 | 0 | 8 | 11F | 52 | 36 |
| Octal | 300 | 52 | 352 | 22 | 122 | 0 | 10 | 437 | 122 | 66 |
| Binary | 11000000 | 101010 | 11101010 | 10010 | 1010010 | 0 | 1000 | 100011111 | 1010010 | 110110 |
Color Harmonies of #C02AEA
Complementary color
Monochromatic Colors of #C02AEA
Black with #C02AEA
Text Example
Text Example
White with #C02AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02AEA; }
p { color: rgb(192,42,234); }
H1.HeaderClassName
{
color: #C02AEA;
}
.AnyTagClassName
{
color: #C02AEA;
}
</style>
background-color css
<style>
a { background-color: #C02AEA; }
a { background-color: rgb(192,42,234); }
div.DivClassName
{
background-color: #C02AEA;
}
.BgClassName
{
background-color: #C02AEA;
}
</style>
border-color css
<style>
span { border-color: #C02AEA; }
span { border-color: rgb(192,42,234); }
td.TdClassName
{
border-color: #C02AEA;
}
.TagClassName
{
border-color: #C02AEA;
}
</style>