Shades of Electric Purple #C10EEA
Tints of Electric Purple #C10EEA
RGB
CMYK
RGB Variations
Color information
#C10EEA (or 0xC10EEA) is known color: Electric Purple. HEX triplet: C1, 0E and EA. RGB value is (193,14,234). Sum of RGB (Red+Green+Blue) = 193+14+234=441 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.76% from 441); Green value is 14 (5.86% from 255 or 3.17% from 441); Blue value is 234 (91.80% from 255 or 53.06% from 441); Max value from RGB is 234 - color contains mainly: blue. Hex color #C10EEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C10EEA is #3EF115. Grayscale: #5B5B5B. Windows color (decimal): -4124950 or 15339201. OLE color: 15339201.
HSL color Cylindrical-coordinate representation of color #C10EEA: hue angle of 288.82º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C10EEA is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 14 | 234 | - |
| CMYK | 0.18 | 0.94 | 0 | 0.08 |
| HSL | 288.82º | 0.89% | 0.49% | - |
| HSV(B) | 288.82º | 0.94% | 0.92% | - |
| XYZ | 37 | 17.59 | 79.29 | - |
| YUV | 92.6 | 207.8 | 199.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 14 | 234 | 0.18 | 0.94 | 0 | 0.08 | 288.82 | 0.89 | 0.49 |
| Hex | C1 | E | EA | 12 | 5E | 0 | 8 | 121 | 59 | 31 |
| Octal | 301 | 16 | 352 | 22 | 136 | 0 | 10 | 441 | 131 | 61 |
| Binary | 11000001 | 1110 | 11101010 | 10010 | 1011110 | 0 | 1000 | 100100001 | 1011001 | 110001 |
Color Harmonies of #C10EEA
Complementary color
Monochromatic Colors of #C10EEA
Black with #C10EEA
Text Example
Text Example
White with #C10EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10EEA; }
p { color: rgb(193,14,234); }
H1.HeaderClassName
{
color: #C10EEA;
}
.AnyTagClassName
{
color: #C10EEA;
}
</style>
background-color css
<style>
a { background-color: #C10EEA; }
a { background-color: rgb(193,14,234); }
div.DivClassName
{
background-color: #C10EEA;
}
.BgClassName
{
background-color: #C10EEA;
}
</style>
border-color css
<style>
span { border-color: #C10EEA; }
span { border-color: rgb(193,14,234); }
td.TdClassName
{
border-color: #C10EEA;
}
.TagClassName
{
border-color: #C10EEA;
}
</style>