Shades of Electric Purple #C910EA
Tints of Electric Purple #C910EA
RGB
CMYK
RGB Variations
Color information
#C910EA (or 0xC910EA) is known color: Electric Purple. HEX triplet: C9, 10 and EA. RGB value is (201,16,234). Sum of RGB (Red+Green+Blue) = 201+16+234=451 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.57% from 451); Green value is 16 (6.64% from 255 or 3.55% from 451); Blue value is 234 (91.80% from 255 or 51.88% from 451); Max value from RGB is 234 - color contains mainly: blue. Hex color #C910EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C910EA is #36EF15. Grayscale: #5F5F5F. Windows color (decimal): -3600150 or 15339721. OLE color: 15339721.
HSL color Cylindrical-coordinate representation of color #C910EA: hue angle of 290.92º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C910EA is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 16 | 234 | - |
| CMYK | 0.14 | 0.93 | 0 | 0.08 |
| HSL | 290.92º | 0.87% | 0.49% | - |
| HSV(B) | 290.92º | 0.93% | 0.92% | - |
| XYZ | 39.12 | 18.73 | 79.39 | - |
| YUV | 96.17 | 205.79 | 202.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 16 | 234 | 0.14 | 0.93 | 0 | 0.08 | 290.92 | 0.87 | 0.49 |
| Hex | C9 | 10 | EA | E | 5D | 0 | 8 | 123 | 57 | 31 |
| Octal | 311 | 20 | 352 | 16 | 135 | 0 | 10 | 443 | 127 | 61 |
| Binary | 11001001 | 10000 | 11101010 | 1110 | 1011101 | 0 | 1000 | 100100011 | 1010111 | 110001 |
Color Harmonies of #C910EA
Complementary color
Monochromatic Colors of #C910EA
Black with #C910EA
Text Example
Text Example
White with #C910EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C910EA; }
p { color: rgb(201,16,234); }
H1.HeaderClassName
{
color: #C910EA;
}
.AnyTagClassName
{
color: #C910EA;
}
</style>
background-color css
<style>
a { background-color: #C910EA; }
a { background-color: rgb(201,16,234); }
div.DivClassName
{
background-color: #C910EA;
}
.BgClassName
{
background-color: #C910EA;
}
</style>
border-color css
<style>
span { border-color: #C910EA; }
span { border-color: rgb(201,16,234); }
td.TdClassName
{
border-color: #C910EA;
}
.TagClassName
{
border-color: #C910EA;
}
</style>