Shades of Deep Magenta #CA22CE
Tints of Deep Magenta #CA22CE
RGB
CMYK
RGB Variations
Color information
#CA22CE (or 0xCA22CE) is known color: Deep Magenta. HEX triplet: CA, 22 and CE. RGB value is (202,34,206). Sum of RGB (Red+Green+Blue) = 202+34+206=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 34 (13.67% from 255 or 7.69% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA22CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA22CE is #35DD31. Grayscale: #676767. Windows color (decimal): -3530034 or 13509322. OLE color: 13509322.
HSL color Cylindrical-coordinate representation of color #CA22CE: hue angle of 298.6º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA22CE is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 34 | 206 | - |
| CMYK | 0.02 | 0.83 | 0 | 0.19 |
| HSL | 298.6º | 0.72% | 0.47% | - |
| HSV(B) | 298.6º | 0.83% | 0.81% | - |
| XYZ | 36.07 | 18.16 | 60 | - |
| YUV | 103.84 | 185.66 | 198.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 34 | 206 | 0.02 | 0.83 | 0 | 0.19 | 298.6 | 0.72 | 0.47 |
| Hex | CA | 22 | CE | 2 | 53 | 0 | 13 | 12B | 48 | 2F |
| Octal | 312 | 42 | 316 | 2 | 123 | 0 | 23 | 453 | 110 | 57 |
| Binary | 11001010 | 100010 | 11001110 | 10 | 1010011 | 0 | 10011 | 100101011 | 1001000 | 101111 |
Color Harmonies of #CA22CE
Complementary color
Monochromatic Colors of #CA22CE
Black with #CA22CE
Text Example
Text Example
White with #CA22CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA22CE; }
p { color: rgb(202,34,206); }
H1.HeaderClassName
{
color: #CA22CE;
}
.AnyTagClassName
{
color: #CA22CE;
}
</style>
background-color css
<style>
a { background-color: #CA22CE; }
a { background-color: rgb(202,34,206); }
div.DivClassName
{
background-color: #CA22CE;
}
.BgClassName
{
background-color: #CA22CE;
}
</style>
border-color css
<style>
span { border-color: #CA22CE; }
span { border-color: rgb(202,34,206); }
td.TdClassName
{
border-color: #CA22CE;
}
.TagClassName
{
border-color: #CA22CE;
}
</style>