Shades of Mulberry #CB539D
Tints of Mulberry #CB539D
RGB
CMYK
RGB Variations
Color information
#CB539D (or 0xCB539D) is known color: Mulberry. HEX triplet: CB, 53 and 9D. RGB value is (203,83,157). Sum of RGB (Red+Green+Blue) = 203+83+157=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 83 (32.81% from 255 or 18.74% from 443); Blue value is 157 (61.72% from 255 or 35.44% from 443); Max value from RGB is 203 - color contains mainly: red. Hex color #CB539D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB539D is #34AC62. Grayscale: #7F7F7F. Windows color (decimal): -3452003 or 10310603. OLE color: 10310603.
HSL color Cylindrical-coordinate representation of color #CB539D: hue angle of 323º 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 #CB539D is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 83 | 157 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.20 |
| HSL | 323º | 0.54% | 0.56% | - |
| HSV(B) | 323º | 0.59% | 0.8% | - |
| XYZ | 33.81 | 21.32 | 34.23 | - |
| YUV | 127.32 | 144.76 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 83 | 157 | 0 | 0.59 | 0.23 | 0.20 | 323 | 0.54 | 0.56 |
| Hex | CB | 53 | 9D | 0 | 3B | 17 | 14 | 143 | 36 | 38 |
| Octal | 313 | 123 | 235 | 0 | 73 | 27 | 24 | 503 | 66 | 70 |
| Binary | 11001011 | 1010011 | 10011101 | 0 | 111011 | 10111 | 10100 | 101000011 | 110110 | 111000 |
Color Harmonies of #CB539D
Complementary color
Monochromatic Colors of #CB539D
Black with #CB539D
Text Example
Text Example
White with #CB539D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB539D; }
p { color: rgb(203,83,157); }
H1.HeaderClassName
{
color: #CB539D;
}
.AnyTagClassName
{
color: #CB539D;
}
</style>
background-color css
<style>
a { background-color: #CB539D; }
a { background-color: rgb(203,83,157); }
div.DivClassName
{
background-color: #CB539D;
}
.BgClassName
{
background-color: #CB539D;
}
</style>
border-color css
<style>
span { border-color: #CB539D; }
span { border-color: rgb(203,83,157); }
td.TdClassName
{
border-color: #CB539D;
}
.TagClassName
{
border-color: #CB539D;
}
</style>