Shades of Electric Purple #CA2CF9
Tints of Electric Purple #CA2CF9
RGB
CMYK
RGB Variations
Color information
#CA2CF9 (or 0xCA2CF9) is known color: Electric Purple. HEX triplet: CA, 2C and F9. RGB value is (202,44,249). Sum of RGB (Red+Green+Blue) = 202+44+249=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 44 (17.58% from 255 or 8.89% from 495); Blue value is 249 (97.66% from 255 or 50.30% from 495); Max value from RGB is 249 - color contains mainly: blue. Hex color #CA2CF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA2CF9 is #35D306. Grayscale: #717171. Windows color (decimal): -3527431 or 16329930. OLE color: 16329930.
HSL color Cylindrical-coordinate representation of color #CA2CF9: hue angle of 286.24º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA2CF9 is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 44 | 249 | - |
| CMYK | 0.19 | 0.82 | 0 | 0.02 |
| HSL | 286.24º | 0.94% | 0.57% | - |
| HSV(B) | 286.24º | 0.82% | 0.98% | - |
| XYZ | 42.36 | 21.2 | 91.48 | - |
| YUV | 114.61 | 203.85 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 44 | 249 | 0.19 | 0.82 | 0 | 0.02 | 286.24 | 0.94 | 0.57 |
| Hex | CA | 2C | F9 | 13 | 52 | 0 | 2 | 11E | 5E | 39 |
| Octal | 312 | 54 | 371 | 23 | 122 | 0 | 2 | 436 | 136 | 71 |
| Binary | 11001010 | 101100 | 11111001 | 10011 | 1010010 | 0 | 10 | 100011110 | 1011110 | 111001 |
Color Harmonies of #CA2CF9
Complementary color
Monochromatic Colors of #CA2CF9
Black with #CA2CF9
Text Example
Text Example
White with #CA2CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2CF9; }
p { color: rgb(202,44,249); }
H1.HeaderClassName
{
color: #CA2CF9;
}
.AnyTagClassName
{
color: #CA2CF9;
}
</style>
background-color css
<style>
a { background-color: #CA2CF9; }
a { background-color: rgb(202,44,249); }
div.DivClassName
{
background-color: #CA2CF9;
}
.BgClassName
{
background-color: #CA2CF9;
}
</style>
border-color css
<style>
span { border-color: #CA2CF9; }
span { border-color: rgb(202,44,249); }
td.TdClassName
{
border-color: #CA2CF9;
}
.TagClassName
{
border-color: #CA2CF9;
}
</style>