Shades of Electric Purple #CA10F9
Tints of Electric Purple #CA10F9
RGB
CMYK
RGB Variations
Color information
#CA10F9 (or 0xCA10F9) is known color: Electric Purple. HEX triplet: CA, 10 and F9. RGB value is (202,16,249). Sum of RGB (Red+Green+Blue) = 202+16+249=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 16 (6.64% from 255 or 3.43% from 467); Blue value is 249 (97.66% from 255 or 53.32% from 467); Max value from RGB is 249 - color contains mainly: blue. Hex color #CA10F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA10F9 is #35EF06. Grayscale: #616161. Windows color (decimal): -3534599 or 16322762. OLE color: 16322762.
HSL color Cylindrical-coordinate representation of color #CA10F9: hue angle of 287.9º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA10F9 is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 16 | 249 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.02 |
| HSL | 287.9º | 0.95% | 0.52% | - |
| HSV(B) | 287.9º | 0.94% | 0.98% | - |
| XYZ | 41.64 | 19.77 | 91.24 | - |
| YUV | 98.18 | 213.12 | 202.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 16 | 249 | 0.19 | 0.94 | 0 | 0.02 | 287.9 | 0.95 | 0.52 |
| Hex | CA | 10 | F9 | 13 | 5E | 0 | 2 | 120 | 5F | 34 |
| Octal | 312 | 20 | 371 | 23 | 136 | 0 | 2 | 440 | 137 | 64 |
| Binary | 11001010 | 10000 | 11111001 | 10011 | 1011110 | 0 | 10 | 100100000 | 1011111 | 110100 |
Color Harmonies of #CA10F9
Complementary color
Monochromatic Colors of #CA10F9
Black with #CA10F9
Text Example
Text Example
White with #CA10F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA10F9; }
p { color: rgb(202,16,249); }
H1.HeaderClassName
{
color: #CA10F9;
}
.AnyTagClassName
{
color: #CA10F9;
}
</style>
background-color css
<style>
a { background-color: #CA10F9; }
a { background-color: rgb(202,16,249); }
div.DivClassName
{
background-color: #CA10F9;
}
.BgClassName
{
background-color: #CA10F9;
}
</style>
border-color css
<style>
span { border-color: #CA10F9; }
span { border-color: rgb(202,16,249); }
td.TdClassName
{
border-color: #CA10F9;
}
.TagClassName
{
border-color: #CA10F9;
}
</style>