Shades of Electric Purple #C022EE
Tints of Electric Purple #C022EE
RGB
CMYK
RGB Variations
Color information
#C022EE (or 0xC022EE) is known color: Electric Purple. HEX triplet: C0, 22 and EE. RGB value is (192,34,238). Sum of RGB (Red+Green+Blue) = 192+34+238=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 34 (13.67% from 255 or 7.33% from 464); Blue value is 238 (93.36% from 255 or 51.29% from 464); Max value from RGB is 238 - color contains mainly: blue. Hex color #C022EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C022EE is #3FDD11. Grayscale: #676767. Windows color (decimal): -4185362 or 15606464. OLE color: 15606464.
HSL color Cylindrical-coordinate representation of color #C022EE: hue angle of 286.47º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C022EE is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 34 | 238 | - |
| CMYK | 0.19 | 0.86 | 0 | 0.07 |
| HSL | 286.47º | 0.86% | 0.53% | - |
| HSV(B) | 286.47º | 0.86% | 0.93% | - |
| XYZ | 37.74 | 18.52 | 82.48 | - |
| YUV | 104.5 | 203.35 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 34 | 238 | 0.19 | 0.86 | 0 | 0.07 | 286.47 | 0.86 | 0.53 |
| Hex | C0 | 22 | EE | 13 | 56 | 0 | 7 | 11E | 56 | 35 |
| Octal | 300 | 42 | 356 | 23 | 126 | 0 | 7 | 436 | 126 | 65 |
| Binary | 11000000 | 100010 | 11101110 | 10011 | 1010110 | 0 | 111 | 100011110 | 1010110 | 110101 |
Color Harmonies of #C022EE
Complementary color
Monochromatic Colors of #C022EE
Black with #C022EE
Text Example
Text Example
White with #C022EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C022EE; }
p { color: rgb(192,34,238); }
H1.HeaderClassName
{
color: #C022EE;
}
.AnyTagClassName
{
color: #C022EE;
}
</style>
background-color css
<style>
a { background-color: #C022EE; }
a { background-color: rgb(192,34,238); }
div.DivClassName
{
background-color: #C022EE;
}
.BgClassName
{
background-color: #C022EE;
}
</style>
border-color css
<style>
span { border-color: #C022EE; }
span { border-color: rgb(192,34,238); }
td.TdClassName
{
border-color: #C022EE;
}
.TagClassName
{
border-color: #C022EE;
}
</style>