Shades of Electric Purple #C111E8
Tints of Electric Purple #C111E8
RGB
CMYK
RGB Variations
Color information
#C111E8 (or 0xC111E8) is known color: Electric Purple. HEX triplet: C1, 11 and E8. RGB value is (193,17,232). Sum of RGB (Red+Green+Blue) = 193+17+232=442 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.67% from 442); Green value is 17 (7.03% from 255 or 3.85% from 442); Blue value is 232 (91.02% from 255 or 52.49% from 442); Max value from RGB is 232 - color contains mainly: blue. Hex color #C111E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C111E8 is #3EEE17. Grayscale: #5D5D5D. Windows color (decimal): -4124184 or 15208897. OLE color: 15208897.
HSL color Cylindrical-coordinate representation of color #C111E8: hue angle of 289.12º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C111E8 is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 193 | 17 | 232 | - |
| CMYK | 0.17 | 0.93 | 0 | 0.09 |
| HSL | 289.12º | 0.86% | 0.49% | - |
| HSV(B) | 289.12º | 0.93% | 0.91% | - |
| XYZ | 36.76 | 17.56 | 77.8 | - |
| YUV | 94.13 | 205.81 | 198.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 17 | 232 | 0.17 | 0.93 | 0 | 0.09 | 289.12 | 0.86 | 0.49 |
| Hex | C1 | 11 | E8 | 11 | 5D | 0 | 9 | 121 | 56 | 31 |
| Octal | 301 | 21 | 350 | 21 | 135 | 0 | 11 | 441 | 126 | 61 |
| Binary | 11000001 | 10001 | 11101000 | 10001 | 1011101 | 0 | 1001 | 100100001 | 1010110 | 110001 |
Color Harmonies of #C111E8
Complementary color
Monochromatic Colors of #C111E8
Black with #C111E8
Text Example
Text Example
White with #C111E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C111E8; }
p { color: rgb(193,17,232); }
H1.HeaderClassName
{
color: #C111E8;
}
.AnyTagClassName
{
color: #C111E8;
}
</style>
background-color css
<style>
a { background-color: #C111E8; }
a { background-color: rgb(193,17,232); }
div.DivClassName
{
background-color: #C111E8;
}
.BgClassName
{
background-color: #C111E8;
}
</style>
border-color css
<style>
span { border-color: #C111E8; }
span { border-color: rgb(193,17,232); }
td.TdClassName
{
border-color: #C111E8;
}
.TagClassName
{
border-color: #C111E8;
}
</style>