Shades of Mulberry #CB4981
Tints of Mulberry #CB4981
RGB
CMYK
RGB Variations
Color information
#CB4981 (or 0xCB4981) is known color: Mulberry. HEX triplet: CB, 49 and 81. RGB value is (203,73,129). Sum of RGB (Red+Green+Blue) = 203+73+129=405 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.12% from 405); Green value is 73 (28.91% from 255 or 18.02% from 405); Blue value is 129 (50.78% from 255 or 31.85% from 405); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4981 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4981 is #34B67E. Grayscale: #767676. Windows color (decimal): -3454591 or 8473035. OLE color: 8473035.
HSL color Cylindrical-coordinate representation of color #CB4981: hue angle of 334.15º 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 #CB4981 is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 73 | 129 | - |
| CMYK | 0 | 0.64 | 0.36 | 0.20 |
| HSL | 334.15º | 0.56% | 0.54% | - |
| HSV(B) | 334.15º | 0.64% | 0.8% | - |
| XYZ | 30.97 | 19.05 | 22.81 | - |
| YUV | 118.25 | 134.07 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 73 | 129 | 0 | 0.64 | 0.36 | 0.20 | 334.15 | 0.56 | 0.54 |
| Hex | CB | 49 | 81 | 0 | 40 | 24 | 14 | 14E | 38 | 36 |
| Octal | 313 | 111 | 201 | 0 | 100 | 44 | 24 | 516 | 70 | 66 |
| Binary | 11001011 | 1001001 | 10000001 | 0 | 1000000 | 100100 | 10100 | 101001110 | 111000 | 110110 |
Color Harmonies of #CB4981
Complementary color
Monochromatic Colors of #CB4981
Black with #CB4981
Text Example
Text Example
White with #CB4981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4981; }
p { color: rgb(203,73,129); }
H1.HeaderClassName
{
color: #CB4981;
}
.AnyTagClassName
{
color: #CB4981;
}
</style>
background-color css
<style>
a { background-color: #CB4981; }
a { background-color: rgb(203,73,129); }
div.DivClassName
{
background-color: #CB4981;
}
.BgClassName
{
background-color: #CB4981;
}
</style>
border-color css
<style>
span { border-color: #CB4981; }
span { border-color: rgb(203,73,129); }
td.TdClassName
{
border-color: #CB4981;
}
.TagClassName
{
border-color: #CB4981;
}
</style>