Shades of Deep Magenta #CB12AF
Tints of Deep Magenta #CB12AF
RGB
CMYK
RGB Variations
Color information
#CB12AF (or 0xCB12AF) is known color: Deep Magenta. HEX triplet: CB, 12 and AF. RGB value is (203,18,175). Sum of RGB (Red+Green+Blue) = 203+18+175=396 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.26% from 396); Green value is 18 (7.42% from 255 or 4.55% from 396); Blue value is 175 (68.75% from 255 or 44.19% from 396); Max value from RGB is 203 - color contains mainly: red. Hex color #CB12AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB12AF is #34ED50. Grayscale: #5A5A5A. Windows color (decimal): -3468625 or 11473611. OLE color: 11473611.
HSL color Cylindrical-coordinate representation of color #CB12AF: hue angle of 309.08º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB12AF is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 18 | 175 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.20 |
| HSL | 309.08º | 0.84% | 0.43% | - |
| HSV(B) | 309.08º | 0.91% | 0.8% | - |
| XYZ | 32.58 | 16.22 | 41.97 | - |
| YUV | 91.21 | 175.29 | 207.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 18 | 175 | 0 | 0.91 | 0.14 | 0.20 | 309.08 | 0.84 | 0.43 |
| Hex | CB | 12 | AF | 0 | 5B | E | 14 | 135 | 54 | 2B |
| Octal | 313 | 22 | 257 | 0 | 133 | 16 | 24 | 465 | 124 | 53 |
| Binary | 11001011 | 10010 | 10101111 | 0 | 1011011 | 1110 | 10100 | 100110101 | 1010100 | 101011 |
Color Harmonies of #CB12AF
Complementary color
Monochromatic Colors of #CB12AF
Black with #CB12AF
Text Example
Text Example
White with #CB12AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB12AF; }
p { color: rgb(203,18,175); }
H1.HeaderClassName
{
color: #CB12AF;
}
.AnyTagClassName
{
color: #CB12AF;
}
</style>
background-color css
<style>
a { background-color: #CB12AF; }
a { background-color: rgb(203,18,175); }
div.DivClassName
{
background-color: #CB12AF;
}
.BgClassName
{
background-color: #CB12AF;
}
</style>
border-color css
<style>
span { border-color: #CB12AF; }
span { border-color: rgb(203,18,175); }
td.TdClassName
{
border-color: #CB12AF;
}
.TagClassName
{
border-color: #CB12AF;
}
</style>