Shades of Deep Magenta #CA2ADB
Tints of Deep Magenta #CA2ADB
RGB
CMYK
RGB Variations
Color information
#CA2ADB (or 0xCA2ADB) is known color: Deep Magenta. HEX triplet: CA, 2A and DB. RGB value is (202,42,219). Sum of RGB (Red+Green+Blue) = 202+42+219=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 42 (16.80% from 255 or 9.07% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA2ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2ADB is #35D524. Grayscale: #6D6D6D. Windows color (decimal): -3527973 or 14363338. OLE color: 14363338.
HSL color Cylindrical-coordinate representation of color #CA2ADB: hue angle of 294.24º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA2ADB is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 42 | 219 | - |
| CMYK | 0.08 | 0.81 | 0 | 0.14 |
| HSL | 294.24º | 0.71% | 0.51% | - |
| HSV(B) | 294.24º | 0.81% | 0.86% | - |
| XYZ | 37.97 | 19.33 | 68.75 | - |
| YUV | 110.02 | 189.51 | 193.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 42 | 219 | 0.08 | 0.81 | 0 | 0.14 | 294.24 | 0.71 | 0.51 |
| Hex | CA | 2A | DB | 8 | 51 | 0 | E | 126 | 47 | 33 |
| Octal | 312 | 52 | 333 | 10 | 121 | 0 | 16 | 446 | 107 | 63 |
| Binary | 11001010 | 101010 | 11011011 | 1000 | 1010001 | 0 | 1110 | 100100110 | 1000111 | 110011 |
Color Harmonies of #CA2ADB
Complementary color
Monochromatic Colors of #CA2ADB
Black with #CA2ADB
Text Example
Text Example
White with #CA2ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2ADB; }
p { color: rgb(202,42,219); }
H1.HeaderClassName
{
color: #CA2ADB;
}
.AnyTagClassName
{
color: #CA2ADB;
}
</style>
background-color css
<style>
a { background-color: #CA2ADB; }
a { background-color: rgb(202,42,219); }
div.DivClassName
{
background-color: #CA2ADB;
}
.BgClassName
{
background-color: #CA2ADB;
}
</style>
border-color css
<style>
span { border-color: #CA2ADB; }
span { border-color: rgb(202,42,219); }
td.TdClassName
{
border-color: #CA2ADB;
}
.TagClassName
{
border-color: #CA2ADB;
}
</style>