Shades of Electric Purple #C02AEB
Tints of Electric Purple #C02AEB
RGB
CMYK
RGB Variations
Color information
#C02AEB (or 0xC02AEB) is known color: Electric Purple. HEX triplet: C0, 2A and EB. RGB value is (192,42,235). Sum of RGB (Red+Green+Blue) = 192+42+235=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 42 (16.80% from 255 or 8.96% from 469); Blue value is 235 (92.19% from 255 or 50.11% from 469); Max value from RGB is 235 - color contains mainly: blue. Hex color #C02AEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C02AEB is #3FD514. Grayscale: #6C6C6C. Windows color (decimal): -4183317 or 15411904. OLE color: 15411904.
HSL color Cylindrical-coordinate representation of color #C02AEB: hue angle of 286.63º degrees, saturation: 0.83, 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 #C02AEB is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 42 | 235 | - |
| CMYK | 0.18 | 0.82 | 0 | 0.08 |
| HSL | 286.63º | 0.83% | 0.54% | - |
| HSV(B) | 286.63º | 0.82% | 0.92% | - |
| XYZ | 37.56 | 18.86 | 80.26 | - |
| YUV | 108.85 | 199.2 | 187.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 42 | 235 | 0.18 | 0.82 | 0 | 0.08 | 286.63 | 0.83 | 0.54 |
| Hex | C0 | 2A | EB | 12 | 52 | 0 | 8 | 11F | 53 | 36 |
| Octal | 300 | 52 | 353 | 22 | 122 | 0 | 10 | 437 | 123 | 66 |
| Binary | 11000000 | 101010 | 11101011 | 10010 | 1010010 | 0 | 1000 | 100011111 | 1010011 | 110110 |
Color Harmonies of #C02AEB
Complementary color
Monochromatic Colors of #C02AEB
Black with #C02AEB
Text Example
Text Example
White with #C02AEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02AEB; }
p { color: rgb(192,42,235); }
H1.HeaderClassName
{
color: #C02AEB;
}
.AnyTagClassName
{
color: #C02AEB;
}
</style>
background-color css
<style>
a { background-color: #C02AEB; }
a { background-color: rgb(192,42,235); }
div.DivClassName
{
background-color: #C02AEB;
}
.BgClassName
{
background-color: #C02AEB;
}
</style>
border-color css
<style>
span { border-color: #C02AEB; }
span { border-color: rgb(192,42,235); }
td.TdClassName
{
border-color: #C02AEB;
}
.TagClassName
{
border-color: #C02AEB;
}
</style>