Shades of Electric Purple #CA24FB
Tints of Electric Purple #CA24FB
RGB
CMYK
RGB Variations
Color information
#CA24FB (or 0xCA24FB) is known color: Electric Purple. HEX triplet: CA, 24 and FB. RGB value is (202,36,251). Sum of RGB (Red+Green+Blue) = 202+36+251=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 36 (14.45% from 255 or 7.36% from 489); Blue value is 251 (98.44% from 255 or 51.33% from 489); Max value from RGB is 251 - color contains mainly: blue. Hex color #CA24FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA24FB is #35DB04. Grayscale: #6D6D6D. Windows color (decimal): -3529477 or 16458954. OLE color: 16458954.
HSL color Cylindrical-coordinate representation of color #CA24FB: hue angle of 286.33º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CA24FB is Cyan = 0.20, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 36 | 251 | - |
| CMYK | 0.20 | 0.86 | 0 | 0.02 |
| HSL | 286.33º | 0.96% | 0.56% | - |
| HSV(B) | 286.33º | 0.86% | 0.98% | - |
| XYZ | 42.4 | 20.78 | 93.04 | - |
| YUV | 110.14 | 207.5 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 36 | 251 | 0.20 | 0.86 | 0 | 0.02 | 286.33 | 0.96 | 0.56 |
| Hex | CA | 24 | FB | 14 | 56 | 0 | 2 | 11E | 60 | 38 |
| Octal | 312 | 44 | 373 | 24 | 126 | 0 | 2 | 436 | 140 | 70 |
| Binary | 11001010 | 100100 | 11111011 | 10100 | 1010110 | 0 | 10 | 100011110 | 1100000 | 111000 |
Color Harmonies of #CA24FB
Complementary color
Monochromatic Colors of #CA24FB
Black with #CA24FB
Text Example
Text Example
White with #CA24FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA24FB; }
p { color: rgb(202,36,251); }
H1.HeaderClassName
{
color: #CA24FB;
}
.AnyTagClassName
{
color: #CA24FB;
}
</style>
background-color css
<style>
a { background-color: #CA24FB; }
a { background-color: rgb(202,36,251); }
div.DivClassName
{
background-color: #CA24FB;
}
.BgClassName
{
background-color: #CA24FB;
}
</style>
border-color css
<style>
span { border-color: #CA24FB; }
span { border-color: rgb(202,36,251); }
td.TdClassName
{
border-color: #CA24FB;
}
.TagClassName
{
border-color: #CA24FB;
}
</style>