Shades of Electric Purple #C011EE
Tints of Electric Purple #C011EE
RGB
CMYK
RGB Variations
Color information
#C011EE (or 0xC011EE) is known color: Electric Purple. HEX triplet: C0, 11 and EE. RGB value is (192,17,238). Sum of RGB (Red+Green+Blue) = 192+17+238=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 17 (7.03% from 255 or 3.80% from 447); Blue value is 238 (93.36% from 255 or 53.24% from 447); Max value from RGB is 238 - color contains mainly: blue. Hex color #C011EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C011EE is #3FEE11. Grayscale: #5D5D5D. Windows color (decimal): -4189714 or 15602112. OLE color: 15602112.
HSL color Cylindrical-coordinate representation of color #C011EE: hue angle of 287.51º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C011EE is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 17 | 238 | - |
| CMYK | 0.19 | 0.93 | 0 | 0.07 |
| HSL | 287.51º | 0.87% | 0.5% | - |
| HSV(B) | 287.51º | 0.93% | 0.93% | - |
| XYZ | 37.37 | 17.78 | 82.35 | - |
| YUV | 94.52 | 208.98 | 197.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 17 | 238 | 0.19 | 0.93 | 0 | 0.07 | 287.51 | 0.87 | 0.5 |
| Hex | C0 | 11 | EE | 13 | 5D | 0 | 7 | 120 | 57 | 32 |
| Octal | 300 | 21 | 356 | 23 | 135 | 0 | 7 | 440 | 127 | 62 |
| Binary | 11000000 | 10001 | 11101110 | 10011 | 1011101 | 0 | 111 | 100100000 | 1010111 | 110010 |
Color Harmonies of #C011EE
Complementary color
Monochromatic Colors of #C011EE
Black with #C011EE
Text Example
Text Example
White with #C011EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C011EE; }
p { color: rgb(192,17,238); }
H1.HeaderClassName
{
color: #C011EE;
}
.AnyTagClassName
{
color: #C011EE;
}
</style>
background-color css
<style>
a { background-color: #C011EE; }
a { background-color: rgb(192,17,238); }
div.DivClassName
{
background-color: #C011EE;
}
.BgClassName
{
background-color: #C011EE;
}
</style>
border-color css
<style>
span { border-color: #C011EE; }
span { border-color: rgb(192,17,238); }
td.TdClassName
{
border-color: #C011EE;
}
.TagClassName
{
border-color: #C011EE;
}
</style>