Shades of Deep Magenta #CA2ADD
Tints of Deep Magenta #CA2ADD
RGB
CMYK
RGB Variations
Color information
#CA2ADD (or 0xCA2ADD) is known color: Deep Magenta. HEX triplet: CA, 2A and DD. RGB value is (202,42,221). Sum of RGB (Red+Green+Blue) = 202+42+221=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 42 (16.80% from 255 or 9.03% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA2ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2ADD is #35D522. Grayscale: #6D6D6D. Windows color (decimal): -3527971 or 14494410. OLE color: 14494410.
HSL color Cylindrical-coordinate representation of color #CA2ADD: hue angle of 293.63º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA2ADD is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 42 | 221 | - |
| CMYK | 0.09 | 0.81 | 0 | 0.13 |
| HSL | 293.63º | 0.72% | 0.52% | - |
| HSV(B) | 293.63º | 0.81% | 0.87% | - |
| XYZ | 38.24 | 19.43 | 70.14 | - |
| YUV | 110.25 | 190.51 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 42 | 221 | 0.09 | 0.81 | 0 | 0.13 | 293.63 | 0.72 | 0.52 |
| Hex | CA | 2A | DD | 9 | 51 | 0 | D | 126 | 48 | 34 |
| Octal | 312 | 52 | 335 | 11 | 121 | 0 | 15 | 446 | 110 | 64 |
| Binary | 11001010 | 101010 | 11011101 | 1001 | 1010001 | 0 | 1101 | 100100110 | 1001000 | 110100 |
Color Harmonies of #CA2ADD
Complementary color
Monochromatic Colors of #CA2ADD
Black with #CA2ADD
Text Example
Text Example
White with #CA2ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2ADD; }
p { color: rgb(202,42,221); }
H1.HeaderClassName
{
color: #CA2ADD;
}
.AnyTagClassName
{
color: #CA2ADD;
}
</style>
background-color css
<style>
a { background-color: #CA2ADD; }
a { background-color: rgb(202,42,221); }
div.DivClassName
{
background-color: #CA2ADD;
}
.BgClassName
{
background-color: #CA2ADD;
}
</style>
border-color css
<style>
span { border-color: #CA2ADD; }
span { border-color: rgb(202,42,221); }
td.TdClassName
{
border-color: #CA2ADD;
}
.TagClassName
{
border-color: #CA2ADD;
}
</style>