Shades of Electric Purple #C010EC
Tints of Electric Purple #C010EC
RGB
CMYK
RGB Variations
Color information
#C010EC (or 0xC010EC) is known color: Electric Purple. HEX triplet: C0, 10 and EC. RGB value is (192,16,236). Sum of RGB (Red+Green+Blue) = 192+16+236=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 16 (6.64% from 255 or 3.60% from 444); Blue value is 236 (92.58% from 255 or 53.15% from 444); Max value from RGB is 236 - color contains mainly: blue. Hex color #C010EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C010EC is #3FEF13. Grayscale: #5D5D5D. Windows color (decimal): -4189972 or 15470784. OLE color: 15470784.
HSL color Cylindrical-coordinate representation of color #C010EC: hue angle of 288º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C010EC is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 16 | 236 | - |
| CMYK | 0.19 | 0.93 | 0 | 0.07 |
| HSL | 288º | 0.87% | 0.49% | - |
| HSV(B) | 288º | 0.93% | 0.93% | - |
| XYZ | 37.06 | 17.63 | 80.81 | - |
| YUV | 93.7 | 208.31 | 198.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 16 | 236 | 0.19 | 0.93 | 0 | 0.07 | 288 | 0.87 | 0.49 |
| Hex | C0 | 10 | EC | 13 | 5D | 0 | 7 | 120 | 57 | 31 |
| Octal | 300 | 20 | 354 | 23 | 135 | 0 | 7 | 440 | 127 | 61 |
| Binary | 11000000 | 10000 | 11101100 | 10011 | 1011101 | 0 | 111 | 100100000 | 1010111 | 110001 |
Color Harmonies of #C010EC
Complementary color
Monochromatic Colors of #C010EC
Black with #C010EC
Text Example
Text Example
White with #C010EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C010EC; }
p { color: rgb(192,16,236); }
H1.HeaderClassName
{
color: #C010EC;
}
.AnyTagClassName
{
color: #C010EC;
}
</style>
background-color css
<style>
a { background-color: #C010EC; }
a { background-color: rgb(192,16,236); }
div.DivClassName
{
background-color: #C010EC;
}
.BgClassName
{
background-color: #C010EC;
}
</style>
border-color css
<style>
span { border-color: #C010EC; }
span { border-color: rgb(192,16,236); }
td.TdClassName
{
border-color: #C010EC;
}
.TagClassName
{
border-color: #C010EC;
}
</style>