Shades of Electric Purple #C022EB
Tints of Electric Purple #C022EB
RGB
CMYK
RGB Variations
Color information
#C022EB (or 0xC022EB) is known color: Electric Purple. HEX triplet: C0, 22 and EB. RGB value is (192,34,235). Sum of RGB (Red+Green+Blue) = 192+34+235=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 34 (13.67% from 255 or 7.38% from 461); Blue value is 235 (92.19% from 255 or 50.98% from 461); Max value from RGB is 235 - color contains mainly: blue. Hex color #C022EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C022EB is #3FDD14. Grayscale: #676767. Windows color (decimal): -4185365 or 15409856. OLE color: 15409856.
HSL color Cylindrical-coordinate representation of color #C022EB: hue angle of 287.16º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C022EB is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 34 | 235 | - |
| CMYK | 0.18 | 0.86 | 0 | 0.08 |
| HSL | 287.16º | 0.83% | 0.53% | - |
| HSV(B) | 287.16º | 0.86% | 0.92% | - |
| XYZ | 37.31 | 18.35 | 80.17 | - |
| YUV | 104.16 | 201.85 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 34 | 235 | 0.18 | 0.86 | 0 | 0.08 | 287.16 | 0.83 | 0.53 |
| Hex | C0 | 22 | EB | 12 | 56 | 0 | 8 | 11F | 53 | 35 |
| Octal | 300 | 42 | 353 | 22 | 126 | 0 | 10 | 437 | 123 | 65 |
| Binary | 11000000 | 100010 | 11101011 | 10010 | 1010110 | 0 | 1000 | 100011111 | 1010011 | 110101 |
Color Harmonies of #C022EB
Complementary color
Monochromatic Colors of #C022EB
Black with #C022EB
Text Example
Text Example
White with #C022EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C022EB; }
p { color: rgb(192,34,235); }
H1.HeaderClassName
{
color: #C022EB;
}
.AnyTagClassName
{
color: #C022EB;
}
</style>
background-color css
<style>
a { background-color: #C022EB; }
a { background-color: rgb(192,34,235); }
div.DivClassName
{
background-color: #C022EB;
}
.BgClassName
{
background-color: #C022EB;
}
</style>
border-color css
<style>
span { border-color: #C022EB; }
span { border-color: rgb(192,34,235); }
td.TdClassName
{
border-color: #C022EB;
}
.TagClassName
{
border-color: #C022EB;
}
</style>