Shades of Electric Purple #CA20F9
Tints of Electric Purple #CA20F9
RGB
CMYK
RGB Variations
Color information
#CA20F9 (or 0xCA20F9) is known color: Electric Purple. HEX triplet: CA, 20 and F9. RGB value is (202,32,249). Sum of RGB (Red+Green+Blue) = 202+32+249=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 32 (12.89% from 255 or 6.63% from 483); Blue value is 249 (97.66% from 255 or 51.55% from 483); Max value from RGB is 249 - color contains mainly: blue. Hex color #CA20F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA20F9 is #35DF06. Grayscale: #6A6A6A. Windows color (decimal): -3530503 or 16326858. OLE color: 16326858.
HSL color Cylindrical-coordinate representation of color #CA20F9: hue angle of 287º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CA20F9 is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 32 | 249 | - |
| CMYK | 0.19 | 0.87 | 0 | 0.02 |
| HSL | 287º | 0.95% | 0.55% | - |
| HSV(B) | 287º | 0.87% | 0.98% | - |
| XYZ | 41.97 | 20.43 | 91.35 | - |
| YUV | 107.57 | 207.82 | 195.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 32 | 249 | 0.19 | 0.87 | 0 | 0.02 | 287 | 0.95 | 0.55 |
| Hex | CA | 20 | F9 | 13 | 57 | 0 | 2 | 11F | 5F | 37 |
| Octal | 312 | 40 | 371 | 23 | 127 | 0 | 2 | 437 | 137 | 67 |
| Binary | 11001010 | 100000 | 11111001 | 10011 | 1010111 | 0 | 10 | 100011111 | 1011111 | 110111 |
Color Harmonies of #CA20F9
Complementary color
Monochromatic Colors of #CA20F9
Black with #CA20F9
Text Example
Text Example
White with #CA20F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA20F9; }
p { color: rgb(202,32,249); }
H1.HeaderClassName
{
color: #CA20F9;
}
.AnyTagClassName
{
color: #CA20F9;
}
</style>
background-color css
<style>
a { background-color: #CA20F9; }
a { background-color: rgb(202,32,249); }
div.DivClassName
{
background-color: #CA20F9;
}
.BgClassName
{
background-color: #CA20F9;
}
</style>
border-color css
<style>
span { border-color: #CA20F9; }
span { border-color: rgb(202,32,249); }
td.TdClassName
{
border-color: #CA20F9;
}
.TagClassName
{
border-color: #CA20F9;
}
</style>