Shades of Electric Purple #C016EC
Tints of Electric Purple #C016EC
RGB
CMYK
RGB Variations
Color information
#C016EC (or 0xC016EC) is known color: Electric Purple. HEX triplet: C0, 16 and EC. RGB value is (192,22,236). Sum of RGB (Red+Green+Blue) = 192+22+236=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 22 (8.98% from 255 or 4.89% from 450); Blue value is 236 (92.58% from 255 or 52.44% from 450); Max value from RGB is 236 - color contains mainly: blue. Hex color #C016EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C016EC is #3FE913. Grayscale: #606060. Windows color (decimal): -4188436 or 15472320. OLE color: 15472320.
HSL color Cylindrical-coordinate representation of color #C016EC: hue angle of 287.66º 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 #C016EC is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 22 | 236 | - |
| CMYK | 0.19 | 0.91 | 0 | 0.07 |
| HSL | 287.66º | 0.85% | 0.51% | - |
| HSV(B) | 287.66º | 0.91% | 0.93% | - |
| XYZ | 37.17 | 17.84 | 80.84 | - |
| YUV | 97.23 | 206.32 | 195.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 22 | 236 | 0.19 | 0.91 | 0 | 0.07 | 287.66 | 0.85 | 0.51 |
| Hex | C0 | 16 | EC | 13 | 5B | 0 | 7 | 120 | 55 | 33 |
| Octal | 300 | 26 | 354 | 23 | 133 | 0 | 7 | 440 | 125 | 63 |
| Binary | 11000000 | 10110 | 11101100 | 10011 | 1011011 | 0 | 111 | 100100000 | 1010101 | 110011 |
Color Harmonies of #C016EC
Complementary color
Monochromatic Colors of #C016EC
Black with #C016EC
Text Example
Text Example
White with #C016EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C016EC; }
p { color: rgb(192,22,236); }
H1.HeaderClassName
{
color: #C016EC;
}
.AnyTagClassName
{
color: #C016EC;
}
</style>
background-color css
<style>
a { background-color: #C016EC; }
a { background-color: rgb(192,22,236); }
div.DivClassName
{
background-color: #C016EC;
}
.BgClassName
{
background-color: #C016EC;
}
</style>
border-color css
<style>
span { border-color: #C016EC; }
span { border-color: rgb(192,22,236); }
td.TdClassName
{
border-color: #C016EC;
}
.TagClassName
{
border-color: #C016EC;
}
</style>