Shades of Mulberry #CB4788
Tints of Mulberry #CB4788
RGB
CMYK
RGB Variations
Color information
#CB4788 (or 0xCB4788) is known color: Mulberry. HEX triplet: CB, 47 and 88. RGB value is (203,71,136). Sum of RGB (Red+Green+Blue) = 203+71+136=410 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.51% from 410); Green value is 71 (28.12% from 255 or 17.32% from 410); Blue value is 136 (53.52% from 255 or 33.17% from 410); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4788 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4788 is #34B877. Grayscale: #757575. Windows color (decimal): -3455096 or 8931275. OLE color: 8931275.
HSL color Cylindrical-coordinate representation of color #CB4788: hue angle of 330.45º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CB4788 is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 71 | 136 | - |
| CMYK | 0 | 0.65 | 0.33 | 0.20 |
| HSL | 330.45º | 0.56% | 0.54% | - |
| HSV(B) | 330.45º | 0.65% | 0.8% | - |
| XYZ | 31.33 | 18.98 | 25.31 | - |
| YUV | 117.88 | 138.23 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 71 | 136 | 0 | 0.65 | 0.33 | 0.20 | 330.45 | 0.56 | 0.54 |
| Hex | CB | 47 | 88 | 0 | 41 | 21 | 14 | 14A | 38 | 36 |
| Octal | 313 | 107 | 210 | 0 | 101 | 41 | 24 | 512 | 70 | 66 |
| Binary | 11001011 | 1000111 | 10001000 | 0 | 1000001 | 100001 | 10100 | 101001010 | 111000 | 110110 |
Color Harmonies of #CB4788
Complementary color
Monochromatic Colors of #CB4788
Black with #CB4788
Text Example
Text Example
White with #CB4788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4788; }
p { color: rgb(203,71,136); }
H1.HeaderClassName
{
color: #CB4788;
}
.AnyTagClassName
{
color: #CB4788;
}
</style>
background-color css
<style>
a { background-color: #CB4788; }
a { background-color: rgb(203,71,136); }
div.DivClassName
{
background-color: #CB4788;
}
.BgClassName
{
background-color: #CB4788;
}
</style>
border-color css
<style>
span { border-color: #CB4788; }
span { border-color: rgb(203,71,136); }
td.TdClassName
{
border-color: #CB4788;
}
.TagClassName
{
border-color: #CB4788;
}
</style>