Shades of Mulberry #CB4D9B
Tints of Mulberry #CB4D9B
RGB
CMYK
RGB Variations
Color information
#CB4D9B (or 0xCB4D9B) is known color: Mulberry. HEX triplet: CB, 4D and 9B. RGB value is (203,77,155). Sum of RGB (Red+Green+Blue) = 203+77+155=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 77 (30.47% from 255 or 17.70% from 435); Blue value is 155 (60.94% from 255 or 35.63% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4D9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB4D9B is #34B264. Grayscale: #7B7B7B. Windows color (decimal): -3453541 or 10177995. OLE color: 10177995.
HSL color Cylindrical-coordinate representation of color #CB4D9B: hue angle of 322.86º 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 #CB4D9B is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 77 | 155 | - |
| CMYK | 0 | 0.62 | 0.24 | 0.20 |
| HSL | 322.86º | 0.55% | 0.55% | - |
| HSV(B) | 322.86º | 0.62% | 0.8% | - |
| XYZ | 33.2 | 20.37 | 33.19 | - |
| YUV | 123.57 | 145.74 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 77 | 155 | 0 | 0.62 | 0.24 | 0.20 | 322.86 | 0.55 | 0.55 |
| Hex | CB | 4D | 9B | 0 | 3E | 18 | 14 | 143 | 37 | 37 |
| Octal | 313 | 115 | 233 | 0 | 76 | 30 | 24 | 503 | 67 | 67 |
| Binary | 11001011 | 1001101 | 10011011 | 0 | 111110 | 11000 | 10100 | 101000011 | 110111 | 110111 |
Color Harmonies of #CB4D9B
Complementary color
Monochromatic Colors of #CB4D9B
Black with #CB4D9B
Text Example
Text Example
White with #CB4D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4D9B; }
p { color: rgb(203,77,155); }
H1.HeaderClassName
{
color: #CB4D9B;
}
.AnyTagClassName
{
color: #CB4D9B;
}
</style>
background-color css
<style>
a { background-color: #CB4D9B; }
a { background-color: rgb(203,77,155); }
div.DivClassName
{
background-color: #CB4D9B;
}
.BgClassName
{
background-color: #CB4D9B;
}
</style>
border-color css
<style>
span { border-color: #CB4D9B; }
span { border-color: rgb(203,77,155); }
td.TdClassName
{
border-color: #CB4D9B;
}
.TagClassName
{
border-color: #CB4D9B;
}
</style>