Shades of Electric Purple #CA21F0
Tints of Electric Purple #CA21F0
RGB
CMYK
RGB Variations
Color information
#CA21F0 (or 0xCA21F0) is known color: Electric Purple. HEX triplet: CA, 21 and F0. RGB value is (202,33,240). Sum of RGB (Red+Green+Blue) = 202+33+240=475 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.53% from 475); Green value is 33 (13.28% from 255 or 6.95% from 475); Blue value is 240 (94.14% from 255 or 50.53% from 475); Max value from RGB is 240 - color contains mainly: blue. Hex color #CA21F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA21F0 is #35DE0F. Grayscale: #6A6A6A. Windows color (decimal): -3530256 or 15737290. OLE color: 15737290.
HSL color Cylindrical-coordinate representation of color #CA21F0: hue angle of 288.99º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CA21F0 is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 33 | 240 | - |
| CMYK | 0.16 | 0.86 | 0 | 0.06 |
| HSL | 288.99º | 0.87% | 0.54% | - |
| HSV(B) | 288.99º | 0.86% | 0.94% | - |
| XYZ | 40.63 | 19.94 | 84.14 | - |
| YUV | 107.13 | 202.99 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 33 | 240 | 0.16 | 0.86 | 0 | 0.06 | 288.99 | 0.87 | 0.54 |
| Hex | CA | 21 | F0 | 10 | 56 | 0 | 6 | 121 | 57 | 36 |
| Octal | 312 | 41 | 360 | 20 | 126 | 0 | 6 | 441 | 127 | 66 |
| Binary | 11001010 | 100001 | 11110000 | 10000 | 1010110 | 0 | 110 | 100100001 | 1010111 | 110110 |
Color Harmonies of #CA21F0
Complementary color
Monochromatic Colors of #CA21F0
Black with #CA21F0
Text Example
Text Example
White with #CA21F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA21F0; }
p { color: rgb(202,33,240); }
H1.HeaderClassName
{
color: #CA21F0;
}
.AnyTagClassName
{
color: #CA21F0;
}
</style>
background-color css
<style>
a { background-color: #CA21F0; }
a { background-color: rgb(202,33,240); }
div.DivClassName
{
background-color: #CA21F0;
}
.BgClassName
{
background-color: #CA21F0;
}
</style>
border-color css
<style>
span { border-color: #CA21F0; }
span { border-color: rgb(202,33,240); }
td.TdClassName
{
border-color: #CA21F0;
}
.TagClassName
{
border-color: #CA21F0;
}
</style>