Shades of Electric Purple #C02AEF
Tints of Electric Purple #C02AEF
RGB
CMYK
RGB Variations
Color information
#C02AEF (or 0xC02AEF) is known color: Electric Purple. HEX triplet: C0, 2A and EF. RGB value is (192,42,239). Sum of RGB (Red+Green+Blue) = 192+42+239=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 42 (16.80% from 255 or 8.88% from 473); Blue value is 239 (93.75% from 255 or 50.53% from 473); Max value from RGB is 239 - color contains mainly: blue. Hex color #C02AEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C02AEF is #3FD510. Grayscale: #6C6C6C. Windows color (decimal): -4183313 or 15674048. OLE color: 15674048.
HSL color Cylindrical-coordinate representation of color #C02AEF: hue angle of 285.69º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C02AEF is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 42 | 239 | - |
| CMYK | 0.20 | 0.82 | 0 | 0.06 |
| HSL | 285.69º | 0.86% | 0.55% | - |
| HSV(B) | 285.69º | 0.82% | 0.94% | - |
| XYZ | 38.15 | 19.09 | 83.34 | - |
| YUV | 109.31 | 201.2 | 186.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 42 | 239 | 0.20 | 0.82 | 0 | 0.06 | 285.69 | 0.86 | 0.55 |
| Hex | C0 | 2A | EF | 14 | 52 | 0 | 6 | 11E | 56 | 37 |
| Octal | 300 | 52 | 357 | 24 | 122 | 0 | 6 | 436 | 126 | 67 |
| Binary | 11000000 | 101010 | 11101111 | 10100 | 1010010 | 0 | 110 | 100011110 | 1010110 | 110111 |
Color Harmonies of #C02AEF
Complementary color
Monochromatic Colors of #C02AEF
Black with #C02AEF
Text Example
Text Example
White with #C02AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02AEF; }
p { color: rgb(192,42,239); }
H1.HeaderClassName
{
color: #C02AEF;
}
.AnyTagClassName
{
color: #C02AEF;
}
</style>
background-color css
<style>
a { background-color: #C02AEF; }
a { background-color: rgb(192,42,239); }
div.DivClassName
{
background-color: #C02AEF;
}
.BgClassName
{
background-color: #C02AEF;
}
</style>
border-color css
<style>
span { border-color: #C02AEF; }
span { border-color: rgb(192,42,239); }
td.TdClassName
{
border-color: #C02AEF;
}
.TagClassName
{
border-color: #C02AEF;
}
</style>