Shades of Mulberry #CB4983
Tints of Mulberry #CB4983
RGB
CMYK
RGB Variations
Color information
#CB4983 (or 0xCB4983) is known color: Mulberry. HEX triplet: CB, 49 and 83. RGB value is (203,73,131). Sum of RGB (Red+Green+Blue) = 203+73+131=407 (53% of max value = 765). Red value is 203 (79.69% from 255 or 49.88% from 407); Green value is 73 (28.91% from 255 or 17.94% from 407); Blue value is 131 (51.56% from 255 or 32.19% from 407); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4983 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4983 is #34B67C. Grayscale: #767676. Windows color (decimal): -3454589 or 8604107. OLE color: 8604107.
HSL color Cylindrical-coordinate representation of color #CB4983: hue angle of 333.23º 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 #CB4983 is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 73 | 131 | - |
| CMYK | 0 | 0.64 | 0.35 | 0.20 |
| HSL | 333.23º | 0.56% | 0.54% | - |
| HSV(B) | 333.23º | 0.64% | 0.8% | - |
| XYZ | 31.11 | 19.1 | 23.52 | - |
| YUV | 118.48 | 135.07 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 73 | 131 | 0 | 0.64 | 0.35 | 0.20 | 333.23 | 0.56 | 0.54 |
| Hex | CB | 49 | 83 | 0 | 40 | 23 | 14 | 14D | 38 | 36 |
| Octal | 313 | 111 | 203 | 0 | 100 | 43 | 24 | 515 | 70 | 66 |
| Binary | 11001011 | 1001001 | 10000011 | 0 | 1000000 | 100011 | 10100 | 101001101 | 111000 | 110110 |
Color Harmonies of #CB4983
Complementary color
Monochromatic Colors of #CB4983
Black with #CB4983
Text Example
Text Example
White with #CB4983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4983; }
p { color: rgb(203,73,131); }
H1.HeaderClassName
{
color: #CB4983;
}
.AnyTagClassName
{
color: #CB4983;
}
</style>
background-color css
<style>
a { background-color: #CB4983; }
a { background-color: rgb(203,73,131); }
div.DivClassName
{
background-color: #CB4983;
}
.BgClassName
{
background-color: #CB4983;
}
</style>
border-color css
<style>
span { border-color: #CB4983; }
span { border-color: rgb(203,73,131); }
td.TdClassName
{
border-color: #CB4983;
}
.TagClassName
{
border-color: #CB4983;
}
</style>