Shades of Electric Purple #C02AED
Tints of Electric Purple #C02AED
RGB
CMYK
RGB Variations
Color information
#C02AED (or 0xC02AED) is known color: Electric Purple. HEX triplet: C0, 2A and ED. RGB value is (192,42,237). Sum of RGB (Red+Green+Blue) = 192+42+237=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 42 (16.80% from 255 or 8.92% from 471); Blue value is 237 (92.97% from 255 or 50.32% from 471); Max value from RGB is 237 - color contains mainly: blue. Hex color #C02AED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C02AED is #3FD512. Grayscale: #6C6C6C. Windows color (decimal): -4183315 or 15542976. OLE color: 15542976.
HSL color Cylindrical-coordinate representation of color #C02AED: hue angle of 286.15º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C02AED is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 42 | 237 | - |
| CMYK | 0.19 | 0.82 | 0 | 0.07 |
| HSL | 286.15º | 0.84% | 0.55% | - |
| HSV(B) | 286.15º | 0.82% | 0.93% | - |
| XYZ | 37.85 | 18.98 | 81.79 | - |
| YUV | 109.08 | 200.2 | 187.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 42 | 237 | 0.19 | 0.82 | 0 | 0.07 | 286.15 | 0.84 | 0.55 |
| Hex | C0 | 2A | ED | 13 | 52 | 0 | 7 | 11E | 54 | 37 |
| Octal | 300 | 52 | 355 | 23 | 122 | 0 | 7 | 436 | 124 | 67 |
| Binary | 11000000 | 101010 | 11101101 | 10011 | 1010010 | 0 | 111 | 100011110 | 1010100 | 110111 |
Color Harmonies of #C02AED
Complementary color
Monochromatic Colors of #C02AED
Black with #C02AED
Text Example
Text Example
White with #C02AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02AED; }
p { color: rgb(192,42,237); }
H1.HeaderClassName
{
color: #C02AED;
}
.AnyTagClassName
{
color: #C02AED;
}
</style>
background-color css
<style>
a { background-color: #C02AED; }
a { background-color: rgb(192,42,237); }
div.DivClassName
{
background-color: #C02AED;
}
.BgClassName
{
background-color: #C02AED;
}
</style>
border-color css
<style>
span { border-color: #C02AED; }
span { border-color: rgb(192,42,237); }
td.TdClassName
{
border-color: #C02AED;
}
.TagClassName
{
border-color: #C02AED;
}
</style>