Shades of Electric Purple #C10EE8
Tints of Electric Purple #C10EE8
RGB
CMYK
RGB Variations
Color information
#C10EE8 (or 0xC10EE8) is known color: Electric Purple. HEX triplet: C1, 0E and E8. RGB value is (193,14,232). Sum of RGB (Red+Green+Blue) = 193+14+232=439 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.96% from 439); Green value is 14 (5.86% from 255 or 3.19% from 439); Blue value is 232 (91.02% from 255 or 52.85% from 439); Max value from RGB is 232 - color contains mainly: blue. Hex color #C10EE8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C10EE8 is #3EF117. Grayscale: #5B5B5B. Windows color (decimal): -4124952 or 15208129. OLE color: 15208129.
HSL color Cylindrical-coordinate representation of color #C10EE8: hue angle of 289.27º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C10EE8 is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 193 | 14 | 232 | - |
| CMYK | 0.17 | 0.94 | 0 | 0.09 |
| HSL | 289.27º | 0.89% | 0.48% | - |
| HSV(B) | 289.27º | 0.94% | 0.91% | - |
| XYZ | 36.71 | 17.48 | 77.78 | - |
| YUV | 92.37 | 206.8 | 199.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 14 | 232 | 0.17 | 0.94 | 0 | 0.09 | 289.27 | 0.89 | 0.48 |
| Hex | C1 | E | E8 | 11 | 5E | 0 | 9 | 121 | 59 | 30 |
| Octal | 301 | 16 | 350 | 21 | 136 | 0 | 11 | 441 | 131 | 60 |
| Binary | 11000001 | 1110 | 11101000 | 10001 | 1011110 | 0 | 1001 | 100100001 | 1011001 | 110000 |
Color Harmonies of #C10EE8
Complementary color
Monochromatic Colors of #C10EE8
Black with #C10EE8
Text Example
Text Example
White with #C10EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10EE8; }
p { color: rgb(193,14,232); }
H1.HeaderClassName
{
color: #C10EE8;
}
.AnyTagClassName
{
color: #C10EE8;
}
</style>
background-color css
<style>
a { background-color: #C10EE8; }
a { background-color: rgb(193,14,232); }
div.DivClassName
{
background-color: #C10EE8;
}
.BgClassName
{
background-color: #C10EE8;
}
</style>
border-color css
<style>
span { border-color: #C10EE8; }
span { border-color: rgb(193,14,232); }
td.TdClassName
{
border-color: #C10EE8;
}
.TagClassName
{
border-color: #C10EE8;
}
</style>