Shades of Electric Purple #C022E4
Tints of Electric Purple #C022E4
RGB
CMYK
RGB Variations
Color information
#C022E4 (or 0xC022E4) is known color: Electric Purple. HEX triplet: C0, 22 and E4. RGB value is (192,34,228). Sum of RGB (Red+Green+Blue) = 192+34+228=454 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.29% from 454); Green value is 34 (13.67% from 255 or 7.49% from 454); Blue value is 228 (89.45% from 255 or 50.22% from 454); Max value from RGB is 228 - color contains mainly: blue. Hex color #C022E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C022E4 is #3FDD1B. Grayscale: #666666. Windows color (decimal): -4185372 or 14951104. OLE color: 14951104.
HSL color Cylindrical-coordinate representation of color #C022E4: hue angle of 288.87º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C022E4 is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 34 | 228 | - |
| CMYK | 0.16 | 0.85 | 0 | 0.11 |
| HSL | 288.87º | 0.78% | 0.51% | - |
| HSV(B) | 288.87º | 0.85% | 0.89% | - |
| XYZ | 36.31 | 17.95 | 74.95 | - |
| YUV | 103.36 | 198.35 | 191.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 34 | 228 | 0.16 | 0.85 | 0 | 0.11 | 288.87 | 0.78 | 0.51 |
| Hex | C0 | 22 | E4 | 10 | 55 | 0 | B | 121 | 4E | 33 |
| Octal | 300 | 42 | 344 | 20 | 125 | 0 | 13 | 441 | 116 | 63 |
| Binary | 11000000 | 100010 | 11100100 | 10000 | 1010101 | 0 | 1011 | 100100001 | 1001110 | 110011 |
Color Harmonies of #C022E4
Complementary color
Monochromatic Colors of #C022E4
Black with #C022E4
Text Example
Text Example
White with #C022E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C022E4; }
p { color: rgb(192,34,228); }
H1.HeaderClassName
{
color: #C022E4;
}
.AnyTagClassName
{
color: #C022E4;
}
</style>
background-color css
<style>
a { background-color: #C022E4; }
a { background-color: rgb(192,34,228); }
div.DivClassName
{
background-color: #C022E4;
}
.BgClassName
{
background-color: #C022E4;
}
</style>
border-color css
<style>
span { border-color: #C022E4; }
span { border-color: rgb(192,34,228); }
td.TdClassName
{
border-color: #C022E4;
}
.TagClassName
{
border-color: #C022E4;
}
</style>