Shades of Electric Purple #C919ED
Tints of Electric Purple #C919ED
RGB
CMYK
RGB Variations
Color information
#C919ED (or 0xC919ED) is known color: Electric Purple. HEX triplet: C9, 19 and ED. RGB value is (201,25,237). Sum of RGB (Red+Green+Blue) = 201+25+237=463 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.41% from 463); Green value is 25 (10.16% from 255 or 5.40% from 463); Blue value is 237 (92.97% from 255 or 51.19% from 463); Max value from RGB is 237 - color contains mainly: blue. Hex color #C919ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C919ED is #36E612. Grayscale: #656565. Windows color (decimal): -3597843 or 15538633. OLE color: 15538633.
HSL color Cylindrical-coordinate representation of color #C919ED: hue angle of 289.81º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C919ED is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 25 | 237 | - |
| CMYK | 0.15 | 0.89 | 0 | 0.07 |
| HSL | 289.81º | 0.85% | 0.51% | - |
| HSV(B) | 289.81º | 0.89% | 0.93% | - |
| XYZ | 39.72 | 19.23 | 81.74 | - |
| YUV | 101.79 | 204.31 | 198.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 25 | 237 | 0.15 | 0.89 | 0 | 0.07 | 289.81 | 0.85 | 0.51 |
| Hex | C9 | 19 | ED | F | 59 | 0 | 7 | 122 | 55 | 33 |
| Octal | 311 | 31 | 355 | 17 | 131 | 0 | 7 | 442 | 125 | 63 |
| Binary | 11001001 | 11001 | 11101101 | 1111 | 1011001 | 0 | 111 | 100100010 | 1010101 | 110011 |
Color Harmonies of #C919ED
Complementary color
Monochromatic Colors of #C919ED
Black with #C919ED
Text Example
Text Example
White with #C919ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C919ED; }
p { color: rgb(201,25,237); }
H1.HeaderClassName
{
color: #C919ED;
}
.AnyTagClassName
{
color: #C919ED;
}
</style>
background-color css
<style>
a { background-color: #C919ED; }
a { background-color: rgb(201,25,237); }
div.DivClassName
{
background-color: #C919ED;
}
.BgClassName
{
background-color: #C919ED;
}
</style>
border-color css
<style>
span { border-color: #C919ED; }
span { border-color: rgb(201,25,237); }
td.TdClassName
{
border-color: #C919ED;
}
.TagClassName
{
border-color: #C919ED;
}
</style>