Shades of Mulberry #CB4187
Tints of Mulberry #CB4187
RGB
CMYK
RGB Variations
Color information
#CB4187 (or 0xCB4187) is known color: Mulberry. HEX triplet: CB, 41 and 87. RGB value is (203,65,135). Sum of RGB (Red+Green+Blue) = 203+65+135=403 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.37% from 403); Green value is 65 (25.78% from 255 or 16.13% from 403); Blue value is 135 (53.12% from 255 or 33.50% from 403); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4187 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4187 is #34BE78. Grayscale: #727272. Windows color (decimal): -3456633 or 8864203. OLE color: 8864203.
HSL color Cylindrical-coordinate representation of color #CB4187: hue angle of 329.57º 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 #CB4187 is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 65 | 135 | - |
| CMYK | 0 | 0.68 | 0.33 | 0.20 |
| HSL | 329.57º | 0.57% | 0.53% | - |
| HSV(B) | 329.57º | 0.68% | 0.8% | - |
| XYZ | 30.89 | 18.23 | 24.81 | - |
| YUV | 114.24 | 139.72 | 191.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 65 | 135 | 0 | 0.68 | 0.33 | 0.20 | 329.57 | 0.57 | 0.53 |
| Hex | CB | 41 | 87 | 0 | 44 | 21 | 14 | 14A | 39 | 35 |
| Octal | 313 | 101 | 207 | 0 | 104 | 41 | 24 | 512 | 71 | 65 |
| Binary | 11001011 | 1000001 | 10000111 | 0 | 1000100 | 100001 | 10100 | 101001010 | 111001 | 110101 |
Color Harmonies of #CB4187
Complementary color
Monochromatic Colors of #CB4187
Black with #CB4187
Text Example
Text Example
White with #CB4187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4187; }
p { color: rgb(203,65,135); }
H1.HeaderClassName
{
color: #CB4187;
}
.AnyTagClassName
{
color: #CB4187;
}
</style>
background-color css
<style>
a { background-color: #CB4187; }
a { background-color: rgb(203,65,135); }
div.DivClassName
{
background-color: #CB4187;
}
.BgClassName
{
background-color: #CB4187;
}
</style>
border-color css
<style>
span { border-color: #CB4187; }
span { border-color: rgb(203,65,135); }
td.TdClassName
{
border-color: #CB4187;
}
.TagClassName
{
border-color: #CB4187;
}
</style>