Shades of Mulberry #C9539F
Tints of Mulberry #C9539F
RGB
CMYK
RGB Variations
Color information
#C9539F (or 0xC9539F) is known color: Mulberry. HEX triplet: C9, 53 and 9F. RGB value is (201,83,159). Sum of RGB (Red+Green+Blue) = 201+83+159=443 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.37% from 443); Green value is 83 (32.81% from 255 or 18.74% from 443); Blue value is 159 (62.5% from 255 or 35.89% from 443); Max value from RGB is 201 - color contains mainly: red. Hex color #C9539F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9539F is #36AC60. Grayscale: #7E7E7E. Windows color (decimal): -3583073 or 10441673. OLE color: 10441673.
HSL color Cylindrical-coordinate representation of color #C9539F: hue angle of 321.36º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C9539F is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 83 | 159 | - |
| CMYK | 0 | 0.59 | 0.21 | 0.21 |
| HSL | 321.36º | 0.52% | 0.56% | - |
| HSV(B) | 321.36º | 0.59% | 0.79% | - |
| XYZ | 33.44 | 21.11 | 35.11 | - |
| YUV | 126.95 | 146.09 | 180.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 83 | 159 | 0 | 0.59 | 0.21 | 0.21 | 321.36 | 0.52 | 0.56 |
| Hex | C9 | 53 | 9F | 0 | 3B | 15 | 15 | 141 | 34 | 38 |
| Octal | 311 | 123 | 237 | 0 | 73 | 25 | 25 | 501 | 64 | 70 |
| Binary | 11001001 | 1010011 | 10011111 | 0 | 111011 | 10101 | 10101 | 101000001 | 110100 | 111000 |
Color Harmonies of #C9539F
Complementary color
Monochromatic Colors of #C9539F
Black with #C9539F
Text Example
Text Example
White with #C9539F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9539F; }
p { color: rgb(201,83,159); }
H1.HeaderClassName
{
color: #C9539F;
}
.AnyTagClassName
{
color: #C9539F;
}
</style>
background-color css
<style>
a { background-color: #C9539F; }
a { background-color: rgb(201,83,159); }
div.DivClassName
{
background-color: #C9539F;
}
.BgClassName
{
background-color: #C9539F;
}
</style>
border-color css
<style>
span { border-color: #C9539F; }
span { border-color: rgb(201,83,159); }
td.TdClassName
{
border-color: #C9539F;
}
.TagClassName
{
border-color: #C9539F;
}
</style>