Shades of Electric Purple #CA04F1
Tints of Electric Purple #CA04F1
RGB
CMYK
RGB Variations
Color information
#CA04F1 (or 0xCA04F1) is known color: Electric Purple. HEX triplet: CA, 04 and F1. RGB value is (202,4,241). Sum of RGB (Red+Green+Blue) = 202+4+241=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 4 (1.95% from 255 or 0.89% from 447); Blue value is 241 (94.53% from 255 or 53.91% from 447); Max value from RGB is 241 - color contains mainly: blue. Hex color #CA04F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA04F1 is #35FB0E. Grayscale: #595959. Windows color (decimal): -3537679 or 15795402. OLE color: 15795402.
HSL color Cylindrical-coordinate representation of color #CA04F1: hue angle of 290.13º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA04F1 is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 4 | 241 | - |
| CMYK | 0.16 | 0.98 | 0 | 0.05 |
| HSL | 290.13º | 0.97% | 0.48% | - |
| HSV(B) | 290.13º | 0.98% | 0.95% | - |
| XYZ | 40.28 | 18.99 | 84.76 | - |
| YUV | 90.22 | 213.1 | 207.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 4 | 241 | 0.16 | 0.98 | 0 | 0.05 | 290.13 | 0.97 | 0.48 |
| Hex | CA | 4 | F1 | 10 | 62 | 0 | 5 | 122 | 61 | 30 |
| Octal | 312 | 4 | 361 | 20 | 142 | 0 | 5 | 442 | 141 | 60 |
| Binary | 11001010 | 100 | 11110001 | 10000 | 1100010 | 0 | 101 | 100100010 | 1100001 | 110000 |
Color Harmonies of #CA04F1
Complementary color
Monochromatic Colors of #CA04F1
Black with #CA04F1
Text Example
Text Example
White with #CA04F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA04F1; }
p { color: rgb(202,4,241); }
H1.HeaderClassName
{
color: #CA04F1;
}
.AnyTagClassName
{
color: #CA04F1;
}
</style>
background-color css
<style>
a { background-color: #CA04F1; }
a { background-color: rgb(202,4,241); }
div.DivClassName
{
background-color: #CA04F1;
}
.BgClassName
{
background-color: #CA04F1;
}
</style>
border-color css
<style>
span { border-color: #CA04F1; }
span { border-color: rgb(202,4,241); }
td.TdClassName
{
border-color: #CA04F1;
}
.TagClassName
{
border-color: #CA04F1;
}
</style>