Shades of Electric Purple #CA04F9
Tints of Electric Purple #CA04F9
RGB
CMYK
RGB Variations
Color information
#CA04F9 (or 0xCA04F9) is known color: Electric Purple. HEX triplet: CA, 04 and F9. RGB value is (202,4,249). Sum of RGB (Red+Green+Blue) = 202+4+249=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 4 (1.95% from 255 or 0.88% from 455); Blue value is 249 (97.66% from 255 or 54.73% from 455); Max value from RGB is 249 - color contains mainly: blue. Hex color #CA04F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA04F9 is #35FB06. Grayscale: #5A5A5A. Windows color (decimal): -3537671 or 16319690. OLE color: 16319690.
HSL color Cylindrical-coordinate representation of color #CA04F9: hue angle of 288.49º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA04F9 is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 4 | 249 | - |
| CMYK | 0.19 | 0.98 | 0 | 0.02 |
| HSL | 288.49º | 0.97% | 0.5% | - |
| HSV(B) | 288.49º | 0.98% | 0.98% | - |
| XYZ | 41.5 | 19.48 | 91.2 | - |
| YUV | 91.13 | 217.1 | 207.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 4 | 249 | 0.19 | 0.98 | 0 | 0.02 | 288.49 | 0.97 | 0.5 |
| Hex | CA | 4 | F9 | 13 | 62 | 0 | 2 | 120 | 61 | 32 |
| Octal | 312 | 4 | 371 | 23 | 142 | 0 | 2 | 440 | 141 | 62 |
| Binary | 11001010 | 100 | 11111001 | 10011 | 1100010 | 0 | 10 | 100100000 | 1100001 | 110010 |
Color Harmonies of #CA04F9
Complementary color
Monochromatic Colors of #CA04F9
Black with #CA04F9
Text Example
Text Example
White with #CA04F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA04F9; }
p { color: rgb(202,4,249); }
H1.HeaderClassName
{
color: #CA04F9;
}
.AnyTagClassName
{
color: #CA04F9;
}
</style>
background-color css
<style>
a { background-color: #CA04F9; }
a { background-color: rgb(202,4,249); }
div.DivClassName
{
background-color: #CA04F9;
}
.BgClassName
{
background-color: #CA04F9;
}
</style>
border-color css
<style>
span { border-color: #CA04F9; }
span { border-color: rgb(202,4,249); }
td.TdClassName
{
border-color: #CA04F9;
}
.TagClassName
{
border-color: #CA04F9;
}
</style>