Shades of Deep Magenta #CB16BD
Tints of Deep Magenta #CB16BD
RGB
CMYK
RGB Variations
Color information
#CB16BD (or 0xCB16BD) is known color: Deep Magenta. HEX triplet: CB, 16 and BD. RGB value is (203,22,189). Sum of RGB (Red+Green+Blue) = 203+22+189=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 22 (8.98% from 255 or 5.31% from 414); Blue value is 189 (74.22% from 255 or 45.65% from 414); Max value from RGB is 203 - color contains mainly: red. Hex color #CB16BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB16BD is #34E942. Grayscale: #5E5E5E. Windows color (decimal): -3467587 or 12392139. OLE color: 12392139.
HSL color Cylindrical-coordinate representation of color #CB16BD: hue angle of 304.64º 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 #CB16BD is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 22 | 189 | - |
| CMYK | 0 | 0.89 | 0.07 | 0.20 |
| HSL | 304.64º | 0.8% | 0.44% | - |
| HSV(B) | 304.64º | 0.89% | 0.8% | - |
| XYZ | 34.1 | 16.94 | 49.62 | - |
| YUV | 95.16 | 180.97 | 204.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 22 | 189 | 0 | 0.89 | 0.07 | 0.20 | 304.64 | 0.8 | 0.44 |
| Hex | CB | 16 | BD | 0 | 59 | 7 | 14 | 131 | 50 | 2C |
| Octal | 313 | 26 | 275 | 0 | 131 | 7 | 24 | 461 | 120 | 54 |
| Binary | 11001011 | 10110 | 10111101 | 0 | 1011001 | 111 | 10100 | 100110001 | 1010000 | 101100 |
Color Harmonies of #CB16BD
Complementary color
Monochromatic Colors of #CB16BD
Black with #CB16BD
Text Example
Text Example
White with #CB16BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB16BD; }
p { color: rgb(203,22,189); }
H1.HeaderClassName
{
color: #CB16BD;
}
.AnyTagClassName
{
color: #CB16BD;
}
</style>
background-color css
<style>
a { background-color: #CB16BD; }
a { background-color: rgb(203,22,189); }
div.DivClassName
{
background-color: #CB16BD;
}
.BgClassName
{
background-color: #CB16BD;
}
</style>
border-color css
<style>
span { border-color: #CB16BD; }
span { border-color: rgb(203,22,189); }
td.TdClassName
{
border-color: #CB16BD;
}
.TagClassName
{
border-color: #CB16BD;
}
</style>