Shades of Electric Purple #CA23F1
Tints of Electric Purple #CA23F1
RGB
CMYK
RGB Variations
Color information
#CA23F1 (or 0xCA23F1) is known color: Electric Purple. HEX triplet: CA, 23 and F1. RGB value is (202,35,241). Sum of RGB (Red+Green+Blue) = 202+35+241=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 35 (14.06% from 255 or 7.32% from 478); Blue value is 241 (94.53% from 255 or 50.42% from 478); Max value from RGB is 241 - color contains mainly: blue. Hex color #CA23F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA23F1 is #35DC0E. Grayscale: #6B6B6B. Windows color (decimal): -3529743 or 15803338. OLE color: 15803338.
HSL color Cylindrical-coordinate representation of color #CA23F1: hue angle of 288.64º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA23F1 is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 35 | 241 | - |
| CMYK | 0.16 | 0.85 | 0 | 0.05 |
| HSL | 288.64º | 0.88% | 0.54% | - |
| HSV(B) | 288.64º | 0.85% | 0.95% | - |
| XYZ | 40.84 | 20.11 | 84.95 | - |
| YUV | 108.42 | 202.83 | 194.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 35 | 241 | 0.16 | 0.85 | 0 | 0.05 | 288.64 | 0.88 | 0.54 |
| Hex | CA | 23 | F1 | 10 | 55 | 0 | 5 | 121 | 58 | 36 |
| Octal | 312 | 43 | 361 | 20 | 125 | 0 | 5 | 441 | 130 | 66 |
| Binary | 11001010 | 100011 | 11110001 | 10000 | 1010101 | 0 | 101 | 100100001 | 1011000 | 110110 |
Color Harmonies of #CA23F1
Complementary color
Monochromatic Colors of #CA23F1
Black with #CA23F1
Text Example
Text Example
White with #CA23F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA23F1; }
p { color: rgb(202,35,241); }
H1.HeaderClassName
{
color: #CA23F1;
}
.AnyTagClassName
{
color: #CA23F1;
}
</style>
background-color css
<style>
a { background-color: #CA23F1; }
a { background-color: rgb(202,35,241); }
div.DivClassName
{
background-color: #CA23F1;
}
.BgClassName
{
background-color: #CA23F1;
}
</style>
border-color css
<style>
span { border-color: #CA23F1; }
span { border-color: rgb(202,35,241); }
td.TdClassName
{
border-color: #CA23F1;
}
.TagClassName
{
border-color: #CA23F1;
}
</style>