Shades of Deep Magenta #CB0BBD
Tints of Deep Magenta #CB0BBD
RGB
CMYK
RGB Variations
Color information
#CB0BBD (or 0xCB0BBD) is known color: Deep Magenta. HEX triplet: CB, 0B and BD. RGB value is (203,11,189). Sum of RGB (Red+Green+Blue) = 203+11+189=403 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.37% from 403); Green value is 11 (4.69% from 255 or 2.73% from 403); Blue value is 189 (74.22% from 255 or 46.90% from 403); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0BBD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CB0BBD is #34F442. Grayscale: #585858. Windows color (decimal): -3470403 or 12389323. OLE color: 12389323.
HSL color Cylindrical-coordinate representation of color #CB0BBD: hue angle of 304.38º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CB0BBD is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 11 | 189 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.20 |
| HSL | 304.38º | 0.9% | 0.42% | - |
| HSV(B) | 304.38º | 0.95% | 0.8% | - |
| XYZ | 33.93 | 16.61 | 49.56 | - |
| YUV | 88.7 | 184.61 | 209.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 11 | 189 | 0 | 0.95 | 0.07 | 0.20 | 304.38 | 0.9 | 0.42 |
| Hex | CB | B | BD | 0 | 5F | 7 | 14 | 130 | 5A | 2A |
| Octal | 313 | 13 | 275 | 0 | 137 | 7 | 24 | 460 | 132 | 52 |
| Binary | 11001011 | 1011 | 10111101 | 0 | 1011111 | 111 | 10100 | 100110000 | 1011010 | 101010 |
Color Harmonies of #CB0BBD
Complementary color
Monochromatic Colors of #CB0BBD
Black with #CB0BBD
Text Example
Text Example
White with #CB0BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB0BBD; }
p { color: rgb(203,11,189); }
H1.HeaderClassName
{
color: #CB0BBD;
}
.AnyTagClassName
{
color: #CB0BBD;
}
</style>
background-color css
<style>
a { background-color: #CB0BBD; }
a { background-color: rgb(203,11,189); }
div.DivClassName
{
background-color: #CB0BBD;
}
.BgClassName
{
background-color: #CB0BBD;
}
</style>
border-color css
<style>
span { border-color: #CB0BBD; }
span { border-color: rgb(203,11,189); }
td.TdClassName
{
border-color: #CB0BBD;
}
.TagClassName
{
border-color: #CB0BBD;
}
</style>