Shades of Electric Purple #C011ED
Tints of Electric Purple #C011ED
RGB
CMYK
RGB Variations
Color information
#C011ED (or 0xC011ED) is known color: Electric Purple. HEX triplet: C0, 11 and ED. RGB value is (192,17,237). Sum of RGB (Red+Green+Blue) = 192+17+237=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 17 (7.03% from 255 or 3.81% from 446); Blue value is 237 (92.97% from 255 or 53.14% from 446); Max value from RGB is 237 - color contains mainly: blue. Hex color #C011ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C011ED is #3FEE12. Grayscale: #5D5D5D. Windows color (decimal): -4189715 or 15536576. OLE color: 15536576.
HSL color Cylindrical-coordinate representation of color #C011ED: hue angle of 287.73º 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 #C011ED is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 17 | 237 | - |
| CMYK | 0.19 | 0.93 | 0 | 0.07 |
| HSL | 287.73º | 0.87% | 0.5% | - |
| HSV(B) | 287.73º | 0.93% | 0.93% | - |
| XYZ | 37.22 | 17.72 | 81.58 | - |
| YUV | 94.41 | 208.48 | 197.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 17 | 237 | 0.19 | 0.93 | 0 | 0.07 | 287.73 | 0.87 | 0.5 |
| Hex | C0 | 11 | ED | 13 | 5D | 0 | 7 | 120 | 57 | 32 |
| Octal | 300 | 21 | 355 | 23 | 135 | 0 | 7 | 440 | 127 | 62 |
| Binary | 11000000 | 10001 | 11101101 | 10011 | 1011101 | 0 | 111 | 100100000 | 1010111 | 110010 |
Color Harmonies of #C011ED
Complementary color
Monochromatic Colors of #C011ED
Black with #C011ED
Text Example
Text Example
White with #C011ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C011ED; }
p { color: rgb(192,17,237); }
H1.HeaderClassName
{
color: #C011ED;
}
.AnyTagClassName
{
color: #C011ED;
}
</style>
background-color css
<style>
a { background-color: #C011ED; }
a { background-color: rgb(192,17,237); }
div.DivClassName
{
background-color: #C011ED;
}
.BgClassName
{
background-color: #C011ED;
}
</style>
border-color css
<style>
span { border-color: #C011ED; }
span { border-color: rgb(192,17,237); }
td.TdClassName
{
border-color: #C011ED;
}
.TagClassName
{
border-color: #C011ED;
}
</style>