Shades of Electric Purple #CA19E9
Tints of Electric Purple #CA19E9
RGB
CMYK
RGB Variations
Color information
#CA19E9 (or 0xCA19E9) is known color: Electric Purple. HEX triplet: CA, 19 and E9. RGB value is (202,25,233). Sum of RGB (Red+Green+Blue) = 202+25+233=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 25 (10.16% from 255 or 5.43% from 460); Blue value is 233 (91.41% from 255 or 50.65% from 460); Max value from RGB is 233 - color contains mainly: blue. Hex color #CA19E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA19E9 is #35E616. Grayscale: #646464. Windows color (decimal): -3532311 or 15276490. OLE color: 15276490.
HSL color Cylindrical-coordinate representation of color #CA19E9: hue angle of 291.06º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA19E9 is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 25 | 233 | - |
| CMYK | 0.13 | 0.89 | 0 | 0.09 |
| HSL | 291.06º | 0.83% | 0.51% | - |
| HSV(B) | 291.06º | 0.89% | 0.91% | - |
| XYZ | 39.41 | 19.14 | 78.71 | - |
| YUV | 101.64 | 202.14 | 199.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 25 | 233 | 0.13 | 0.89 | 0 | 0.09 | 291.06 | 0.83 | 0.51 |
| Hex | CA | 19 | E9 | D | 59 | 0 | 9 | 123 | 53 | 33 |
| Octal | 312 | 31 | 351 | 15 | 131 | 0 | 11 | 443 | 123 | 63 |
| Binary | 11001010 | 11001 | 11101001 | 1101 | 1011001 | 0 | 1001 | 100100011 | 1010011 | 110011 |
Color Harmonies of #CA19E9
Complementary color
Monochromatic Colors of #CA19E9
Black with #CA19E9
Text Example
Text Example
White with #CA19E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA19E9; }
p { color: rgb(202,25,233); }
H1.HeaderClassName
{
color: #CA19E9;
}
.AnyTagClassName
{
color: #CA19E9;
}
</style>
background-color css
<style>
a { background-color: #CA19E9; }
a { background-color: rgb(202,25,233); }
div.DivClassName
{
background-color: #CA19E9;
}
.BgClassName
{
background-color: #CA19E9;
}
</style>
border-color css
<style>
span { border-color: #CA19E9; }
span { border-color: rgb(202,25,233); }
td.TdClassName
{
border-color: #CA19E9;
}
.TagClassName
{
border-color: #CA19E9;
}
</style>