Shades of Deep Magenta #CA18AD
Tints of Deep Magenta #CA18AD
RGB
CMYK
RGB Variations
Color information
#CA18AD (or 0xCA18AD) is known color: Deep Magenta. HEX triplet: CA, 18 and AD. RGB value is (202,24,173). Sum of RGB (Red+Green+Blue) = 202+24+173=399 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.63% from 399); Green value is 24 (9.77% from 255 or 6.02% from 399); Blue value is 173 (67.97% from 255 or 43.36% from 399); Max value from RGB is 202 - color contains mainly: red. Hex color #CA18AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA18AD is #35E752. Grayscale: #5D5D5D. Windows color (decimal): -3532627 or 11344074. OLE color: 11344074.
HSL color Cylindrical-coordinate representation of color #CA18AD: hue angle of 309.78º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA18AD is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 24 | 173 | - |
| CMYK | 0 | 0.88 | 0.14 | 0.21 |
| HSL | 309.78º | 0.79% | 0.44% | - |
| HSV(B) | 309.78º | 0.88% | 0.79% | - |
| XYZ | 32.23 | 16.23 | 40.97 | - |
| YUV | 94.21 | 172.47 | 204.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 24 | 173 | 0 | 0.88 | 0.14 | 0.21 | 309.78 | 0.79 | 0.44 |
| Hex | CA | 18 | AD | 0 | 58 | E | 15 | 136 | 4F | 2C |
| Octal | 312 | 30 | 255 | 0 | 130 | 16 | 25 | 466 | 117 | 54 |
| Binary | 11001010 | 11000 | 10101101 | 0 | 1011000 | 1110 | 10101 | 100110110 | 1001111 | 101100 |
Color Harmonies of #CA18AD
Complementary color
Monochromatic Colors of #CA18AD
Black with #CA18AD
Text Example
Text Example
White with #CA18AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA18AD; }
p { color: rgb(202,24,173); }
H1.HeaderClassName
{
color: #CA18AD;
}
.AnyTagClassName
{
color: #CA18AD;
}
</style>
background-color css
<style>
a { background-color: #CA18AD; }
a { background-color: rgb(202,24,173); }
div.DivClassName
{
background-color: #CA18AD;
}
.BgClassName
{
background-color: #CA18AD;
}
</style>
border-color css
<style>
span { border-color: #CA18AD; }
span { border-color: rgb(202,24,173); }
td.TdClassName
{
border-color: #CA18AD;
}
.TagClassName
{
border-color: #CA18AD;
}
</style>