Shades of Electric Purple #C910EC
Tints of Electric Purple #C910EC
RGB
CMYK
RGB Variations
Color information
#C910EC (or 0xC910EC) is known color: Electric Purple. HEX triplet: C9, 10 and EC. RGB value is (201,16,236). Sum of RGB (Red+Green+Blue) = 201+16+236=453 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.37% from 453); Green value is 16 (6.64% from 255 or 3.53% from 453); Blue value is 236 (92.58% from 255 or 52.10% from 453); Max value from RGB is 236 - color contains mainly: blue. Hex color #C910EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C910EC is #36EF13. Grayscale: #5F5F5F. Windows color (decimal): -3600148 or 15470793. OLE color: 15470793.
HSL color Cylindrical-coordinate representation of color #C910EC: hue angle of 290.45º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C910EC is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 16 | 236 | - |
| CMYK | 0.15 | 0.93 | 0 | 0.07 |
| HSL | 290.45º | 0.87% | 0.49% | - |
| HSV(B) | 290.45º | 0.93% | 0.93% | - |
| XYZ | 39.41 | 18.84 | 80.92 | - |
| YUV | 96.4 | 206.79 | 202.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 16 | 236 | 0.15 | 0.93 | 0 | 0.07 | 290.45 | 0.87 | 0.49 |
| Hex | C9 | 10 | EC | F | 5D | 0 | 7 | 122 | 57 | 31 |
| Octal | 311 | 20 | 354 | 17 | 135 | 0 | 7 | 442 | 127 | 61 |
| Binary | 11001001 | 10000 | 11101100 | 1111 | 1011101 | 0 | 111 | 100100010 | 1010111 | 110001 |
Color Harmonies of #C910EC
Complementary color
Monochromatic Colors of #C910EC
Black with #C910EC
Text Example
Text Example
White with #C910EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C910EC; }
p { color: rgb(201,16,236); }
H1.HeaderClassName
{
color: #C910EC;
}
.AnyTagClassName
{
color: #C910EC;
}
</style>
background-color css
<style>
a { background-color: #C910EC; }
a { background-color: rgb(201,16,236); }
div.DivClassName
{
background-color: #C910EC;
}
.BgClassName
{
background-color: #C910EC;
}
</style>
border-color css
<style>
span { border-color: #C910EC; }
span { border-color: rgb(201,16,236); }
td.TdClassName
{
border-color: #C910EC;
}
.TagClassName
{
border-color: #C910EC;
}
</style>