Shades of Deep Magenta #CB16B9
Tints of Deep Magenta #CB16B9
RGB
CMYK
RGB Variations
Color information
#CB16B9 (or 0xCB16B9) is known color: Deep Magenta. HEX triplet: CB, 16 and B9. RGB value is (203,22,185). Sum of RGB (Red+Green+Blue) = 203+22+185=410 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.51% from 410); Green value is 22 (8.98% from 255 or 5.37% from 410); Blue value is 185 (72.66% from 255 or 45.12% from 410); Max value from RGB is 203 - color contains mainly: red. Hex color #CB16B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB16B9 is #34E946. Grayscale: #5E5E5E. Windows color (decimal): -3467591 or 12129995. OLE color: 12129995.
HSL color Cylindrical-coordinate representation of color #CB16B9: hue angle of 305.97º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB16B9 is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 22 | 185 | - |
| CMYK | 0 | 0.89 | 0.09 | 0.20 |
| HSL | 305.97º | 0.8% | 0.44% | - |
| HSV(B) | 305.97º | 0.89% | 0.8% | - |
| XYZ | 33.67 | 16.77 | 47.36 | - |
| YUV | 94.7 | 178.97 | 205.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 22 | 185 | 0 | 0.89 | 0.09 | 0.20 | 305.97 | 0.8 | 0.44 |
| Hex | CB | 16 | B9 | 0 | 59 | 9 | 14 | 132 | 50 | 2C |
| Octal | 313 | 26 | 271 | 0 | 131 | 11 | 24 | 462 | 120 | 54 |
| Binary | 11001011 | 10110 | 10111001 | 0 | 1011001 | 1001 | 10100 | 100110010 | 1010000 | 101100 |
Color Harmonies of #CB16B9
Complementary color
Monochromatic Colors of #CB16B9
Black with #CB16B9
Text Example
Text Example
White with #CB16B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB16B9; }
p { color: rgb(203,22,185); }
H1.HeaderClassName
{
color: #CB16B9;
}
.AnyTagClassName
{
color: #CB16B9;
}
</style>
background-color css
<style>
a { background-color: #CB16B9; }
a { background-color: rgb(203,22,185); }
div.DivClassName
{
background-color: #CB16B9;
}
.BgClassName
{
background-color: #CB16B9;
}
</style>
border-color css
<style>
span { border-color: #CB16B9; }
span { border-color: rgb(203,22,185); }
td.TdClassName
{
border-color: #CB16B9;
}
.TagClassName
{
border-color: #CB16B9;
}
</style>