Shades of Electric Purple #C919E6
Tints of Electric Purple #C919E6
RGB
CMYK
RGB Variations
Color information
#C919E6 (or 0xC919E6) is known color: Electric Purple. HEX triplet: C9, 19 and E6. RGB value is (201,25,230). Sum of RGB (Red+Green+Blue) = 201+25+230=456 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.08% from 456); Green value is 25 (10.16% from 255 or 5.48% from 456); Blue value is 230 (90.23% from 255 or 50.44% from 456); Max value from RGB is 230 - color contains mainly: blue. Hex color #C919E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C919E6 is #36E619. Grayscale: #646464. Windows color (decimal): -3597850 or 15079881. OLE color: 15079881.
HSL color Cylindrical-coordinate representation of color #C919E6: hue angle of 291.51º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C919E6 is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 201 | 25 | 230 | - |
| CMYK | 0.13 | 0.89 | 0 | 0.10 |
| HSL | 291.51º | 0.8% | 0.5% | - |
| HSV(B) | 291.51º | 0.89% | 0.9% | - |
| XYZ | 38.72 | 18.83 | 76.46 | - |
| YUV | 100.99 | 200.81 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 25 | 230 | 0.13 | 0.89 | 0 | 0.10 | 291.51 | 0.8 | 0.5 |
| Hex | C9 | 19 | E6 | D | 59 | 0 | A | 124 | 50 | 32 |
| Octal | 311 | 31 | 346 | 15 | 131 | 0 | 12 | 444 | 120 | 62 |
| Binary | 11001001 | 11001 | 11100110 | 1101 | 1011001 | 0 | 1010 | 100100100 | 1010000 | 110010 |
Color Harmonies of #C919E6
Complementary color
Monochromatic Colors of #C919E6
Black with #C919E6
Text Example
Text Example
White with #C919E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C919E6; }
p { color: rgb(201,25,230); }
H1.HeaderClassName
{
color: #C919E6;
}
.AnyTagClassName
{
color: #C919E6;
}
</style>
background-color css
<style>
a { background-color: #C919E6; }
a { background-color: rgb(201,25,230); }
div.DivClassName
{
background-color: #C919E6;
}
.BgClassName
{
background-color: #C919E6;
}
</style>
border-color css
<style>
span { border-color: #C919E6; }
span { border-color: rgb(201,25,230); }
td.TdClassName
{
border-color: #C919E6;
}
.TagClassName
{
border-color: #C919E6;
}
</style>