Shades of Deep Magenta #CA1DAE
Tints of Deep Magenta #CA1DAE
RGB
CMYK
RGB Variations
Color information
#CA1DAE (or 0xCA1DAE) is known color: Deep Magenta. HEX triplet: CA, 1D and AE. RGB value is (202,29,174). Sum of RGB (Red+Green+Blue) = 202+29+174=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 29 (11.72% from 255 or 7.16% from 405); Blue value is 174 (68.36% from 255 or 42.96% from 405); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA1DAE is #35E251. Grayscale: #606060. Windows color (decimal): -3531346 or 11410890. OLE color: 11410890.
HSL color Cylindrical-coordinate representation of color #CA1DAE: hue angle of 309.71º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CA1DAE is Cyan = 0, Magento = 0.86, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 29 | 174 | - |
| CMYK | 0 | 0.86 | 0.14 | 0.21 |
| HSL | 309.71º | 0.75% | 0.45% | - |
| HSV(B) | 309.71º | 0.86% | 0.79% | - |
| XYZ | 32.44 | 16.49 | 41.52 | - |
| YUV | 97.26 | 171.31 | 202.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 29 | 174 | 0 | 0.86 | 0.14 | 0.21 | 309.71 | 0.75 | 0.45 |
| Hex | CA | 1D | AE | 0 | 56 | E | 15 | 136 | 4B | 2D |
| Octal | 312 | 35 | 256 | 0 | 126 | 16 | 25 | 466 | 113 | 55 |
| Binary | 11001010 | 11101 | 10101110 | 0 | 1010110 | 1110 | 10101 | 100110110 | 1001011 | 101101 |
Color Harmonies of #CA1DAE
Complementary color
Monochromatic Colors of #CA1DAE
Black with #CA1DAE
Text Example
Text Example
White with #CA1DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1DAE; }
p { color: rgb(202,29,174); }
H1.HeaderClassName
{
color: #CA1DAE;
}
.AnyTagClassName
{
color: #CA1DAE;
}
</style>
background-color css
<style>
a { background-color: #CA1DAE; }
a { background-color: rgb(202,29,174); }
div.DivClassName
{
background-color: #CA1DAE;
}
.BgClassName
{
background-color: #CA1DAE;
}
</style>
border-color css
<style>
span { border-color: #CA1DAE; }
span { border-color: rgb(202,29,174); }
td.TdClassName
{
border-color: #CA1DAE;
}
.TagClassName
{
border-color: #CA1DAE;
}
</style>