Shades of Electric Purple #CA19FA
Tints of Electric Purple #CA19FA
RGB
CMYK
RGB Variations
Color information
#CA19FA (or 0xCA19FA) is known color: Electric Purple. HEX triplet: CA, 19 and FA. RGB value is (202,25,250). Sum of RGB (Red+Green+Blue) = 202+25+250=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 25 (10.16% from 255 or 5.24% from 477); Blue value is 250 (98.05% from 255 or 52.41% from 477); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA19FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA19FA is #35E605. Grayscale: #666666. Windows color (decimal): -3532294 or 16390602. OLE color: 16390602.
HSL color Cylindrical-coordinate representation of color #CA19FA: hue angle of 287.2º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA19FA is Cyan = 0.19, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 25 | 250 | - |
| CMYK | 0.19 | 0.9 | 0 | 0.02 |
| HSL | 287.2º | 0.96% | 0.54% | - |
| HSV(B) | 287.2º | 0.9% | 0.98% | - |
| XYZ | 41.96 | 20.15 | 92.12 | - |
| YUV | 103.57 | 210.64 | 198.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 25 | 250 | 0.19 | 0.9 | 0 | 0.02 | 287.2 | 0.96 | 0.54 |
| Hex | CA | 19 | FA | 13 | 5A | 0 | 2 | 11F | 60 | 36 |
| Octal | 312 | 31 | 372 | 23 | 132 | 0 | 2 | 437 | 140 | 66 |
| Binary | 11001010 | 11001 | 11111010 | 10011 | 1011010 | 0 | 10 | 100011111 | 1100000 | 110110 |
Color Harmonies of #CA19FA
Complementary color
Monochromatic Colors of #CA19FA
Black with #CA19FA
Text Example
Text Example
White with #CA19FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA19FA; }
p { color: rgb(202,25,250); }
H1.HeaderClassName
{
color: #CA19FA;
}
.AnyTagClassName
{
color: #CA19FA;
}
</style>
background-color css
<style>
a { background-color: #CA19FA; }
a { background-color: rgb(202,25,250); }
div.DivClassName
{
background-color: #CA19FA;
}
.BgClassName
{
background-color: #CA19FA;
}
</style>
border-color css
<style>
span { border-color: #CA19FA; }
span { border-color: rgb(202,25,250); }
td.TdClassName
{
border-color: #CA19FA;
}
.TagClassName
{
border-color: #CA19FA;
}
</style>