Shades of Electric Purple #C919E9
Tints of Electric Purple #C919E9
RGB
CMYK
RGB Variations
Color information
#C919E9 (or 0xC919E9) is known color: Electric Purple. HEX triplet: C9, 19 and E9. RGB value is (201,25,233). Sum of RGB (Red+Green+Blue) = 201+25+233=459 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.79% from 459); Green value is 25 (10.16% from 255 or 5.45% from 459); Blue value is 233 (91.41% from 255 or 50.76% from 459); Max value from RGB is 233 - color contains mainly: blue. Hex color #C919E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C919E9 is #36E616. Grayscale: #646464. Windows color (decimal): -3597847 or 15276489. OLE color: 15276489.
HSL color Cylindrical-coordinate representation of color #C919E9: hue angle of 290.77º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C919E9 is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 201 | 25 | 233 | - |
| CMYK | 0.14 | 0.89 | 0 | 0.09 |
| HSL | 290.77º | 0.83% | 0.51% | - |
| HSV(B) | 290.77º | 0.89% | 0.91% | - |
| XYZ | 39.14 | 19 | 78.69 | - |
| YUV | 101.34 | 202.31 | 199.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 25 | 233 | 0.14 | 0.89 | 0 | 0.09 | 290.77 | 0.83 | 0.51 |
| Hex | C9 | 19 | E9 | E | 59 | 0 | 9 | 123 | 53 | 33 |
| Octal | 311 | 31 | 351 | 16 | 131 | 0 | 11 | 443 | 123 | 63 |
| Binary | 11001001 | 11001 | 11101001 | 1110 | 1011001 | 0 | 1001 | 100100011 | 1010011 | 110011 |
Color Harmonies of #C919E9
Complementary color
Monochromatic Colors of #C919E9
Black with #C919E9
Text Example
Text Example
White with #C919E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C919E9; }
p { color: rgb(201,25,233); }
H1.HeaderClassName
{
color: #C919E9;
}
.AnyTagClassName
{
color: #C919E9;
}
</style>
background-color css
<style>
a { background-color: #C919E9; }
a { background-color: rgb(201,25,233); }
div.DivClassName
{
background-color: #C919E9;
}
.BgClassName
{
background-color: #C919E9;
}
</style>
border-color css
<style>
span { border-color: #C919E9; }
span { border-color: rgb(201,25,233); }
td.TdClassName
{
border-color: #C919E9;
}
.TagClassName
{
border-color: #C919E9;
}
</style>