Shades of Deep Magenta #CA22C6
Tints of Deep Magenta #CA22C6
RGB
CMYK
RGB Variations
Color information
#CA22C6 (or 0xCA22C6) is known color: Deep Magenta. HEX triplet: CA, 22 and C6. RGB value is (202,34,198). Sum of RGB (Red+Green+Blue) = 202+34+198=434 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.54% from 434); Green value is 34 (13.67% from 255 or 7.83% from 434); Blue value is 198 (77.73% from 255 or 45.62% from 434); Max value from RGB is 202 - color contains mainly: red. Hex color #CA22C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA22C6 is #35DD39. Grayscale: #666666. Windows color (decimal): -3530042 or 12985034. OLE color: 12985034.
HSL color Cylindrical-coordinate representation of color #CA22C6: hue angle of 301.43º 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 #CA22C6 is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 34 | 198 | - |
| CMYK | 0 | 0.83 | 0.02 | 0.21 |
| HSL | 301.43º | 0.71% | 0.46% | - |
| HSV(B) | 301.43º | 0.83% | 0.79% | - |
| XYZ | 35.12 | 17.78 | 55.01 | - |
| YUV | 102.93 | 181.66 | 198.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 34 | 198 | 0 | 0.83 | 0.02 | 0.21 | 301.43 | 0.71 | 0.46 |
| Hex | CA | 22 | C6 | 0 | 53 | 2 | 15 | 12D | 47 | 2E |
| Octal | 312 | 42 | 306 | 0 | 123 | 2 | 25 | 455 | 107 | 56 |
| Binary | 11001010 | 100010 | 11000110 | 0 | 1010011 | 10 | 10101 | 100101101 | 1000111 | 101110 |
Color Harmonies of #CA22C6
Complementary color
Monochromatic Colors of #CA22C6
Black with #CA22C6
Text Example
Text Example
White with #CA22C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA22C6; }
p { color: rgb(202,34,198); }
H1.HeaderClassName
{
color: #CA22C6;
}
.AnyTagClassName
{
color: #CA22C6;
}
</style>
background-color css
<style>
a { background-color: #CA22C6; }
a { background-color: rgb(202,34,198); }
div.DivClassName
{
background-color: #CA22C6;
}
.BgClassName
{
background-color: #CA22C6;
}
</style>
border-color css
<style>
span { border-color: #CA22C6; }
span { border-color: rgb(202,34,198); }
td.TdClassName
{
border-color: #CA22C6;
}
.TagClassName
{
border-color: #CA22C6;
}
</style>