Shades of Deep Magenta #CA12AB
Tints of Deep Magenta #CA12AB
RGB
CMYK
RGB Variations
Color information
#CA12AB (or 0xCA12AB) is known color: Deep Magenta. HEX triplet: CA, 12 and AB. RGB value is (202,18,171). Sum of RGB (Red+Green+Blue) = 202+18+171=391 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.66% from 391); Green value is 18 (7.42% from 255 or 4.60% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 202 - color contains mainly: red. Hex color #CA12AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA12AB is #35ED54. Grayscale: #5A5A5A. Windows color (decimal): -3534165 or 11211466. OLE color: 11211466.
HSL color Cylindrical-coordinate representation of color #CA12AB: hue angle of 310.11º 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 #CA12AB is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 18 | 171 | - |
| CMYK | 0 | 0.91 | 0.15 | 0.21 |
| HSL | 310.11º | 0.84% | 0.43% | - |
| HSV(B) | 310.11º | 0.91% | 0.79% | - |
| XYZ | 31.92 | 15.93 | 39.92 | - |
| YUV | 90.46 | 173.46 | 207.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 18 | 171 | 0 | 0.91 | 0.15 | 0.21 | 310.11 | 0.84 | 0.43 |
| Hex | CA | 12 | AB | 0 | 5B | F | 15 | 136 | 54 | 2B |
| Octal | 312 | 22 | 253 | 0 | 133 | 17 | 25 | 466 | 124 | 53 |
| Binary | 11001010 | 10010 | 10101011 | 0 | 1011011 | 1111 | 10101 | 100110110 | 1010100 | 101011 |
Color Harmonies of #CA12AB
Complementary color
Monochromatic Colors of #CA12AB
Black with #CA12AB
Text Example
Text Example
White with #CA12AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA12AB; }
p { color: rgb(202,18,171); }
H1.HeaderClassName
{
color: #CA12AB;
}
.AnyTagClassName
{
color: #CA12AB;
}
</style>
background-color css
<style>
a { background-color: #CA12AB; }
a { background-color: rgb(202,18,171); }
div.DivClassName
{
background-color: #CA12AB;
}
.BgClassName
{
background-color: #CA12AB;
}
</style>
border-color css
<style>
span { border-color: #CA12AB; }
span { border-color: rgb(202,18,171); }
td.TdClassName
{
border-color: #CA12AB;
}
.TagClassName
{
border-color: #CA12AB;
}
</style>