Shades of Electric Purple #CA1EF1
Tints of Electric Purple #CA1EF1
RGB
CMYK
RGB Variations
Color information
#CA1EF1 (or 0xCA1EF1) is known color: Electric Purple. HEX triplet: CA, 1E and F1. RGB value is (202,30,241). Sum of RGB (Red+Green+Blue) = 202+30+241=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 30 (12.11% from 255 or 6.34% from 473); Blue value is 241 (94.53% from 255 or 50.95% from 473); Max value from RGB is 241 - color contains mainly: blue. Hex color #CA1EF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA1EF1 is #35E10E. Grayscale: #686868. Windows color (decimal): -3531023 or 15802058. OLE color: 15802058.
HSL color Cylindrical-coordinate representation of color #CA1EF1: hue angle of 288.91º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA1EF1 is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 30 | 241 | - |
| CMYK | 0.16 | 0.88 | 0 | 0.05 |
| HSL | 288.91º | 0.88% | 0.53% | - |
| HSV(B) | 288.91º | 0.88% | 0.95% | - |
| XYZ | 40.7 | 19.84 | 84.9 | - |
| YUV | 105.48 | 204.48 | 196.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 30 | 241 | 0.16 | 0.88 | 0 | 0.05 | 288.91 | 0.88 | 0.53 |
| Hex | CA | 1E | F1 | 10 | 58 | 0 | 5 | 121 | 58 | 35 |
| Octal | 312 | 36 | 361 | 20 | 130 | 0 | 5 | 441 | 130 | 65 |
| Binary | 11001010 | 11110 | 11110001 | 10000 | 1011000 | 0 | 101 | 100100001 | 1011000 | 110101 |
Color Harmonies of #CA1EF1
Complementary color
Monochromatic Colors of #CA1EF1
Black with #CA1EF1
Text Example
Text Example
White with #CA1EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1EF1; }
p { color: rgb(202,30,241); }
H1.HeaderClassName
{
color: #CA1EF1;
}
.AnyTagClassName
{
color: #CA1EF1;
}
</style>
background-color css
<style>
a { background-color: #CA1EF1; }
a { background-color: rgb(202,30,241); }
div.DivClassName
{
background-color: #CA1EF1;
}
.BgClassName
{
background-color: #CA1EF1;
}
</style>
border-color css
<style>
span { border-color: #CA1EF1; }
span { border-color: rgb(202,30,241); }
td.TdClassName
{
border-color: #CA1EF1;
}
.TagClassName
{
border-color: #CA1EF1;
}
</style>