Shades of Mulberry #CB5299
Tints of Mulberry #CB5299
RGB
CMYK
RGB Variations
Color information
#CB5299 (or 0xCB5299) is known color: Mulberry. HEX triplet: CB, 52 and 99. RGB value is (203,82,153). Sum of RGB (Red+Green+Blue) = 203+82+153=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 82 (32.42% from 255 or 18.72% from 438); Blue value is 153 (60.16% from 255 or 34.93% from 438); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5299 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5299 is #34AD66. Grayscale: #7E7E7E. Windows color (decimal): -3452263 or 10048203. OLE color: 10048203.
HSL color Cylindrical-coordinate representation of color #CB5299: hue angle of 324.79º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB5299 is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 82 | 153 | - |
| CMYK | 0 | 0.60 | 0.25 | 0.20 |
| HSL | 324.79º | 0.54% | 0.56% | - |
| HSV(B) | 324.79º | 0.6% | 0.8% | - |
| XYZ | 33.4 | 21.03 | 32.44 | - |
| YUV | 126.27 | 143.09 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 82 | 153 | 0 | 0.60 | 0.25 | 0.20 | 324.79 | 0.54 | 0.56 |
| Hex | CB | 52 | 99 | 0 | 3C | 19 | 14 | 145 | 36 | 38 |
| Octal | 313 | 122 | 231 | 0 | 74 | 31 | 24 | 505 | 66 | 70 |
| Binary | 11001011 | 1010010 | 10011001 | 0 | 111100 | 11001 | 10100 | 101000101 | 110110 | 111000 |
Color Harmonies of #CB5299
Complementary color
Monochromatic Colors of #CB5299
Black with #CB5299
Text Example
Text Example
White with #CB5299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5299; }
p { color: rgb(203,82,153); }
H1.HeaderClassName
{
color: #CB5299;
}
.AnyTagClassName
{
color: #CB5299;
}
</style>
background-color css
<style>
a { background-color: #CB5299; }
a { background-color: rgb(203,82,153); }
div.DivClassName
{
background-color: #CB5299;
}
.BgClassName
{
background-color: #CB5299;
}
</style>
border-color css
<style>
span { border-color: #CB5299; }
span { border-color: rgb(203,82,153); }
td.TdClassName
{
border-color: #CB5299;
}
.TagClassName
{
border-color: #CB5299;
}
</style>