Shades of Electric Purple #C919E7
Tints of Electric Purple #C919E7
RGB
CMYK
RGB Variations
Color information
#C919E7 (or 0xC919E7) is known color: Electric Purple. HEX triplet: C9, 19 and E7. RGB value is (201,25,231). Sum of RGB (Red+Green+Blue) = 201+25+231=457 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.98% from 457); Green value is 25 (10.16% from 255 or 5.47% from 457); Blue value is 231 (90.62% from 255 or 50.55% from 457); Max value from RGB is 231 - color contains mainly: blue. Hex color #C919E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C919E7 is #36E618. Grayscale: #646464. Windows color (decimal): -3597849 or 15145417. OLE color: 15145417.
HSL color Cylindrical-coordinate representation of color #C919E7: hue angle of 291.26º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C919E7 is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 201 | 25 | 231 | - |
| CMYK | 0.13 | 0.89 | 0 | 0.09 |
| HSL | 291.26º | 0.81% | 0.5% | - |
| HSV(B) | 291.26º | 0.89% | 0.91% | - |
| XYZ | 38.86 | 18.88 | 77.2 | - |
| YUV | 101.11 | 201.31 | 199.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 25 | 231 | 0.13 | 0.89 | 0 | 0.09 | 291.26 | 0.81 | 0.5 |
| Hex | C9 | 19 | E7 | D | 59 | 0 | 9 | 123 | 51 | 32 |
| Octal | 311 | 31 | 347 | 15 | 131 | 0 | 11 | 443 | 121 | 62 |
| Binary | 11001001 | 11001 | 11100111 | 1101 | 1011001 | 0 | 1001 | 100100011 | 1010001 | 110010 |
Color Harmonies of #C919E7
Complementary color
Monochromatic Colors of #C919E7
Black with #C919E7
Text Example
Text Example
White with #C919E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C919E7; }
p { color: rgb(201,25,231); }
H1.HeaderClassName
{
color: #C919E7;
}
.AnyTagClassName
{
color: #C919E7;
}
</style>
background-color css
<style>
a { background-color: #C919E7; }
a { background-color: rgb(201,25,231); }
div.DivClassName
{
background-color: #C919E7;
}
.BgClassName
{
background-color: #C919E7;
}
</style>
border-color css
<style>
span { border-color: #C919E7; }
span { border-color: rgb(201,25,231); }
td.TdClassName
{
border-color: #C919E7;
}
.TagClassName
{
border-color: #C919E7;
}
</style>