Shades of Mulberry #CB4D84
Tints of Mulberry #CB4D84
RGB
CMYK
RGB Variations
Color information
#CB4D84 (or 0xCB4D84) is known color: Mulberry. HEX triplet: CB, 4D and 84. RGB value is (203,77,132). Sum of RGB (Red+Green+Blue) = 203+77+132=412 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.27% from 412); Green value is 77 (30.47% from 255 or 18.69% from 412); Blue value is 132 (51.95% from 255 or 32.04% from 412); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4D84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB4D84 is #34B27B. Grayscale: #787878. Windows color (decimal): -3453564 or 8670667. OLE color: 8670667.
HSL color Cylindrical-coordinate representation of color #CB4D84: hue angle of 333.81º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CB4D84 is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 77 | 132 | - |
| CMYK | 0 | 0.62 | 0.35 | 0.20 |
| HSL | 333.81º | 0.55% | 0.55% | - |
| HSV(B) | 333.81º | 0.62% | 0.8% | - |
| XYZ | 31.45 | 19.67 | 23.97 | - |
| YUV | 120.94 | 134.24 | 186.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 77 | 132 | 0 | 0.62 | 0.35 | 0.20 | 333.81 | 0.55 | 0.55 |
| Hex | CB | 4D | 84 | 0 | 3E | 23 | 14 | 14E | 37 | 37 |
| Octal | 313 | 115 | 204 | 0 | 76 | 43 | 24 | 516 | 67 | 67 |
| Binary | 11001011 | 1001101 | 10000100 | 0 | 111110 | 100011 | 10100 | 101001110 | 110111 | 110111 |
Color Harmonies of #CB4D84
Complementary color
Monochromatic Colors of #CB4D84
Black with #CB4D84
Text Example
Text Example
White with #CB4D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4D84; }
p { color: rgb(203,77,132); }
H1.HeaderClassName
{
color: #CB4D84;
}
.AnyTagClassName
{
color: #CB4D84;
}
</style>
background-color css
<style>
a { background-color: #CB4D84; }
a { background-color: rgb(203,77,132); }
div.DivClassName
{
background-color: #CB4D84;
}
.BgClassName
{
background-color: #CB4D84;
}
</style>
border-color css
<style>
span { border-color: #CB4D84; }
span { border-color: rgb(203,77,132); }
td.TdClassName
{
border-color: #CB4D84;
}
.TagClassName
{
border-color: #CB4D84;
}
</style>