Shades of Deep Magenta #CA0CAD
Tints of Deep Magenta #CA0CAD
RGB
CMYK
RGB Variations
Color information
#CA0CAD (or 0xCA0CAD) is known color: Deep Magenta. HEX triplet: CA, 0C and AD. RGB value is (202,12,173). Sum of RGB (Red+Green+Blue) = 202+12+173=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 12 (5.08% from 255 or 3.10% from 387); Blue value is 173 (67.97% from 255 or 44.70% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0CAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0CAD is #35F352. Grayscale: #565656. Windows color (decimal): -3535699 or 11341002. OLE color: 11341002.
HSL color Cylindrical-coordinate representation of color #CA0CAD: hue angle of 309.16º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA0CAD is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 12 | 173 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.21 |
| HSL | 309.16º | 0.89% | 0.42% | - |
| HSV(B) | 309.16º | 0.94% | 0.79% | - |
| XYZ | 32.03 | 15.84 | 40.9 | - |
| YUV | 87.16 | 176.45 | 209.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 12 | 173 | 0 | 0.94 | 0.14 | 0.21 | 309.16 | 0.89 | 0.42 |
| Hex | CA | C | AD | 0 | 5E | E | 15 | 135 | 59 | 2A |
| Octal | 312 | 14 | 255 | 0 | 136 | 16 | 25 | 465 | 131 | 52 |
| Binary | 11001010 | 1100 | 10101101 | 0 | 1011110 | 1110 | 10101 | 100110101 | 1011001 | 101010 |
Color Harmonies of #CA0CAD
Complementary color
Monochromatic Colors of #CA0CAD
Black with #CA0CAD
Text Example
Text Example
White with #CA0CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0CAD; }
p { color: rgb(202,12,173); }
H1.HeaderClassName
{
color: #CA0CAD;
}
.AnyTagClassName
{
color: #CA0CAD;
}
</style>
background-color css
<style>
a { background-color: #CA0CAD; }
a { background-color: rgb(202,12,173); }
div.DivClassName
{
background-color: #CA0CAD;
}
.BgClassName
{
background-color: #CA0CAD;
}
</style>
border-color css
<style>
span { border-color: #CA0CAD; }
span { border-color: rgb(202,12,173); }
td.TdClassName
{
border-color: #CA0CAD;
}
.TagClassName
{
border-color: #CA0CAD;
}
</style>