Shades of Mulberry #CB4189
Tints of Mulberry #CB4189
RGB
CMYK
RGB Variations
Color information
#CB4189 (or 0xCB4189) is known color: Mulberry. HEX triplet: CB, 41 and 89. RGB value is (203,65,137). Sum of RGB (Red+Green+Blue) = 203+65+137=405 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.12% from 405); Green value is 65 (25.78% from 255 or 16.05% from 405); Blue value is 137 (53.91% from 255 or 33.83% from 405); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4189 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4189 is #34BE76. Grayscale: #727272. Windows color (decimal): -3456631 or 8995275. OLE color: 8995275.
HSL color Cylindrical-coordinate representation of color #CB4189: hue angle of 328.7º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB4189 is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 65 | 137 | - |
| CMYK | 0 | 0.68 | 0.33 | 0.20 |
| HSL | 328.7º | 0.57% | 0.53% | - |
| HSV(B) | 328.7º | 0.68% | 0.8% | - |
| XYZ | 31.03 | 18.28 | 25.56 | - |
| YUV | 114.47 | 140.72 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 65 | 137 | 0 | 0.68 | 0.33 | 0.20 | 328.7 | 0.57 | 0.53 |
| Hex | CB | 41 | 89 | 0 | 44 | 21 | 14 | 149 | 39 | 35 |
| Octal | 313 | 101 | 211 | 0 | 104 | 41 | 24 | 511 | 71 | 65 |
| Binary | 11001011 | 1000001 | 10001001 | 0 | 1000100 | 100001 | 10100 | 101001001 | 111001 | 110101 |
Color Harmonies of #CB4189
Complementary color
Monochromatic Colors of #CB4189
Black with #CB4189
Text Example
Text Example
White with #CB4189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4189; }
p { color: rgb(203,65,137); }
H1.HeaderClassName
{
color: #CB4189;
}
.AnyTagClassName
{
color: #CB4189;
}
</style>
background-color css
<style>
a { background-color: #CB4189; }
a { background-color: rgb(203,65,137); }
div.DivClassName
{
background-color: #CB4189;
}
.BgClassName
{
background-color: #CB4189;
}
</style>
border-color css
<style>
span { border-color: #CB4189; }
span { border-color: rgb(203,65,137); }
td.TdClassName
{
border-color: #CB4189;
}
.TagClassName
{
border-color: #CB4189;
}
</style>