Shades of Electric Purple #C919EB
Tints of Electric Purple #C919EB
RGB
CMYK
RGB Variations
Color information
#C919EB (or 0xC919EB) is known color: Electric Purple. HEX triplet: C9, 19 and EB. RGB value is (201,25,235). Sum of RGB (Red+Green+Blue) = 201+25+235=461 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.60% from 461); Green value is 25 (10.16% from 255 or 5.42% from 461); Blue value is 235 (92.19% from 255 or 50.98% from 461); Max value from RGB is 235 - color contains mainly: blue. Hex color #C919EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C919EB is #36E614. Grayscale: #646464. Windows color (decimal): -3597845 or 15407561. OLE color: 15407561.
HSL color Cylindrical-coordinate representation of color #C919EB: hue angle of 290.29º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C919EB is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 25 | 235 | - |
| CMYK | 0.14 | 0.89 | 0 | 0.08 |
| HSL | 290.29º | 0.84% | 0.51% | - |
| HSV(B) | 290.29º | 0.89% | 0.92% | - |
| XYZ | 39.43 | 19.11 | 80.21 | - |
| YUV | 101.56 | 203.31 | 198.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 25 | 235 | 0.14 | 0.89 | 0 | 0.08 | 290.29 | 0.84 | 0.51 |
| Hex | C9 | 19 | EB | E | 59 | 0 | 8 | 122 | 54 | 33 |
| Octal | 311 | 31 | 353 | 16 | 131 | 0 | 10 | 442 | 124 | 63 |
| Binary | 11001001 | 11001 | 11101011 | 1110 | 1011001 | 0 | 1000 | 100100010 | 1010100 | 110011 |
Color Harmonies of #C919EB
Complementary color
Monochromatic Colors of #C919EB
Black with #C919EB
Text Example
Text Example
White with #C919EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C919EB; }
p { color: rgb(201,25,235); }
H1.HeaderClassName
{
color: #C919EB;
}
.AnyTagClassName
{
color: #C919EB;
}
</style>
background-color css
<style>
a { background-color: #C919EB; }
a { background-color: rgb(201,25,235); }
div.DivClassName
{
background-color: #C919EB;
}
.BgClassName
{
background-color: #C919EB;
}
</style>
border-color css
<style>
span { border-color: #C919EB; }
span { border-color: rgb(201,25,235); }
td.TdClassName
{
border-color: #C919EB;
}
.TagClassName
{
border-color: #C919EB;
}
</style>