Shades of Electric Purple #CA20F1
Tints of Electric Purple #CA20F1
RGB
CMYK
RGB Variations
Color information
#CA20F1 (or 0xCA20F1) is known color: Electric Purple. HEX triplet: CA, 20 and F1. RGB value is (202,32,241). Sum of RGB (Red+Green+Blue) = 202+32+241=475 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.53% from 475); Green value is 32 (12.89% from 255 or 6.74% from 475); Blue value is 241 (94.53% from 255 or 50.74% from 475); Max value from RGB is 241 - color contains mainly: blue. Hex color #CA20F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA20F1 is #35DF0E. Grayscale: #696969. Windows color (decimal): -3530511 or 15802570. OLE color: 15802570.
HSL color Cylindrical-coordinate representation of color #CA20F1: hue angle of 288.8º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CA20F1 is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 32 | 241 | - |
| CMYK | 0.16 | 0.87 | 0 | 0.05 |
| HSL | 288.8º | 0.88% | 0.54% | - |
| HSV(B) | 288.8º | 0.87% | 0.95% | - |
| XYZ | 40.75 | 19.94 | 84.92 | - |
| YUV | 106.66 | 203.82 | 196.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 32 | 241 | 0.16 | 0.87 | 0 | 0.05 | 288.8 | 0.88 | 0.54 |
| Hex | CA | 20 | F1 | 10 | 57 | 0 | 5 | 121 | 58 | 36 |
| Octal | 312 | 40 | 361 | 20 | 127 | 0 | 5 | 441 | 130 | 66 |
| Binary | 11001010 | 100000 | 11110001 | 10000 | 1010111 | 0 | 101 | 100100001 | 1011000 | 110110 |
Color Harmonies of #CA20F1
Complementary color
Monochromatic Colors of #CA20F1
Black with #CA20F1
Text Example
Text Example
White with #CA20F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA20F1; }
p { color: rgb(202,32,241); }
H1.HeaderClassName
{
color: #CA20F1;
}
.AnyTagClassName
{
color: #CA20F1;
}
</style>
background-color css
<style>
a { background-color: #CA20F1; }
a { background-color: rgb(202,32,241); }
div.DivClassName
{
background-color: #CA20F1;
}
.BgClassName
{
background-color: #CA20F1;
}
</style>
border-color css
<style>
span { border-color: #CA20F1; }
span { border-color: rgb(202,32,241); }
td.TdClassName
{
border-color: #CA20F1;
}
.TagClassName
{
border-color: #CA20F1;
}
</style>