Shades of Electric Purple #C916EC
Tints of Electric Purple #C916EC
RGB
CMYK
RGB Variations
Color information
#C916EC (or 0xC916EC) is known color: Electric Purple. HEX triplet: C9, 16 and EC. RGB value is (201,22,236). Sum of RGB (Red+Green+Blue) = 201+22+236=459 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.79% from 459); Green value is 22 (8.98% from 255 or 4.79% from 459); Blue value is 236 (92.58% from 255 or 51.42% from 459); Max value from RGB is 236 - color contains mainly: blue. Hex color #C916EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C916EC is #36E913. Grayscale: #636363. Windows color (decimal): -3598612 or 15472329. OLE color: 15472329.
HSL color Cylindrical-coordinate representation of color #C916EC: hue angle of 290.19º 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 #C916EC is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 22 | 236 | - |
| CMYK | 0.15 | 0.91 | 0 | 0.07 |
| HSL | 290.19º | 0.85% | 0.51% | - |
| HSV(B) | 290.19º | 0.91% | 0.93% | - |
| XYZ | 39.51 | 19.05 | 80.95 | - |
| YUV | 99.92 | 204.8 | 200.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 22 | 236 | 0.15 | 0.91 | 0 | 0.07 | 290.19 | 0.85 | 0.51 |
| Hex | C9 | 16 | EC | F | 5B | 0 | 7 | 122 | 55 | 33 |
| Octal | 311 | 26 | 354 | 17 | 133 | 0 | 7 | 442 | 125 | 63 |
| Binary | 11001001 | 10110 | 11101100 | 1111 | 1011011 | 0 | 111 | 100100010 | 1010101 | 110011 |
Color Harmonies of #C916EC
Complementary color
Monochromatic Colors of #C916EC
Black with #C916EC
Text Example
Text Example
White with #C916EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C916EC; }
p { color: rgb(201,22,236); }
H1.HeaderClassName
{
color: #C916EC;
}
.AnyTagClassName
{
color: #C916EC;
}
</style>
background-color css
<style>
a { background-color: #C916EC; }
a { background-color: rgb(201,22,236); }
div.DivClassName
{
background-color: #C916EC;
}
.BgClassName
{
background-color: #C916EC;
}
</style>
border-color css
<style>
span { border-color: #C916EC; }
span { border-color: rgb(201,22,236); }
td.TdClassName
{
border-color: #C916EC;
}
.TagClassName
{
border-color: #C916EC;
}
</style>