Shades of Electric Purple #C10FEC
Tints of Electric Purple #C10FEC
RGB
CMYK
RGB Variations
Color information
#C10FEC (or 0xC10FEC) is known color: Electric Purple. HEX triplet: C1, 0F and EC. RGB value is (193,15,236). Sum of RGB (Red+Green+Blue) = 193+15+236=444 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.47% from 444); Green value is 15 (6.25% from 255 or 3.38% 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 #C10FEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C10FEC is #3EF013. Grayscale: #5C5C5C. Windows color (decimal): -4124692 or 15470529. OLE color: 15470529.
HSL color Cylindrical-coordinate representation of color #C10FEC: hue angle of 288.33º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C10FEC is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 15 | 236 | - |
| CMYK | 0.18 | 0.94 | 0 | 0.07 |
| HSL | 288.33º | 0.88% | 0.49% | - |
| HSV(B) | 288.33º | 0.94% | 0.93% | - |
| XYZ | 37.3 | 17.74 | 80.81 | - |
| YUV | 93.42 | 208.47 | 199.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 15 | 236 | 0.18 | 0.94 | 0 | 0.07 | 288.33 | 0.88 | 0.49 |
| Hex | C1 | F | EC | 12 | 5E | 0 | 7 | 120 | 58 | 31 |
| Octal | 301 | 17 | 354 | 22 | 136 | 0 | 7 | 440 | 130 | 61 |
| Binary | 11000001 | 1111 | 11101100 | 10010 | 1011110 | 0 | 111 | 100100000 | 1011000 | 110001 |
Color Harmonies of #C10FEC
Complementary color
Monochromatic Colors of #C10FEC
Black with #C10FEC
Text Example
Text Example
White with #C10FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10FEC; }
p { color: rgb(193,15,236); }
H1.HeaderClassName
{
color: #C10FEC;
}
.AnyTagClassName
{
color: #C10FEC;
}
</style>
background-color css
<style>
a { background-color: #C10FEC; }
a { background-color: rgb(193,15,236); }
div.DivClassName
{
background-color: #C10FEC;
}
.BgClassName
{
background-color: #C10FEC;
}
</style>
border-color css
<style>
span { border-color: #C10FEC; }
span { border-color: rgb(193,15,236); }
td.TdClassName
{
border-color: #C10FEC;
}
.TagClassName
{
border-color: #C10FEC;
}
</style>