Shades of Electric Purple #C919EF
Tints of Electric Purple #C919EF
RGB
CMYK
RGB Variations
Color information
#C919EF (or 0xC919EF) is known color: Electric Purple. HEX triplet: C9, 19 and EF. RGB value is (201,25,239). Sum of RGB (Red+Green+Blue) = 201+25+239=465 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.23% from 465); Green value is 25 (10.16% from 255 or 5.38% from 465); Blue value is 239 (93.75% from 255 or 51.40% from 465); Max value from RGB is 239 - color contains mainly: blue. Hex color #C919EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C919EF is #36E610. Grayscale: #656565. Windows color (decimal): -3597841 or 15669705. OLE color: 15669705.
HSL color Cylindrical-coordinate representation of color #C919EF: hue angle of 289.35º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C919EF is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 25 | 239 | - |
| CMYK | 0.16 | 0.90 | 0 | 0.06 |
| HSL | 289.35º | 0.87% | 0.52% | - |
| HSV(B) | 289.35º | 0.9% | 0.94% | - |
| XYZ | 40.02 | 19.34 | 83.29 | - |
| YUV | 102.02 | 205.31 | 198.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 25 | 239 | 0.16 | 0.90 | 0 | 0.06 | 289.35 | 0.87 | 0.52 |
| Hex | C9 | 19 | EF | 10 | 5A | 0 | 6 | 121 | 57 | 34 |
| Octal | 311 | 31 | 357 | 20 | 132 | 0 | 6 | 441 | 127 | 64 |
| Binary | 11001001 | 11001 | 11101111 | 10000 | 1011010 | 0 | 110 | 100100001 | 1010111 | 110100 |
Color Harmonies of #C919EF
Complementary color
Monochromatic Colors of #C919EF
Black with #C919EF
Text Example
Text Example
White with #C919EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C919EF; }
p { color: rgb(201,25,239); }
H1.HeaderClassName
{
color: #C919EF;
}
.AnyTagClassName
{
color: #C919EF;
}
</style>
background-color css
<style>
a { background-color: #C919EF; }
a { background-color: rgb(201,25,239); }
div.DivClassName
{
background-color: #C919EF;
}
.BgClassName
{
background-color: #C919EF;
}
</style>
border-color css
<style>
span { border-color: #C919EF; }
span { border-color: rgb(201,25,239); }
td.TdClassName
{
border-color: #C919EF;
}
.TagClassName
{
border-color: #C919EF;
}
</style>