Shades of Electric Purple #CA32F9
Tints of Electric Purple #CA32F9
RGB
CMYK
RGB Variations
Color information
#CA32F9 (or 0xCA32F9) is known color: Electric Purple. HEX triplet: CA, 32 and F9. RGB value is (202,50,249). Sum of RGB (Red+Green+Blue) = 202+50+249=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 50 (19.92% from 255 or 9.98% from 501); Blue value is 249 (97.66% from 255 or 49.70% from 501); Max value from RGB is 249 - color contains mainly: blue. Hex color #CA32F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA32F9 is #35CD06. Grayscale: #757575. Windows color (decimal): -3525895 or 16331466. OLE color: 16331466.
HSL color Cylindrical-coordinate representation of color #CA32F9: hue angle of 285.83º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA32F9 is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 50 | 249 | - |
| CMYK | 0.19 | 0.80 | 0 | 0.02 |
| HSL | 285.83º | 0.94% | 0.59% | - |
| HSV(B) | 285.83º | 0.8% | 0.98% | - |
| XYZ | 42.6 | 21.68 | 91.56 | - |
| YUV | 118.13 | 201.86 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 50 | 249 | 0.19 | 0.80 | 0 | 0.02 | 285.83 | 0.94 | 0.59 |
| Hex | CA | 32 | F9 | 13 | 50 | 0 | 2 | 11E | 5E | 3B |
| Octal | 312 | 62 | 371 | 23 | 120 | 0 | 2 | 436 | 136 | 73 |
| Binary | 11001010 | 110010 | 11111001 | 10011 | 1010000 | 0 | 10 | 100011110 | 1011110 | 111011 |
Color Harmonies of #CA32F9
Complementary color
Monochromatic Colors of #CA32F9
Black with #CA32F9
Text Example
Text Example
White with #CA32F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA32F9; }
p { color: rgb(202,50,249); }
H1.HeaderClassName
{
color: #CA32F9;
}
.AnyTagClassName
{
color: #CA32F9;
}
</style>
background-color css
<style>
a { background-color: #CA32F9; }
a { background-color: rgb(202,50,249); }
div.DivClassName
{
background-color: #CA32F9;
}
.BgClassName
{
background-color: #CA32F9;
}
</style>
border-color css
<style>
span { border-color: #CA32F9; }
span { border-color: rgb(202,50,249); }
td.TdClassName
{
border-color: #CA32F9;
}
.TagClassName
{
border-color: #CA32F9;
}
</style>