Shades of Mulberry #CB4989
Tints of Mulberry #CB4989
RGB
CMYK
RGB Variations
Color information
#CB4989 (or 0xCB4989) is known color: Mulberry. HEX triplet: CB, 49 and 89. RGB value is (203,73,137). Sum of RGB (Red+Green+Blue) = 203+73+137=413 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.15% from 413); Green value is 73 (28.91% from 255 or 17.68% from 413); Blue value is 137 (53.91% from 255 or 33.17% from 413); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4989 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4989 is #34B676. Grayscale: #777777. Windows color (decimal): -3454583 or 8997323. OLE color: 8997323.
HSL color Cylindrical-coordinate representation of color #CB4989: hue angle of 330.46º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CB4989 is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 73 | 137 | - |
| CMYK | 0 | 0.64 | 0.33 | 0.20 |
| HSL | 330.46º | 0.56% | 0.54% | - |
| HSV(B) | 330.46º | 0.64% | 0.8% | - |
| XYZ | 31.53 | 19.27 | 25.72 | - |
| YUV | 119.17 | 138.07 | 187.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 73 | 137 | 0 | 0.64 | 0.33 | 0.20 | 330.46 | 0.56 | 0.54 |
| Hex | CB | 49 | 89 | 0 | 40 | 21 | 14 | 14A | 38 | 36 |
| Octal | 313 | 111 | 211 | 0 | 100 | 41 | 24 | 512 | 70 | 66 |
| Binary | 11001011 | 1001001 | 10001001 | 0 | 1000000 | 100001 | 10100 | 101001010 | 111000 | 110110 |
Color Harmonies of #CB4989
Complementary color
Monochromatic Colors of #CB4989
Black with #CB4989
Text Example
Text Example
White with #CB4989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4989; }
p { color: rgb(203,73,137); }
H1.HeaderClassName
{
color: #CB4989;
}
.AnyTagClassName
{
color: #CB4989;
}
</style>
background-color css
<style>
a { background-color: #CB4989; }
a { background-color: rgb(203,73,137); }
div.DivClassName
{
background-color: #CB4989;
}
.BgClassName
{
background-color: #CB4989;
}
</style>
border-color css
<style>
span { border-color: #CB4989; }
span { border-color: rgb(203,73,137); }
td.TdClassName
{
border-color: #CB4989;
}
.TagClassName
{
border-color: #CB4989;
}
</style>