Shades of Electric Purple #C10EEC
Tints of Electric Purple #C10EEC
RGB
CMYK
RGB Variations
Color information
#C10EEC (or 0xC10EEC) is known color: Electric Purple. HEX triplet: C1, 0E and EC. RGB value is (193,14,236). Sum of RGB (Red+Green+Blue) = 193+14+236=443 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.57% from 443); Green value is 14 (5.86% from 255 or 3.16% from 443); Blue value is 236 (92.58% from 255 or 53.27% from 443); Max value from RGB is 236 - color contains mainly: blue. Hex color #C10EEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C10EEC is #3EF113. Grayscale: #5C5C5C. Windows color (decimal): -4124948 or 15470273. OLE color: 15470273.
HSL color Cylindrical-coordinate representation of color #C10EEC: hue angle of 288.38º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C10EEC is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 14 | 236 | - |
| CMYK | 0.18 | 0.94 | 0 | 0.07 |
| HSL | 288.38º | 0.89% | 0.49% | - |
| HSV(B) | 288.38º | 0.94% | 0.93% | - |
| XYZ | 37.29 | 17.71 | 80.81 | - |
| YUV | 92.83 | 208.8 | 199.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 14 | 236 | 0.18 | 0.94 | 0 | 0.07 | 288.38 | 0.89 | 0.49 |
| Hex | C1 | E | EC | 12 | 5E | 0 | 7 | 120 | 59 | 31 |
| Octal | 301 | 16 | 354 | 22 | 136 | 0 | 7 | 440 | 131 | 61 |
| Binary | 11000001 | 1110 | 11101100 | 10010 | 1011110 | 0 | 111 | 100100000 | 1011001 | 110001 |
Color Harmonies of #C10EEC
Complementary color
Monochromatic Colors of #C10EEC
Black with #C10EEC
Text Example
Text Example
White with #C10EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10EEC; }
p { color: rgb(193,14,236); }
H1.HeaderClassName
{
color: #C10EEC;
}
.AnyTagClassName
{
color: #C10EEC;
}
</style>
background-color css
<style>
a { background-color: #C10EEC; }
a { background-color: rgb(193,14,236); }
div.DivClassName
{
background-color: #C10EEC;
}
.BgClassName
{
background-color: #C10EEC;
}
</style>
border-color css
<style>
span { border-color: #C10EEC; }
span { border-color: rgb(193,14,236); }
td.TdClassName
{
border-color: #C10EEC;
}
.TagClassName
{
border-color: #C10EEC;
}
</style>