Shades of Electric Purple #CA10F1
Tints of Electric Purple #CA10F1
RGB
CMYK
RGB Variations
Color information
#CA10F1 (or 0xCA10F1) is known color: Electric Purple. HEX triplet: CA, 10 and F1. RGB value is (202,16,241). Sum of RGB (Red+Green+Blue) = 202+16+241=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 16 (6.64% from 255 or 3.49% from 459); Blue value is 241 (94.53% from 255 or 52.51% from 459); Max value from RGB is 241 - color contains mainly: blue. Hex color #CA10F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA10F1 is #35EF0E. Grayscale: #606060. Windows color (decimal): -3534607 or 15798474. OLE color: 15798474.
HSL color Cylindrical-coordinate representation of color #CA10F1: hue angle of 289.6º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA10F1 is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 16 | 241 | - |
| CMYK | 0.16 | 0.93 | 0 | 0.05 |
| HSL | 289.6º | 0.89% | 0.5% | - |
| HSV(B) | 289.6º | 0.93% | 0.95% | - |
| XYZ | 40.42 | 19.28 | 84.81 | - |
| YUV | 97.26 | 209.12 | 202.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 16 | 241 | 0.16 | 0.93 | 0 | 0.05 | 289.6 | 0.89 | 0.5 |
| Hex | CA | 10 | F1 | 10 | 5D | 0 | 5 | 122 | 59 | 32 |
| Octal | 312 | 20 | 361 | 20 | 135 | 0 | 5 | 442 | 131 | 62 |
| Binary | 11001010 | 10000 | 11110001 | 10000 | 1011101 | 0 | 101 | 100100010 | 1011001 | 110010 |
Color Harmonies of #CA10F1
Complementary color
Monochromatic Colors of #CA10F1
Black with #CA10F1
Text Example
Text Example
White with #CA10F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA10F1; }
p { color: rgb(202,16,241); }
H1.HeaderClassName
{
color: #CA10F1;
}
.AnyTagClassName
{
color: #CA10F1;
}
</style>
background-color css
<style>
a { background-color: #CA10F1; }
a { background-color: rgb(202,16,241); }
div.DivClassName
{
background-color: #CA10F1;
}
.BgClassName
{
background-color: #CA10F1;
}
</style>
border-color css
<style>
span { border-color: #CA10F1; }
span { border-color: rgb(202,16,241); }
td.TdClassName
{
border-color: #CA10F1;
}
.TagClassName
{
border-color: #CA10F1;
}
</style>