Shades of Deep Magenta #CA22C0
Tints of Deep Magenta #CA22C0
RGB
CMYK
RGB Variations
Color information
#CA22C0 (or 0xCA22C0) is known color: Deep Magenta. HEX triplet: CA, 22 and C0. RGB value is (202,34,192). Sum of RGB (Red+Green+Blue) = 202+34+192=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 34 (13.67% from 255 or 7.94% from 428); Blue value is 192 (75.39% from 255 or 44.86% from 428); Max value from RGB is 202 - color contains mainly: red. Hex color #CA22C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA22C0 is #35DD3F. Grayscale: #656565. Windows color (decimal): -3530048 or 12591818. OLE color: 12591818.
HSL color Cylindrical-coordinate representation of color #CA22C0: hue angle of 303.57º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA22C0 is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 34 | 192 | - |
| CMYK | 0 | 0.83 | 0.05 | 0.21 |
| HSL | 303.57º | 0.71% | 0.46% | - |
| HSV(B) | 303.57º | 0.83% | 0.79% | - |
| XYZ | 34.44 | 17.51 | 51.43 | - |
| YUV | 102.24 | 178.66 | 199.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 34 | 192 | 0 | 0.83 | 0.05 | 0.21 | 303.57 | 0.71 | 0.46 |
| Hex | CA | 22 | C0 | 0 | 53 | 5 | 15 | 130 | 47 | 2E |
| Octal | 312 | 42 | 300 | 0 | 123 | 5 | 25 | 460 | 107 | 56 |
| Binary | 11001010 | 100010 | 11000000 | 0 | 1010011 | 101 | 10101 | 100110000 | 1000111 | 101110 |
Color Harmonies of #CA22C0
Complementary color
Monochromatic Colors of #CA22C0
Black with #CA22C0
Text Example
Text Example
White with #CA22C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA22C0; }
p { color: rgb(202,34,192); }
H1.HeaderClassName
{
color: #CA22C0;
}
.AnyTagClassName
{
color: #CA22C0;
}
</style>
background-color css
<style>
a { background-color: #CA22C0; }
a { background-color: rgb(202,34,192); }
div.DivClassName
{
background-color: #CA22C0;
}
.BgClassName
{
background-color: #CA22C0;
}
</style>
border-color css
<style>
span { border-color: #CA22C0; }
span { border-color: rgb(202,34,192); }
td.TdClassName
{
border-color: #CA22C0;
}
.TagClassName
{
border-color: #CA22C0;
}
</style>