Shades of Deep Magenta #CA2ADA
Tints of Deep Magenta #CA2ADA
RGB
CMYK
RGB Variations
Color information
#CA2ADA (or 0xCA2ADA) is known color: Deep Magenta. HEX triplet: CA, 2A and DA. RGB value is (202,42,218). Sum of RGB (Red+Green+Blue) = 202+42+218=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 42 (16.80% from 255 or 9.09% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA2ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2ADA is #35D525. Grayscale: #6D6D6D. Windows color (decimal): -3527974 or 14297802. OLE color: 14297802.
HSL color Cylindrical-coordinate representation of color #CA2ADA: hue angle of 294.55º 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 #CA2ADA is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 42 | 218 | - |
| CMYK | 0.07 | 0.81 | 0 | 0.15 |
| HSL | 294.55º | 0.7% | 0.51% | - |
| HSV(B) | 294.55º | 0.81% | 0.85% | - |
| XYZ | 37.84 | 19.27 | 68.06 | - |
| YUV | 109.9 | 189.01 | 193.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 42 | 218 | 0.07 | 0.81 | 0 | 0.15 | 294.55 | 0.7 | 0.51 |
| Hex | CA | 2A | DA | 7 | 51 | 0 | F | 127 | 46 | 33 |
| Octal | 312 | 52 | 332 | 7 | 121 | 0 | 17 | 447 | 106 | 63 |
| Binary | 11001010 | 101010 | 11011010 | 111 | 1010001 | 0 | 1111 | 100100111 | 1000110 | 110011 |
Color Harmonies of #CA2ADA
Complementary color
Monochromatic Colors of #CA2ADA
Black with #CA2ADA
Text Example
Text Example
White with #CA2ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2ADA; }
p { color: rgb(202,42,218); }
H1.HeaderClassName
{
color: #CA2ADA;
}
.AnyTagClassName
{
color: #CA2ADA;
}
</style>
background-color css
<style>
a { background-color: #CA2ADA; }
a { background-color: rgb(202,42,218); }
div.DivClassName
{
background-color: #CA2ADA;
}
.BgClassName
{
background-color: #CA2ADA;
}
</style>
border-color css
<style>
span { border-color: #CA2ADA; }
span { border-color: rgb(202,42,218); }
td.TdClassName
{
border-color: #CA2ADA;
}
.TagClassName
{
border-color: #CA2ADA;
}
</style>