Shades of Deep Magenta #CB12AD
Tints of Deep Magenta #CB12AD
RGB
CMYK
RGB Variations
Color information
#CB12AD (or 0xCB12AD) is known color: Deep Magenta. HEX triplet: CB, 12 and AD. RGB value is (203,18,173). Sum of RGB (Red+Green+Blue) = 203+18+173=394 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.52% from 394); Green value is 18 (7.42% from 255 or 4.57% from 394); Blue value is 173 (67.97% from 255 or 43.91% from 394); Max value from RGB is 203 - color contains mainly: red. Hex color #CB12AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CB12AD is #34ED52. Grayscale: #5A5A5A. Windows color (decimal): -3468627 or 11342539. OLE color: 11342539.
HSL color Cylindrical-coordinate representation of color #CB12AD: hue angle of 309.73º 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 #CB12AD is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 18 | 173 | - |
| CMYK | 0 | 0.91 | 0.15 | 0.20 |
| HSL | 309.73º | 0.84% | 0.43% | - |
| HSV(B) | 309.73º | 0.91% | 0.8% | - |
| XYZ | 32.39 | 16.15 | 40.94 | - |
| YUV | 90.99 | 174.29 | 207.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 18 | 173 | 0 | 0.91 | 0.15 | 0.20 | 309.73 | 0.84 | 0.43 |
| Hex | CB | 12 | AD | 0 | 5B | F | 14 | 136 | 54 | 2B |
| Octal | 313 | 22 | 255 | 0 | 133 | 17 | 24 | 466 | 124 | 53 |
| Binary | 11001011 | 10010 | 10101101 | 0 | 1011011 | 1111 | 10100 | 100110110 | 1010100 | 101011 |
Color Harmonies of #CB12AD
Complementary color
Monochromatic Colors of #CB12AD
Black with #CB12AD
Text Example
Text Example
White with #CB12AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB12AD; }
p { color: rgb(203,18,173); }
H1.HeaderClassName
{
color: #CB12AD;
}
.AnyTagClassName
{
color: #CB12AD;
}
</style>
background-color css
<style>
a { background-color: #CB12AD; }
a { background-color: rgb(203,18,173); }
div.DivClassName
{
background-color: #CB12AD;
}
.BgClassName
{
background-color: #CB12AD;
}
</style>
border-color css
<style>
span { border-color: #CB12AD; }
span { border-color: rgb(203,18,173); }
td.TdClassName
{
border-color: #CB12AD;
}
.TagClassName
{
border-color: #CB12AD;
}
</style>