Shades of Electric Purple #C01EEE
Tints of Electric Purple #C01EEE
RGB
CMYK
RGB Variations
Color information
#C01EEE (or 0xC01EEE) is known color: Electric Purple. HEX triplet: C0, 1E and EE. RGB value is (192,30,238). Sum of RGB (Red+Green+Blue) = 192+30+238=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 30 (12.11% from 255 or 6.52% from 460); Blue value is 238 (93.36% from 255 or 51.74% from 460); Max value from RGB is 238 - color contains mainly: blue. Hex color #C01EEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C01EEE is #3FE111. Grayscale: #656565. Windows color (decimal): -4186386 or 15605440. OLE color: 15605440.
HSL color Cylindrical-coordinate representation of color #C01EEE: hue angle of 286.73º 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 #C01EEE is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 30 | 238 | - |
| CMYK | 0.19 | 0.87 | 0 | 0.07 |
| HSL | 286.73º | 0.86% | 0.53% | - |
| HSV(B) | 286.73º | 0.87% | 0.93% | - |
| XYZ | 37.64 | 18.31 | 82.44 | - |
| YUV | 102.15 | 204.67 | 192.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 30 | 238 | 0.19 | 0.87 | 0 | 0.07 | 286.73 | 0.86 | 0.53 |
| Hex | C0 | 1E | EE | 13 | 57 | 0 | 7 | 11F | 56 | 35 |
| Octal | 300 | 36 | 356 | 23 | 127 | 0 | 7 | 437 | 126 | 65 |
| Binary | 11000000 | 11110 | 11101110 | 10011 | 1010111 | 0 | 111 | 100011111 | 1010110 | 110101 |
Color Harmonies of #C01EEE
Complementary color
Monochromatic Colors of #C01EEE
Black with #C01EEE
Text Example
Text Example
White with #C01EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01EEE; }
p { color: rgb(192,30,238); }
H1.HeaderClassName
{
color: #C01EEE;
}
.AnyTagClassName
{
color: #C01EEE;
}
</style>
background-color css
<style>
a { background-color: #C01EEE; }
a { background-color: rgb(192,30,238); }
div.DivClassName
{
background-color: #C01EEE;
}
.BgClassName
{
background-color: #C01EEE;
}
</style>
border-color css
<style>
span { border-color: #C01EEE; }
span { border-color: rgb(192,30,238); }
td.TdClassName
{
border-color: #C01EEE;
}
.TagClassName
{
border-color: #C01EEE;
}
</style>