Shades of Electric Purple #C116EC
Tints of Electric Purple #C116EC
RGB
CMYK
RGB Variations
Color information
#C116EC (or 0xC116EC) is known color: Electric Purple. HEX triplet: C1, 16 and EC. RGB value is (193,22,236). Sum of RGB (Red+Green+Blue) = 193+22+236=451 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.79% from 451); Green value is 22 (8.98% from 255 or 4.88% from 451); Blue value is 236 (92.58% from 255 or 52.33% from 451); Max value from RGB is 236 - color contains mainly: blue. Hex color #C116EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C116EC is #3EE913. Grayscale: #606060. Windows color (decimal): -4122900 or 15472321. OLE color: 15472321.
HSL color Cylindrical-coordinate representation of color #C116EC: hue angle of 287.94º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C116EC is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 22 | 236 | - |
| CMYK | 0.18 | 0.91 | 0 | 0.07 |
| HSL | 287.94º | 0.85% | 0.51% | - |
| HSV(B) | 287.94º | 0.91% | 0.93% | - |
| XYZ | 37.42 | 17.97 | 80.85 | - |
| YUV | 97.53 | 206.15 | 196.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 22 | 236 | 0.18 | 0.91 | 0 | 0.07 | 287.94 | 0.85 | 0.51 |
| Hex | C1 | 16 | EC | 12 | 5B | 0 | 7 | 120 | 55 | 33 |
| Octal | 301 | 26 | 354 | 22 | 133 | 0 | 7 | 440 | 125 | 63 |
| Binary | 11000001 | 10110 | 11101100 | 10010 | 1011011 | 0 | 111 | 100100000 | 1010101 | 110011 |
Color Harmonies of #C116EC
Complementary color
Monochromatic Colors of #C116EC
Black with #C116EC
Text Example
Text Example
White with #C116EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C116EC; }
p { color: rgb(193,22,236); }
H1.HeaderClassName
{
color: #C116EC;
}
.AnyTagClassName
{
color: #C116EC;
}
</style>
background-color css
<style>
a { background-color: #C116EC; }
a { background-color: rgb(193,22,236); }
div.DivClassName
{
background-color: #C116EC;
}
.BgClassName
{
background-color: #C116EC;
}
</style>
border-color css
<style>
span { border-color: #C116EC; }
span { border-color: rgb(193,22,236); }
td.TdClassName
{
border-color: #C116EC;
}
.TagClassName
{
border-color: #C116EC;
}
</style>