Shades of Deep Magenta #CB20BB
Tints of Deep Magenta #CB20BB
RGB
CMYK
RGB Variations
Color information
#CB20BB (or 0xCB20BB) is known color: Deep Magenta. HEX triplet: CB, 20 and BB. RGB value is (203,32,187). Sum of RGB (Red+Green+Blue) = 203+32+187=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 32 (12.89% from 255 or 7.58% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 203 - color contains mainly: red. Hex color #CB20BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB20BB is #34DF44. Grayscale: #646464. Windows color (decimal): -3465029 or 12263627. OLE color: 12263627.
HSL color Cylindrical-coordinate representation of color #CB20BB: hue angle of 305.61º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB20BB is Cyan = 0, Magento = 0.84, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 32 | 187 | - |
| CMYK | 0 | 0.84 | 0.08 | 0.20 |
| HSL | 305.61º | 0.73% | 0.46% | - |
| HSV(B) | 305.61º | 0.84% | 0.8% | - |
| XYZ | 34.11 | 17.32 | 48.56 | - |
| YUV | 100.8 | 176.65 | 200.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 32 | 187 | 0 | 0.84 | 0.08 | 0.20 | 305.61 | 0.73 | 0.46 |
| Hex | CB | 20 | BB | 0 | 54 | 8 | 14 | 132 | 49 | 2E |
| Octal | 313 | 40 | 273 | 0 | 124 | 10 | 24 | 462 | 111 | 56 |
| Binary | 11001011 | 100000 | 10111011 | 0 | 1010100 | 1000 | 10100 | 100110010 | 1001001 | 101110 |
Color Harmonies of #CB20BB
Complementary color
Monochromatic Colors of #CB20BB
Black with #CB20BB
Text Example
Text Example
White with #CB20BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB20BB; }
p { color: rgb(203,32,187); }
H1.HeaderClassName
{
color: #CB20BB;
}
.AnyTagClassName
{
color: #CB20BB;
}
</style>
background-color css
<style>
a { background-color: #CB20BB; }
a { background-color: rgb(203,32,187); }
div.DivClassName
{
background-color: #CB20BB;
}
.BgClassName
{
background-color: #CB20BB;
}
</style>
border-color css
<style>
span { border-color: #CB20BB; }
span { border-color: rgb(203,32,187); }
td.TdClassName
{
border-color: #CB20BB;
}
.TagClassName
{
border-color: #CB20BB;
}
</style>