Shades of Mulberry #CB4882
Tints of Mulberry #CB4882
RGB
CMYK
RGB Variations
Color information
#CB4882 (or 0xCB4882) is known color: Mulberry. HEX triplet: CB, 48 and 82. RGB value is (203,72,130). Sum of RGB (Red+Green+Blue) = 203+72+130=405 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.12% from 405); Green value is 72 (28.52% from 255 or 17.78% from 405); Blue value is 130 (51.17% from 255 or 32.10% from 405); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4882 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4882 is #34B77D. Grayscale: #757575. Windows color (decimal): -3454846 or 8538315. OLE color: 8538315.
HSL color Cylindrical-coordinate representation of color #CB4882: hue angle of 333.44º 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 #CB4882 is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 72 | 130 | - |
| CMYK | 0 | 0.65 | 0.36 | 0.20 |
| HSL | 333.44º | 0.56% | 0.54% | - |
| HSV(B) | 333.44º | 0.65% | 0.8% | - |
| XYZ | 30.98 | 18.94 | 23.14 | - |
| YUV | 117.78 | 134.9 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 72 | 130 | 0 | 0.65 | 0.36 | 0.20 | 333.44 | 0.56 | 0.54 |
| Hex | CB | 48 | 82 | 0 | 41 | 24 | 14 | 14D | 38 | 36 |
| Octal | 313 | 110 | 202 | 0 | 101 | 44 | 24 | 515 | 70 | 66 |
| Binary | 11001011 | 1001000 | 10000010 | 0 | 1000001 | 100100 | 10100 | 101001101 | 111000 | 110110 |
Color Harmonies of #CB4882
Complementary color
Monochromatic Colors of #CB4882
Black with #CB4882
Text Example
Text Example
White with #CB4882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4882; }
p { color: rgb(203,72,130); }
H1.HeaderClassName
{
color: #CB4882;
}
.AnyTagClassName
{
color: #CB4882;
}
</style>
background-color css
<style>
a { background-color: #CB4882; }
a { background-color: rgb(203,72,130); }
div.DivClassName
{
background-color: #CB4882;
}
.BgClassName
{
background-color: #CB4882;
}
</style>
border-color css
<style>
span { border-color: #CB4882; }
span { border-color: rgb(203,72,130); }
td.TdClassName
{
border-color: #CB4882;
}
.TagClassName
{
border-color: #CB4882;
}
</style>