Shades of Electric Purple #CA05F2
Tints of Electric Purple #CA05F2
RGB
CMYK
RGB Variations
Color information
#CA05F2 (or 0xCA05F2) is known color: Electric Purple. HEX triplet: CA, 05 and F2. RGB value is (202,5,242). Sum of RGB (Red+Green+Blue) = 202+5+242=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 5 (2.34% from 255 or 1.11% from 449); Blue value is 242 (94.92% from 255 or 53.90% from 449); Max value from RGB is 242 - color contains mainly: blue. Hex color #CA05F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA05F2 is #35FA0D. Grayscale: #5A5A5A. Windows color (decimal): -3537422 or 15861194. OLE color: 15861194.
HSL color Cylindrical-coordinate representation of color #CA05F2: hue angle of 289.87º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA05F2 is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 5 | 242 | - |
| CMYK | 0.17 | 0.98 | 0 | 0.05 |
| HSL | 289.87º | 0.96% | 0.48% | - |
| HSV(B) | 289.87º | 0.98% | 0.95% | - |
| XYZ | 40.44 | 19.08 | 85.56 | - |
| YUV | 90.92 | 213.27 | 207.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 5 | 242 | 0.17 | 0.98 | 0 | 0.05 | 289.87 | 0.96 | 0.48 |
| Hex | CA | 5 | F2 | 11 | 62 | 0 | 5 | 122 | 60 | 30 |
| Octal | 312 | 5 | 362 | 21 | 142 | 0 | 5 | 442 | 140 | 60 |
| Binary | 11001010 | 101 | 11110010 | 10001 | 1100010 | 0 | 101 | 100100010 | 1100000 | 110000 |
Color Harmonies of #CA05F2
Complementary color
Monochromatic Colors of #CA05F2
Black with #CA05F2
Text Example
Text Example
White with #CA05F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA05F2; }
p { color: rgb(202,5,242); }
H1.HeaderClassName
{
color: #CA05F2;
}
.AnyTagClassName
{
color: #CA05F2;
}
</style>
background-color css
<style>
a { background-color: #CA05F2; }
a { background-color: rgb(202,5,242); }
div.DivClassName
{
background-color: #CA05F2;
}
.BgClassName
{
background-color: #CA05F2;
}
</style>
border-color css
<style>
span { border-color: #CA05F2; }
span { border-color: rgb(202,5,242); }
td.TdClassName
{
border-color: #CA05F2;
}
.TagClassName
{
border-color: #CA05F2;
}
</style>