Shades of Electric Purple #CA14F9
Tints of Electric Purple #CA14F9
RGB
CMYK
RGB Variations
Color information
#CA14F9 (or 0xCA14F9) is known color: Electric Purple. HEX triplet: CA, 14 and F9. RGB value is (202,20,249). Sum of RGB (Red+Green+Blue) = 202+20+249=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 20 (8.20% from 255 or 4.25% from 471); Blue value is 249 (97.66% from 255 or 52.87% from 471); Max value from RGB is 249 - color contains mainly: blue. Hex color #CA14F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA14F9 is #35EB06. Grayscale: #636363. Windows color (decimal): -3533575 or 16323786. OLE color: 16323786.
HSL color Cylindrical-coordinate representation of color #CA14F9: hue angle of 287.69º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA14F9 is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 20 | 249 | - |
| CMYK | 0.19 | 0.92 | 0 | 0.02 |
| HSL | 287.69º | 0.95% | 0.53% | - |
| HSV(B) | 287.69º | 0.92% | 0.98% | - |
| XYZ | 41.71 | 19.9 | 91.26 | - |
| YUV | 100.52 | 211.8 | 200.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 20 | 249 | 0.19 | 0.92 | 0 | 0.02 | 287.69 | 0.95 | 0.53 |
| Hex | CA | 14 | F9 | 13 | 5C | 0 | 2 | 120 | 5F | 35 |
| Octal | 312 | 24 | 371 | 23 | 134 | 0 | 2 | 440 | 137 | 65 |
| Binary | 11001010 | 10100 | 11111001 | 10011 | 1011100 | 0 | 10 | 100100000 | 1011111 | 110101 |
Color Harmonies of #CA14F9
Complementary color
Monochromatic Colors of #CA14F9
Black with #CA14F9
Text Example
Text Example
White with #CA14F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA14F9; }
p { color: rgb(202,20,249); }
H1.HeaderClassName
{
color: #CA14F9;
}
.AnyTagClassName
{
color: #CA14F9;
}
</style>
background-color css
<style>
a { background-color: #CA14F9; }
a { background-color: rgb(202,20,249); }
div.DivClassName
{
background-color: #CA14F9;
}
.BgClassName
{
background-color: #CA14F9;
}
</style>
border-color css
<style>
span { border-color: #CA14F9; }
span { border-color: rgb(202,20,249); }
td.TdClassName
{
border-color: #CA14F9;
}
.TagClassName
{
border-color: #CA14F9;
}
</style>