Shades of Electric Purple #C911EB
Tints of Electric Purple #C911EB
RGB
CMYK
RGB Variations
Color information
#C911EB (or 0xC911EB) is known color: Electric Purple. HEX triplet: C9, 11 and EB. RGB value is (201,17,235). Sum of RGB (Red+Green+Blue) = 201+17+235=453 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.37% from 453); Green value is 17 (7.03% from 255 or 3.75% from 453); Blue value is 235 (92.19% from 255 or 51.88% from 453); Max value from RGB is 235 - color contains mainly: blue. Hex color #C911EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C911EB is #36EE14. Grayscale: #606060. Windows color (decimal): -3599893 or 15405513. OLE color: 15405513.
HSL color Cylindrical-coordinate representation of color #C911EB: hue angle of 290.64º 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 #C911EB is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 17 | 235 | - |
| CMYK | 0.14 | 0.93 | 0 | 0.08 |
| HSL | 290.64º | 0.87% | 0.49% | - |
| HSV(B) | 290.64º | 0.93% | 0.92% | - |
| XYZ | 39.28 | 18.82 | 80.16 | - |
| YUV | 96.87 | 205.96 | 202.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 17 | 235 | 0.14 | 0.93 | 0 | 0.08 | 290.64 | 0.87 | 0.49 |
| Hex | C9 | 11 | EB | E | 5D | 0 | 8 | 123 | 57 | 31 |
| Octal | 311 | 21 | 353 | 16 | 135 | 0 | 10 | 443 | 127 | 61 |
| Binary | 11001001 | 10001 | 11101011 | 1110 | 1011101 | 0 | 1000 | 100100011 | 1010111 | 110001 |
Color Harmonies of #C911EB
Complementary color
Monochromatic Colors of #C911EB
Black with #C911EB
Text Example
Text Example
White with #C911EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C911EB; }
p { color: rgb(201,17,235); }
H1.HeaderClassName
{
color: #C911EB;
}
.AnyTagClassName
{
color: #C911EB;
}
</style>
background-color css
<style>
a { background-color: #C911EB; }
a { background-color: rgb(201,17,235); }
div.DivClassName
{
background-color: #C911EB;
}
.BgClassName
{
background-color: #C911EB;
}
</style>
border-color css
<style>
span { border-color: #C911EB; }
span { border-color: rgb(201,17,235); }
td.TdClassName
{
border-color: #C911EB;
}
.TagClassName
{
border-color: #C911EB;
}
</style>