Shades of Electric Purple #C913EB
Tints of Electric Purple #C913EB
RGB
CMYK
RGB Variations
Color information
#C913EB (or 0xC913EB) is known color: Electric Purple. HEX triplet: C9, 13 and EB. RGB value is (201,19,235). Sum of RGB (Red+Green+Blue) = 201+19+235=455 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.18% from 455); Green value is 19 (7.81% from 255 or 4.18% from 455); Blue value is 235 (92.19% from 255 or 51.65% from 455); Max value from RGB is 235 - color contains mainly: blue. Hex color #C913EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C913EB is #36EC14. Grayscale: #616161. Windows color (decimal): -3599381 or 15406025. OLE color: 15406025.
HSL color Cylindrical-coordinate representation of color #C913EB: hue angle of 290.56º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C913EB is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 19 | 235 | - |
| CMYK | 0.14 | 0.92 | 0 | 0.08 |
| HSL | 290.56º | 0.85% | 0.5% | - |
| HSV(B) | 290.56º | 0.92% | 0.92% | - |
| XYZ | 39.32 | 18.88 | 80.17 | - |
| YUV | 98.04 | 205.3 | 201.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 19 | 235 | 0.14 | 0.92 | 0 | 0.08 | 290.56 | 0.85 | 0.5 |
| Hex | C9 | 13 | EB | E | 5C | 0 | 8 | 123 | 55 | 32 |
| Octal | 311 | 23 | 353 | 16 | 134 | 0 | 10 | 443 | 125 | 62 |
| Binary | 11001001 | 10011 | 11101011 | 1110 | 1011100 | 0 | 1000 | 100100011 | 1010101 | 110010 |
Color Harmonies of #C913EB
Complementary color
Monochromatic Colors of #C913EB
Black with #C913EB
Text Example
Text Example
White with #C913EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C913EB; }
p { color: rgb(201,19,235); }
H1.HeaderClassName
{
color: #C913EB;
}
.AnyTagClassName
{
color: #C913EB;
}
</style>
background-color css
<style>
a { background-color: #C913EB; }
a { background-color: rgb(201,19,235); }
div.DivClassName
{
background-color: #C913EB;
}
.BgClassName
{
background-color: #C913EB;
}
</style>
border-color css
<style>
span { border-color: #C913EB; }
span { border-color: rgb(201,19,235); }
td.TdClassName
{
border-color: #C913EB;
}
.TagClassName
{
border-color: #C913EB;
}
</style>