Shades of Mulberry #CB4388
Tints of Mulberry #CB4388
RGB
CMYK
RGB Variations
Color information
#CB4388 (or 0xCB4388) is known color: Mulberry. HEX triplet: CB, 43 and 88. RGB value is (203,67,136). Sum of RGB (Red+Green+Blue) = 203+67+136=406 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50% from 406); Green value is 67 (26.56% from 255 or 16.50% from 406); Blue value is 136 (53.52% from 255 or 33.50% from 406); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4388 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4388 is #34BC77. Grayscale: #737373. Windows color (decimal): -3456120 or 8930251. OLE color: 8930251.
HSL color Cylindrical-coordinate representation of color #CB4388: hue angle of 329.56º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB4388 is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 67 | 136 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.20 |
| HSL | 329.56º | 0.57% | 0.53% | - |
| HSV(B) | 329.56º | 0.67% | 0.8% | - |
| XYZ | 31.08 | 18.49 | 25.22 | - |
| YUV | 115.53 | 139.56 | 190.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 67 | 136 | 0 | 0.67 | 0.33 | 0.20 | 329.56 | 0.57 | 0.53 |
| Hex | CB | 43 | 88 | 0 | 43 | 21 | 14 | 14A | 39 | 35 |
| Octal | 313 | 103 | 210 | 0 | 103 | 41 | 24 | 512 | 71 | 65 |
| Binary | 11001011 | 1000011 | 10001000 | 0 | 1000011 | 100001 | 10100 | 101001010 | 111001 | 110101 |
Color Harmonies of #CB4388
Complementary color
Monochromatic Colors of #CB4388
Black with #CB4388
Text Example
Text Example
White with #CB4388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4388; }
p { color: rgb(203,67,136); }
H1.HeaderClassName
{
color: #CB4388;
}
.AnyTagClassName
{
color: #CB4388;
}
</style>
background-color css
<style>
a { background-color: #CB4388; }
a { background-color: rgb(203,67,136); }
div.DivClassName
{
background-color: #CB4388;
}
.BgClassName
{
background-color: #CB4388;
}
</style>
border-color css
<style>
span { border-color: #CB4388; }
span { border-color: rgb(203,67,136); }
td.TdClassName
{
border-color: #CB4388;
}
.TagClassName
{
border-color: #CB4388;
}
</style>