Shades of Electric Purple #C910ED
Tints of Electric Purple #C910ED
RGB
CMYK
RGB Variations
Color information
#C910ED (or 0xC910ED) is known color: Electric Purple. HEX triplet: C9, 10 and ED. RGB value is (201,16,237). Sum of RGB (Red+Green+Blue) = 201+16+237=454 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.27% from 454); Green value is 16 (6.64% from 255 or 3.52% from 454); Blue value is 237 (92.97% from 255 or 52.20% from 454); Max value from RGB is 237 - color contains mainly: blue. Hex color #C910ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C910ED is #36EF12. Grayscale: #5F5F5F. Windows color (decimal): -3600147 or 15536329. OLE color: 15536329.
HSL color Cylindrical-coordinate representation of color #C910ED: hue angle of 290.23º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C910ED is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 16 | 237 | - |
| CMYK | 0.15 | 0.93 | 0 | 0.07 |
| HSL | 290.23º | 0.87% | 0.5% | - |
| HSV(B) | 290.23º | 0.93% | 0.93% | - |
| XYZ | 39.56 | 18.9 | 81.68 | - |
| YUV | 96.51 | 207.29 | 202.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 16 | 237 | 0.15 | 0.93 | 0 | 0.07 | 290.23 | 0.87 | 0.5 |
| Hex | C9 | 10 | ED | F | 5D | 0 | 7 | 122 | 57 | 32 |
| Octal | 311 | 20 | 355 | 17 | 135 | 0 | 7 | 442 | 127 | 62 |
| Binary | 11001001 | 10000 | 11101101 | 1111 | 1011101 | 0 | 111 | 100100010 | 1010111 | 110010 |
Color Harmonies of #C910ED
Complementary color
Monochromatic Colors of #C910ED
Black with #C910ED
Text Example
Text Example
White with #C910ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C910ED; }
p { color: rgb(201,16,237); }
H1.HeaderClassName
{
color: #C910ED;
}
.AnyTagClassName
{
color: #C910ED;
}
</style>
background-color css
<style>
a { background-color: #C910ED; }
a { background-color: rgb(201,16,237); }
div.DivClassName
{
background-color: #C910ED;
}
.BgClassName
{
background-color: #C910ED;
}
</style>
border-color css
<style>
span { border-color: #C910ED; }
span { border-color: rgb(201,16,237); }
td.TdClassName
{
border-color: #C910ED;
}
.TagClassName
{
border-color: #C910ED;
}
</style>