Shades of Electric Purple #CA19EC
Tints of Electric Purple #CA19EC
RGB
CMYK
RGB Variations
Color information
#CA19EC (or 0xCA19EC) is known color: Electric Purple. HEX triplet: CA, 19 and EC. RGB value is (202,25,236). Sum of RGB (Red+Green+Blue) = 202+25+236=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 25 (10.16% from 255 or 5.40% from 463); Blue value is 236 (92.58% from 255 or 50.97% from 463); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA19EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA19EC is #35E613. Grayscale: #656565. Windows color (decimal): -3532308 or 15473098. OLE color: 15473098.
HSL color Cylindrical-coordinate representation of color #CA19EC: hue angle of 290.33º 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 #CA19EC is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 25 | 236 | - |
| CMYK | 0.14 | 0.89 | 0 | 0.07 |
| HSL | 290.33º | 0.85% | 0.51% | - |
| HSV(B) | 290.33º | 0.89% | 0.93% | - |
| XYZ | 39.85 | 19.31 | 80.98 | - |
| YUV | 101.98 | 203.64 | 199.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 25 | 236 | 0.14 | 0.89 | 0 | 0.07 | 290.33 | 0.85 | 0.51 |
| Hex | CA | 19 | EC | E | 59 | 0 | 7 | 122 | 55 | 33 |
| Octal | 312 | 31 | 354 | 16 | 131 | 0 | 7 | 442 | 125 | 63 |
| Binary | 11001010 | 11001 | 11101100 | 1110 | 1011001 | 0 | 111 | 100100010 | 1010101 | 110011 |
Color Harmonies of #CA19EC
Complementary color
Monochromatic Colors of #CA19EC
Black with #CA19EC
Text Example
Text Example
White with #CA19EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA19EC; }
p { color: rgb(202,25,236); }
H1.HeaderClassName
{
color: #CA19EC;
}
.AnyTagClassName
{
color: #CA19EC;
}
</style>
background-color css
<style>
a { background-color: #CA19EC; }
a { background-color: rgb(202,25,236); }
div.DivClassName
{
background-color: #CA19EC;
}
.BgClassName
{
background-color: #CA19EC;
}
</style>
border-color css
<style>
span { border-color: #CA19EC; }
span { border-color: rgb(202,25,236); }
td.TdClassName
{
border-color: #CA19EC;
}
.TagClassName
{
border-color: #CA19EC;
}
</style>