Shades of Electric Purple #C020EE
Tints of Electric Purple #C020EE
RGB
CMYK
RGB Variations
Color information
#C020EE (or 0xC020EE) is known color: Electric Purple. HEX triplet: C0, 20 and EE. RGB value is (192,32,238). Sum of RGB (Red+Green+Blue) = 192+32+238=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 32 (12.89% from 255 or 6.93% from 462); Blue value is 238 (93.36% from 255 or 51.52% from 462); Max value from RGB is 238 - color contains mainly: blue. Hex color #C020EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C020EE is #3FDF11. Grayscale: #666666. Windows color (decimal): -4185874 or 15605952. OLE color: 15605952.
HSL color Cylindrical-coordinate representation of color #C020EE: hue angle of 286.6º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C020EE is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 32 | 238 | - |
| CMYK | 0.19 | 0.87 | 0 | 0.07 |
| HSL | 286.6º | 0.86% | 0.53% | - |
| HSV(B) | 286.6º | 0.87% | 0.93% | - |
| XYZ | 37.69 | 18.41 | 82.46 | - |
| YUV | 103.32 | 204.01 | 191.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 32 | 238 | 0.19 | 0.87 | 0 | 0.07 | 286.6 | 0.86 | 0.53 |
| Hex | C0 | 20 | EE | 13 | 57 | 0 | 7 | 11F | 56 | 35 |
| Octal | 300 | 40 | 356 | 23 | 127 | 0 | 7 | 437 | 126 | 65 |
| Binary | 11000000 | 100000 | 11101110 | 10011 | 1010111 | 0 | 111 | 100011111 | 1010110 | 110101 |
Color Harmonies of #C020EE
Complementary color
Monochromatic Colors of #C020EE
Black with #C020EE
Text Example
Text Example
White with #C020EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C020EE; }
p { color: rgb(192,32,238); }
H1.HeaderClassName
{
color: #C020EE;
}
.AnyTagClassName
{
color: #C020EE;
}
</style>
background-color css
<style>
a { background-color: #C020EE; }
a { background-color: rgb(192,32,238); }
div.DivClassName
{
background-color: #C020EE;
}
.BgClassName
{
background-color: #C020EE;
}
</style>
border-color css
<style>
span { border-color: #C020EE; }
span { border-color: rgb(192,32,238); }
td.TdClassName
{
border-color: #C020EE;
}
.TagClassName
{
border-color: #C020EE;
}
</style>