Shades of Electric Purple #CA24FF
Tints of Electric Purple #CA24FF
RGB
CMYK
RGB Variations
Color information
#CA24FF (or 0xCA24FF) is known color: Electric Purple. HEX triplet: CA, 24 and FF. RGB value is (202,36,255). Sum of RGB (Red+Green+Blue) = 202+36+255=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 36 (14.45% from 255 or 7.30% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA24FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA24FF is #35DB00. Grayscale: #6D6D6D. Windows color (decimal): -3529473 or 16721098. OLE color: 16721098.
HSL color Cylindrical-coordinate representation of color #CA24FF: hue angle of 285.48º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CA24FF is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 36 | 255 | - |
| CMYK | 0.21 | 0.86 | 0 | 0 |
| HSL | 285.48º | 1% | 0.57% | - |
| HSV(B) | 285.48º | 0.86% | 1% | - |
| XYZ | 43.04 | 21.04 | 96.4 | - |
| YUV | 110.6 | 209.5 | 193.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 36 | 255 | 0.21 | 0.86 | 0 | 0 | 285.48 | 1 | 0.57 |
| Hex | CA | 24 | FF | 15 | 56 | 0 | 0 | 11D | 64 | 39 |
| Octal | 312 | 44 | 377 | 25 | 126 | 0 | 0 | 435 | 144 | 71 |
| Binary | 11001010 | 100100 | 11111111 | 10101 | 1010110 | 0 | 0 | 100011101 | 1100100 | 111001 |
Color Harmonies of #CA24FF
Complementary color
Monochromatic Colors of #CA24FF
Black with #CA24FF
Text Example
Text Example
White with #CA24FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA24FF; }
p { color: rgb(202,36,255); }
H1.HeaderClassName
{
color: #CA24FF;
}
.AnyTagClassName
{
color: #CA24FF;
}
</style>
background-color css
<style>
a { background-color: #CA24FF; }
a { background-color: rgb(202,36,255); }
div.DivClassName
{
background-color: #CA24FF;
}
.BgClassName
{
background-color: #CA24FF;
}
</style>
border-color css
<style>
span { border-color: #CA24FF; }
span { border-color: rgb(202,36,255); }
td.TdClassName
{
border-color: #CA24FF;
}
.TagClassName
{
border-color: #CA24FF;
}
</style>