Shades of Deep Magenta #CA12AF
Tints of Deep Magenta #CA12AF
RGB
CMYK
RGB Variations
Color information
#CA12AF (or 0xCA12AF) is known color: Deep Magenta. HEX triplet: CA, 12 and AF. RGB value is (202,18,175). Sum of RGB (Red+Green+Blue) = 202+18+175=395 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.14% from 395); Green value is 18 (7.42% from 255 or 4.56% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 202 - color contains mainly: red. Hex color #CA12AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA12AF is #35ED50. Grayscale: #5A5A5A. Windows color (decimal): -3534161 or 11473610. OLE color: 11473610.
HSL color Cylindrical-coordinate representation of color #CA12AF: hue angle of 308.8º 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 #CA12AF is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 18 | 175 | - |
| CMYK | 0 | 0.91 | 0.13 | 0.21 |
| HSL | 308.8º | 0.84% | 0.43% | - |
| HSV(B) | 308.8º | 0.91% | 0.79% | - |
| XYZ | 32.31 | 16.08 | 41.96 | - |
| YUV | 90.91 | 175.46 | 207.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 18 | 175 | 0 | 0.91 | 0.13 | 0.21 | 308.8 | 0.84 | 0.43 |
| Hex | CA | 12 | AF | 0 | 5B | D | 15 | 135 | 54 | 2B |
| Octal | 312 | 22 | 257 | 0 | 133 | 15 | 25 | 465 | 124 | 53 |
| Binary | 11001010 | 10010 | 10101111 | 0 | 1011011 | 1101 | 10101 | 100110101 | 1010100 | 101011 |
Color Harmonies of #CA12AF
Complementary color
Monochromatic Colors of #CA12AF
Black with #CA12AF
Text Example
Text Example
White with #CA12AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA12AF; }
p { color: rgb(202,18,175); }
H1.HeaderClassName
{
color: #CA12AF;
}
.AnyTagClassName
{
color: #CA12AF;
}
</style>
background-color css
<style>
a { background-color: #CA12AF; }
a { background-color: rgb(202,18,175); }
div.DivClassName
{
background-color: #CA12AF;
}
.BgClassName
{
background-color: #CA12AF;
}
</style>
border-color css
<style>
span { border-color: #CA12AF; }
span { border-color: rgb(202,18,175); }
td.TdClassName
{
border-color: #CA12AF;
}
.TagClassName
{
border-color: #CA12AF;
}
</style>