Shades of Deep Magenta #CA2AD9
Tints of Deep Magenta #CA2AD9
RGB
CMYK
RGB Variations
Color information
#CA2AD9 (or 0xCA2AD9) is known color: Deep Magenta. HEX triplet: CA, 2A and D9. RGB value is (202,42,217). Sum of RGB (Red+Green+Blue) = 202+42+217=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 42 (16.80% from 255 or 9.11% from 461); Blue value is 217 (85.16% from 255 or 47.07% from 461); Max value from RGB is 217 - color contains mainly: blue. Hex color #CA2AD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2AD9 is #35D526. Grayscale: #6D6D6D. Windows color (decimal): -3527975 or 14232266. OLE color: 14232266.
HSL color Cylindrical-coordinate representation of color #CA2AD9: hue angle of 294.86º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA2AD9 is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 42 | 217 | - |
| CMYK | 0.07 | 0.81 | 0 | 0.15 |
| HSL | 294.86º | 0.7% | 0.51% | - |
| HSV(B) | 294.86º | 0.81% | 0.85% | - |
| XYZ | 37.71 | 19.22 | 67.37 | - |
| YUV | 109.79 | 188.51 | 193.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 42 | 217 | 0.07 | 0.81 | 0 | 0.15 | 294.86 | 0.7 | 0.51 |
| Hex | CA | 2A | D9 | 7 | 51 | 0 | F | 127 | 46 | 33 |
| Octal | 312 | 52 | 331 | 7 | 121 | 0 | 17 | 447 | 106 | 63 |
| Binary | 11001010 | 101010 | 11011001 | 111 | 1010001 | 0 | 1111 | 100100111 | 1000110 | 110011 |
Color Harmonies of #CA2AD9
Complementary color
Monochromatic Colors of #CA2AD9
Black with #CA2AD9
Text Example
Text Example
White with #CA2AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2AD9; }
p { color: rgb(202,42,217); }
H1.HeaderClassName
{
color: #CA2AD9;
}
.AnyTagClassName
{
color: #CA2AD9;
}
</style>
background-color css
<style>
a { background-color: #CA2AD9; }
a { background-color: rgb(202,42,217); }
div.DivClassName
{
background-color: #CA2AD9;
}
.BgClassName
{
background-color: #CA2AD9;
}
</style>
border-color css
<style>
span { border-color: #CA2AD9; }
span { border-color: rgb(202,42,217); }
td.TdClassName
{
border-color: #CA2AD9;
}
.TagClassName
{
border-color: #CA2AD9;
}
</style>