Shades of Mulberry #CB5499
Tints of Mulberry #CB5499
RGB
CMYK
RGB Variations
Color information
#CB5499 (or 0xCB5499) is known color: Mulberry. HEX triplet: CB, 54 and 99. RGB value is (203,84,153). Sum of RGB (Red+Green+Blue) = 203+84+153=440 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.14% from 440); Green value is 84 (33.20% from 255 or 19.09% from 440); Blue value is 153 (60.16% from 255 or 34.77% from 440); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5499 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5499 is #34AB66. Grayscale: #7F7F7F. Windows color (decimal): -3451751 or 10048715. OLE color: 10048715.
HSL color Cylindrical-coordinate representation of color #CB5499: hue angle of 325.21º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CB5499 is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 84 | 153 | - |
| CMYK | 0 | 0.59 | 0.25 | 0.20 |
| HSL | 325.21º | 0.53% | 0.56% | - |
| HSV(B) | 325.21º | 0.59% | 0.8% | - |
| XYZ | 33.55 | 21.34 | 32.49 | - |
| YUV | 127.45 | 142.42 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 84 | 153 | 0 | 0.59 | 0.25 | 0.20 | 325.21 | 0.53 | 0.56 |
| Hex | CB | 54 | 99 | 0 | 3B | 19 | 14 | 145 | 35 | 38 |
| Octal | 313 | 124 | 231 | 0 | 73 | 31 | 24 | 505 | 65 | 70 |
| Binary | 11001011 | 1010100 | 10011001 | 0 | 111011 | 11001 | 10100 | 101000101 | 110101 | 111000 |
Color Harmonies of #CB5499
Complementary color
Monochromatic Colors of #CB5499
Black with #CB5499
Text Example
Text Example
White with #CB5499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5499; }
p { color: rgb(203,84,153); }
H1.HeaderClassName
{
color: #CB5499;
}
.AnyTagClassName
{
color: #CB5499;
}
</style>
background-color css
<style>
a { background-color: #CB5499; }
a { background-color: rgb(203,84,153); }
div.DivClassName
{
background-color: #CB5499;
}
.BgClassName
{
background-color: #CB5499;
}
</style>
border-color css
<style>
span { border-color: #CB5499; }
span { border-color: rgb(203,84,153); }
td.TdClassName
{
border-color: #CB5499;
}
.TagClassName
{
border-color: #CB5499;
}
</style>