Shades of Electric Purple #CA19FE
Tints of Electric Purple #CA19FE
RGB
CMYK
RGB Variations
Color information
#CA19FE (or 0xCA19FE) is known color: Electric Purple. HEX triplet: CA, 19 and FE. RGB value is (202,25,254). Sum of RGB (Red+Green+Blue) = 202+25+254=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 25 (10.16% from 255 or 5.20% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA19FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA19FE is #35E601. Grayscale: #676767. Windows color (decimal): -3532290 or 16652746. OLE color: 16652746.
HSL color Cylindrical-coordinate representation of color #CA19FE: hue angle of 286.38º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA19FE is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 25 | 254 | - |
| CMYK | 0.20 | 0.90 | 0 | 0.00 |
| HSL | 286.38º | 0.99% | 0.55% | - |
| HSV(B) | 286.38º | 0.9% | 1% | - |
| XYZ | 42.59 | 20.41 | 95.46 | - |
| YUV | 104.03 | 212.64 | 197.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 25 | 254 | 0.20 | 0.90 | 0 | 0.00 | 286.38 | 0.99 | 0.55 |
| Hex | CA | 19 | FE | 14 | 5A | 0 | 0 | 11E | 63 | 37 |
| Octal | 312 | 31 | 376 | 24 | 132 | 0 | 0 | 436 | 143 | 67 |
| Binary | 11001010 | 11001 | 11111110 | 10100 | 1011010 | 0 | 0 | 100011110 | 1100011 | 110111 |
Color Harmonies of #CA19FE
Complementary color
Monochromatic Colors of #CA19FE
Black with #CA19FE
Text Example
Text Example
White with #CA19FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA19FE; }
p { color: rgb(202,25,254); }
H1.HeaderClassName
{
color: #CA19FE;
}
.AnyTagClassName
{
color: #CA19FE;
}
</style>
background-color css
<style>
a { background-color: #CA19FE; }
a { background-color: rgb(202,25,254); }
div.DivClassName
{
background-color: #CA19FE;
}
.BgClassName
{
background-color: #CA19FE;
}
</style>
border-color css
<style>
span { border-color: #CA19FE; }
span { border-color: rgb(202,25,254); }
td.TdClassName
{
border-color: #CA19FE;
}
.TagClassName
{
border-color: #CA19FE;
}
</style>