Shades of Deep Magenta #CA12AD
Tints of Deep Magenta #CA12AD
RGB
CMYK
RGB Variations
Color information
#CA12AD (or 0xCA12AD) is known color: Deep Magenta. HEX triplet: CA, 12 and AD. RGB value is (202,18,173). Sum of RGB (Red+Green+Blue) = 202+18+173=393 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.40% from 393); Green value is 18 (7.42% from 255 or 4.58% from 393); Blue value is 173 (67.97% from 255 or 44.02% from 393); Max value from RGB is 202 - color contains mainly: red. Hex color #CA12AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA12AD is #35ED52. Grayscale: #5A5A5A. Windows color (decimal): -3534163 or 11342538. OLE color: 11342538.
HSL color Cylindrical-coordinate representation of color #CA12AD: hue angle of 309.46º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA12AD is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 18 | 173 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.21 |
| HSL | 309.46º | 0.84% | 0.43% | - |
| HSV(B) | 309.46º | 0.91% | 0.79% | - |
| XYZ | 32.12 | 16.01 | 40.93 | - |
| YUV | 90.69 | 174.46 | 207.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 18 | 173 | 0 | 0.91 | 0.14 | 0.21 | 309.46 | 0.84 | 0.43 |
| Hex | CA | 12 | AD | 0 | 5B | E | 15 | 135 | 54 | 2B |
| Octal | 312 | 22 | 255 | 0 | 133 | 16 | 25 | 465 | 124 | 53 |
| Binary | 11001010 | 10010 | 10101101 | 0 | 1011011 | 1110 | 10101 | 100110101 | 1010100 | 101011 |
Color Harmonies of #CA12AD
Complementary color
Monochromatic Colors of #CA12AD
Black with #CA12AD
Text Example
Text Example
White with #CA12AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA12AD; }
p { color: rgb(202,18,173); }
H1.HeaderClassName
{
color: #CA12AD;
}
.AnyTagClassName
{
color: #CA12AD;
}
</style>
background-color css
<style>
a { background-color: #CA12AD; }
a { background-color: rgb(202,18,173); }
div.DivClassName
{
background-color: #CA12AD;
}
.BgClassName
{
background-color: #CA12AD;
}
</style>
border-color css
<style>
span { border-color: #CA12AD; }
span { border-color: rgb(202,18,173); }
td.TdClassName
{
border-color: #CA12AD;
}
.TagClassName
{
border-color: #CA12AD;
}
</style>