Shades of Electric Purple #C111EC
Tints of Electric Purple #C111EC
RGB
CMYK
RGB Variations
Color information
#C111EC (or 0xC111EC) is known color: Electric Purple. HEX triplet: C1, 11 and EC. RGB value is (193,17,236). Sum of RGB (Red+Green+Blue) = 193+17+236=446 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.27% from 446); Green value is 17 (7.03% from 255 or 3.81% from 446); Blue value is 236 (92.58% from 255 or 52.91% from 446); Max value from RGB is 236 - color contains mainly: blue. Hex color #C111EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C111EC is #3EEE13. Grayscale: #5D5D5D. Windows color (decimal): -4124180 or 15471041. OLE color: 15471041.
HSL color Cylindrical-coordinate representation of color #C111EC: hue angle of 288.22º 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 #C111EC is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 17 | 236 | - |
| CMYK | 0.18 | 0.93 | 0 | 0.07 |
| HSL | 288.22º | 0.87% | 0.5% | - |
| HSV(B) | 288.22º | 0.93% | 0.93% | - |
| XYZ | 37.33 | 17.79 | 80.82 | - |
| YUV | 94.59 | 207.81 | 198.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 17 | 236 | 0.18 | 0.93 | 0 | 0.07 | 288.22 | 0.87 | 0.5 |
| Hex | C1 | 11 | EC | 12 | 5D | 0 | 7 | 120 | 57 | 32 |
| Octal | 301 | 21 | 354 | 22 | 135 | 0 | 7 | 440 | 127 | 62 |
| Binary | 11000001 | 10001 | 11101100 | 10010 | 1011101 | 0 | 111 | 100100000 | 1010111 | 110010 |
Color Harmonies of #C111EC
Complementary color
Monochromatic Colors of #C111EC
Black with #C111EC
Text Example
Text Example
White with #C111EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C111EC; }
p { color: rgb(193,17,236); }
H1.HeaderClassName
{
color: #C111EC;
}
.AnyTagClassName
{
color: #C111EC;
}
</style>
background-color css
<style>
a { background-color: #C111EC; }
a { background-color: rgb(193,17,236); }
div.DivClassName
{
background-color: #C111EC;
}
.BgClassName
{
background-color: #C111EC;
}
</style>
border-color css
<style>
span { border-color: #C111EC; }
span { border-color: rgb(193,17,236); }
td.TdClassName
{
border-color: #C111EC;
}
.TagClassName
{
border-color: #C111EC;
}
</style>