Shades of Electric Purple #C819EC
Tints of Electric Purple #C819EC
RGB
CMYK
RGB Variations
Color information
#C819EC (or 0xC819EC) is known color: Electric Purple. HEX triplet: C8, 19 and EC. RGB value is (200,25,236). Sum of RGB (Red+Green+Blue) = 200+25+236=461 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.38% from 461); Green value is 25 (10.16% from 255 or 5.42% from 461); Blue value is 236 (92.58% from 255 or 51.19% from 461); Max value from RGB is 236 - color contains mainly: blue. Hex color #C819EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C819EC is #37E613. Grayscale: #646464. Windows color (decimal): -3663380 or 15473096. OLE color: 15473096.
HSL color Cylindrical-coordinate representation of color #C819EC: hue angle of 289.76º 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 #C819EC is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 25 | 236 | - |
| CMYK | 0.15 | 0.89 | 0 | 0.07 |
| HSL | 289.76º | 0.85% | 0.51% | - |
| HSV(B) | 289.76º | 0.89% | 0.93% | - |
| XYZ | 39.31 | 19.03 | 80.96 | - |
| YUV | 101.38 | 203.98 | 198.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 25 | 236 | 0.15 | 0.89 | 0 | 0.07 | 289.76 | 0.85 | 0.51 |
| Hex | C8 | 19 | EC | F | 59 | 0 | 7 | 122 | 55 | 33 |
| Octal | 310 | 31 | 354 | 17 | 131 | 0 | 7 | 442 | 125 | 63 |
| Binary | 11001000 | 11001 | 11101100 | 1111 | 1011001 | 0 | 111 | 100100010 | 1010101 | 110011 |
Color Harmonies of #C819EC
Complementary color
Monochromatic Colors of #C819EC
Black with #C819EC
Text Example
Text Example
White with #C819EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C819EC; }
p { color: rgb(200,25,236); }
H1.HeaderClassName
{
color: #C819EC;
}
.AnyTagClassName
{
color: #C819EC;
}
</style>
background-color css
<style>
a { background-color: #C819EC; }
a { background-color: rgb(200,25,236); }
div.DivClassName
{
background-color: #C819EC;
}
.BgClassName
{
background-color: #C819EC;
}
</style>
border-color css
<style>
span { border-color: #C819EC; }
span { border-color: rgb(200,25,236); }
td.TdClassName
{
border-color: #C819EC;
}
.TagClassName
{
border-color: #C819EC;
}
</style>