Shades of Electric Purple #C416EC
Tints of Electric Purple #C416EC
RGB
CMYK
RGB Variations
Color information
#C416EC (or 0xC416EC) is known color: Electric Purple. HEX triplet: C4, 16 and EC. RGB value is (196,22,236). Sum of RGB (Red+Green+Blue) = 196+22+236=454 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.17% from 454); Green value is 22 (8.98% from 255 or 4.85% from 454); Blue value is 236 (92.58% from 255 or 51.98% from 454); Max value from RGB is 236 - color contains mainly: blue. Hex color #C416EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C416EC is #3BE913. Grayscale: #616161. Windows color (decimal): -3926292 or 15472324. OLE color: 15472324.
HSL color Cylindrical-coordinate representation of color #C416EC: hue angle of 288.79º 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 #C416EC is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 22 | 236 | - |
| CMYK | 0.17 | 0.91 | 0 | 0.07 |
| HSL | 288.79º | 0.85% | 0.51% | - |
| HSV(B) | 288.79º | 0.91% | 0.93% | - |
| XYZ | 38.19 | 18.37 | 80.89 | - |
| YUV | 98.42 | 205.65 | 197.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 22 | 236 | 0.17 | 0.91 | 0 | 0.07 | 288.79 | 0.85 | 0.51 |
| Hex | C4 | 16 | EC | 11 | 5B | 0 | 7 | 121 | 55 | 33 |
| Octal | 304 | 26 | 354 | 21 | 133 | 0 | 7 | 441 | 125 | 63 |
| Binary | 11000100 | 10110 | 11101100 | 10001 | 1011011 | 0 | 111 | 100100001 | 1010101 | 110011 |
Color Harmonies of #C416EC
Complementary color
Monochromatic Colors of #C416EC
Black with #C416EC
Text Example
Text Example
White with #C416EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C416EC; }
p { color: rgb(196,22,236); }
H1.HeaderClassName
{
color: #C416EC;
}
.AnyTagClassName
{
color: #C416EC;
}
</style>
background-color css
<style>
a { background-color: #C416EC; }
a { background-color: rgb(196,22,236); }
div.DivClassName
{
background-color: #C416EC;
}
.BgClassName
{
background-color: #C416EC;
}
</style>
border-color css
<style>
span { border-color: #C416EC; }
span { border-color: rgb(196,22,236); }
td.TdClassName
{
border-color: #C416EC;
}
.TagClassName
{
border-color: #C416EC;
}
</style>