Shades of Mulberry #CB539F
Tints of Mulberry #CB539F
RGB
CMYK
RGB Variations
Color information
#CB539F (or 0xCB539F) is known color: Mulberry. HEX triplet: CB, 53 and 9F. RGB value is (203,83,159). Sum of RGB (Red+Green+Blue) = 203+83+159=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 83 (32.81% from 255 or 18.65% from 445); Blue value is 159 (62.5% from 255 or 35.73% from 445); Max value from RGB is 203 - color contains mainly: red. Hex color #CB539F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB539F is #34AC60. Grayscale: #7F7F7F. Windows color (decimal): -3452001 or 10441675. OLE color: 10441675.
HSL color Cylindrical-coordinate representation of color #CB539F: hue angle of 322º degrees, saturation: 0.54, 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 #CB539F is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 83 | 159 | - |
| CMYK | 0 | 0.59 | 0.22 | 0.20 |
| HSL | 322º | 0.54% | 0.56% | - |
| HSV(B) | 322º | 0.59% | 0.8% | - |
| XYZ | 33.98 | 21.39 | 35.14 | - |
| YUV | 127.54 | 145.76 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 83 | 159 | 0 | 0.59 | 0.22 | 0.20 | 322 | 0.54 | 0.56 |
| Hex | CB | 53 | 9F | 0 | 3B | 16 | 14 | 142 | 36 | 38 |
| Octal | 313 | 123 | 237 | 0 | 73 | 26 | 24 | 502 | 66 | 70 |
| Binary | 11001011 | 1010011 | 10011111 | 0 | 111011 | 10110 | 10100 | 101000010 | 110110 | 111000 |
Color Harmonies of #CB539F
Complementary color
Monochromatic Colors of #CB539F
Black with #CB539F
Text Example
Text Example
White with #CB539F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB539F; }
p { color: rgb(203,83,159); }
H1.HeaderClassName
{
color: #CB539F;
}
.AnyTagClassName
{
color: #CB539F;
}
</style>
background-color css
<style>
a { background-color: #CB539F; }
a { background-color: rgb(203,83,159); }
div.DivClassName
{
background-color: #CB539F;
}
.BgClassName
{
background-color: #CB539F;
}
</style>
border-color css
<style>
span { border-color: #CB539F; }
span { border-color: rgb(203,83,159); }
td.TdClassName
{
border-color: #CB539F;
}
.TagClassName
{
border-color: #CB539F;
}
</style>