Shades of Deep Magenta #CA14AD
Tints of Deep Magenta #CA14AD
RGB
CMYK
RGB Variations
Color information
#CA14AD (or 0xCA14AD) is known color: Deep Magenta. HEX triplet: CA, 14 and AD. RGB value is (202,20,173). Sum of RGB (Red+Green+Blue) = 202+20+173=395 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.14% from 395); Green value is 20 (8.20% from 255 or 5.06% from 395); Blue value is 173 (67.97% from 255 or 43.80% from 395); Max value from RGB is 202 - color contains mainly: red. Hex color #CA14AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA14AD is #35EB52. Grayscale: #5B5B5B. Windows color (decimal): -3533651 or 11343050. OLE color: 11343050.
HSL color Cylindrical-coordinate representation of color #CA14AD: hue angle of 309.56º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA14AD is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 20 | 173 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.21 |
| HSL | 309.56º | 0.82% | 0.44% | - |
| HSV(B) | 309.56º | 0.9% | 0.79% | - |
| XYZ | 32.15 | 16.07 | 40.94 | - |
| YUV | 91.86 | 173.8 | 206.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 20 | 173 | 0 | 0.90 | 0.14 | 0.21 | 309.56 | 0.82 | 0.44 |
| Hex | CA | 14 | AD | 0 | 5A | E | 15 | 136 | 52 | 2C |
| Octal | 312 | 24 | 255 | 0 | 132 | 16 | 25 | 466 | 122 | 54 |
| Binary | 11001010 | 10100 | 10101101 | 0 | 1011010 | 1110 | 10101 | 100110110 | 1010010 | 101100 |
Color Harmonies of #CA14AD
Complementary color
Monochromatic Colors of #CA14AD
Black with #CA14AD
Text Example
Text Example
White with #CA14AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA14AD; }
p { color: rgb(202,20,173); }
H1.HeaderClassName
{
color: #CA14AD;
}
.AnyTagClassName
{
color: #CA14AD;
}
</style>
background-color css
<style>
a { background-color: #CA14AD; }
a { background-color: rgb(202,20,173); }
div.DivClassName
{
background-color: #CA14AD;
}
.BgClassName
{
background-color: #CA14AD;
}
</style>
border-color css
<style>
span { border-color: #CA14AD; }
span { border-color: rgb(202,20,173); }
td.TdClassName
{
border-color: #CA14AD;
}
.TagClassName
{
border-color: #CA14AD;
}
</style>