Shades of Mulberry #CB4599
Tints of Mulberry #CB4599
RGB
CMYK
RGB Variations
Color information
#CB4599 (or 0xCB4599) is known color: Mulberry. HEX triplet: CB, 45 and 99. RGB value is (203,69,153). Sum of RGB (Red+Green+Blue) = 203+69+153=425 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.76% from 425); Green value is 69 (27.34% from 255 or 16.24% from 425); Blue value is 153 (60.16% from 255 or 36% from 425); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4599 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4599 is #34BA66. Grayscale: #767676. Windows color (decimal): -3455591 or 10044875. OLE color: 10044875.
HSL color Cylindrical-coordinate representation of color #CB4599: hue angle of 322.39º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB4599 is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 69 | 153 | - |
| CMYK | 0 | 0.66 | 0.25 | 0.20 |
| HSL | 322.39º | 0.56% | 0.53% | - |
| HSV(B) | 322.39º | 0.66% | 0.8% | - |
| XYZ | 32.51 | 19.25 | 32.14 | - |
| YUV | 118.64 | 147.39 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 69 | 153 | 0 | 0.66 | 0.25 | 0.20 | 322.39 | 0.56 | 0.53 |
| Hex | CB | 45 | 99 | 0 | 42 | 19 | 14 | 142 | 38 | 35 |
| Octal | 313 | 105 | 231 | 0 | 102 | 31 | 24 | 502 | 70 | 65 |
| Binary | 11001011 | 1000101 | 10011001 | 0 | 1000010 | 11001 | 10100 | 101000010 | 111000 | 110101 |
Color Harmonies of #CB4599
Complementary color
Monochromatic Colors of #CB4599
Black with #CB4599
Text Example
Text Example
White with #CB4599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4599; }
p { color: rgb(203,69,153); }
H1.HeaderClassName
{
color: #CB4599;
}
.AnyTagClassName
{
color: #CB4599;
}
</style>
background-color css
<style>
a { background-color: #CB4599; }
a { background-color: rgb(203,69,153); }
div.DivClassName
{
background-color: #CB4599;
}
.BgClassName
{
background-color: #CB4599;
}
</style>
border-color css
<style>
span { border-color: #CB4599; }
span { border-color: rgb(203,69,153); }
td.TdClassName
{
border-color: #CB4599;
}
.TagClassName
{
border-color: #CB4599;
}
</style>