Shades of Electric Purple #CA0AF1
Tints of Electric Purple #CA0AF1
RGB
CMYK
RGB Variations
Color information
#CA0AF1 (or 0xCA0AF1) is known color: Electric Purple. HEX triplet: CA, 0A and F1. RGB value is (202,10,241). Sum of RGB (Red+Green+Blue) = 202+10+241=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 10 (4.30% from 255 or 2.21% from 453); Blue value is 241 (94.53% from 255 or 53.20% from 453); Max value from RGB is 241 - color contains mainly: blue. Hex color #CA0AF1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CA0AF1 is #35F50E. Grayscale: #5D5D5D. Windows color (decimal): -3536143 or 15796938. OLE color: 15796938.
HSL color Cylindrical-coordinate representation of color #CA0AF1: hue angle of 289.87º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA0AF1 is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 10 | 241 | - |
| CMYK | 0.16 | 0.96 | 0 | 0.05 |
| HSL | 289.87º | 0.92% | 0.49% | - |
| HSV(B) | 289.87º | 0.96% | 0.95% | - |
| XYZ | 40.34 | 19.12 | 84.78 | - |
| YUV | 93.74 | 211.11 | 205.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 10 | 241 | 0.16 | 0.96 | 0 | 0.05 | 289.87 | 0.92 | 0.49 |
| Hex | CA | A | F1 | 10 | 60 | 0 | 5 | 122 | 5C | 31 |
| Octal | 312 | 12 | 361 | 20 | 140 | 0 | 5 | 442 | 134 | 61 |
| Binary | 11001010 | 1010 | 11110001 | 10000 | 1100000 | 0 | 101 | 100100010 | 1011100 | 110001 |
Color Harmonies of #CA0AF1
Complementary color
Monochromatic Colors of #CA0AF1
Black with #CA0AF1
Text Example
Text Example
White with #CA0AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0AF1; }
p { color: rgb(202,10,241); }
H1.HeaderClassName
{
color: #CA0AF1;
}
.AnyTagClassName
{
color: #CA0AF1;
}
</style>
background-color css
<style>
a { background-color: #CA0AF1; }
a { background-color: rgb(202,10,241); }
div.DivClassName
{
background-color: #CA0AF1;
}
.BgClassName
{
background-color: #CA0AF1;
}
</style>
border-color css
<style>
span { border-color: #CA0AF1; }
span { border-color: rgb(202,10,241); }
td.TdClassName
{
border-color: #CA0AF1;
}
.TagClassName
{
border-color: #CA0AF1;
}
</style>