Shades of Mulberry #CB4884
Tints of Mulberry #CB4884
RGB
CMYK
RGB Variations
Color information
#CB4884 (or 0xCB4884) is known color: Mulberry. HEX triplet: CB, 48 and 84. RGB value is (203,72,132). Sum of RGB (Red+Green+Blue) = 203+72+132=407 (53% of max value = 765). Red value is 203 (79.69% from 255 or 49.88% from 407); Green value is 72 (28.52% from 255 or 17.69% from 407); Blue value is 132 (51.95% from 255 or 32.43% from 407); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4884 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4884 is #34B77B. Grayscale: #757575. Windows color (decimal): -3454844 or 8669387. OLE color: 8669387.
HSL color Cylindrical-coordinate representation of color #CB4884: hue angle of 332.52º 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 #CB4884 is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 72 | 132 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.20 |
| HSL | 332.52º | 0.56% | 0.54% | - |
| HSV(B) | 332.52º | 0.65% | 0.8% | - |
| XYZ | 31.11 | 19 | 23.86 | - |
| YUV | 118.01 | 135.9 | 188.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 72 | 132 | 0 | 0.65 | 0.35 | 0.20 | 332.52 | 0.56 | 0.54 |
| Hex | CB | 48 | 84 | 0 | 41 | 23 | 14 | 14D | 38 | 36 |
| Octal | 313 | 110 | 204 | 0 | 101 | 43 | 24 | 515 | 70 | 66 |
| Binary | 11001011 | 1001000 | 10000100 | 0 | 1000001 | 100011 | 10100 | 101001101 | 111000 | 110110 |
Color Harmonies of #CB4884
Complementary color
Monochromatic Colors of #CB4884
Black with #CB4884
Text Example
Text Example
White with #CB4884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4884; }
p { color: rgb(203,72,132); }
H1.HeaderClassName
{
color: #CB4884;
}
.AnyTagClassName
{
color: #CB4884;
}
</style>
background-color css
<style>
a { background-color: #CB4884; }
a { background-color: rgb(203,72,132); }
div.DivClassName
{
background-color: #CB4884;
}
.BgClassName
{
background-color: #CB4884;
}
</style>
border-color css
<style>
span { border-color: #CB4884; }
span { border-color: rgb(203,72,132); }
td.TdClassName
{
border-color: #CB4884;
}
.TagClassName
{
border-color: #CB4884;
}
</style>