Shades of Deep Magenta #CA2AD6
Tints of Deep Magenta #CA2AD6
RGB
CMYK
RGB Variations
Color information
#CA2AD6 (or 0xCA2AD6) is known color: Deep Magenta. HEX triplet: CA, 2A and D6. RGB value is (202,42,214). Sum of RGB (Red+Green+Blue) = 202+42+214=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 42 (16.80% from 255 or 9.17% from 458); Blue value is 214 (83.98% from 255 or 46.72% from 458); Max value from RGB is 214 - color contains mainly: blue. Hex color #CA2AD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2AD6 is #35D529. Grayscale: #6C6C6C. Windows color (decimal): -3527978 or 14035658. OLE color: 14035658.
HSL color Cylindrical-coordinate representation of color #CA2AD6: hue angle of 295.81º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA2AD6 is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 42 | 214 | - |
| CMYK | 0.06 | 0.80 | 0 | 0.16 |
| HSL | 295.81º | 0.68% | 0.5% | - |
| HSV(B) | 295.81º | 0.8% | 0.84% | - |
| XYZ | 37.32 | 19.07 | 65.33 | - |
| YUV | 109.45 | 187.01 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 42 | 214 | 0.06 | 0.80 | 0 | 0.16 | 295.81 | 0.68 | 0.5 |
| Hex | CA | 2A | D6 | 6 | 50 | 0 | 10 | 128 | 44 | 32 |
| Octal | 312 | 52 | 326 | 6 | 120 | 0 | 20 | 450 | 104 | 62 |
| Binary | 11001010 | 101010 | 11010110 | 110 | 1010000 | 0 | 10000 | 100101000 | 1000100 | 110010 |
Color Harmonies of #CA2AD6
Complementary color
Monochromatic Colors of #CA2AD6
Black with #CA2AD6
Text Example
Text Example
White with #CA2AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2AD6; }
p { color: rgb(202,42,214); }
H1.HeaderClassName
{
color: #CA2AD6;
}
.AnyTagClassName
{
color: #CA2AD6;
}
</style>
background-color css
<style>
a { background-color: #CA2AD6; }
a { background-color: rgb(202,42,214); }
div.DivClassName
{
background-color: #CA2AD6;
}
.BgClassName
{
background-color: #CA2AD6;
}
</style>
border-color css
<style>
span { border-color: #CA2AD6; }
span { border-color: rgb(202,42,214); }
td.TdClassName
{
border-color: #CA2AD6;
}
.TagClassName
{
border-color: #CA2AD6;
}
</style>