Shades of Mulberry #C9559D
Tints of Mulberry #C9559D
RGB
CMYK
RGB Variations
Color information
#C9559D (or 0xC9559D) is known color: Mulberry. HEX triplet: C9, 55 and 9D. RGB value is (201,85,157). Sum of RGB (Red+Green+Blue) = 201+85+157=443 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.37% from 443); Green value is 85 (33.59% from 255 or 19.19% from 443); Blue value is 157 (61.72% from 255 or 35.44% from 443); Max value from RGB is 201 - color contains mainly: red. Hex color #C9559D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9559D is #36AA62. Grayscale: #7F7F7F. Windows color (decimal): -3582563 or 10311113. OLE color: 10311113.
HSL color Cylindrical-coordinate representation of color #C9559D: hue angle of 322.76º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C9559D is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 85 | 157 | - |
| CMYK | 0 | 0.58 | 0.22 | 0.21 |
| HSL | 322.76º | 0.52% | 0.56% | - |
| HSV(B) | 322.76º | 0.58% | 0.79% | - |
| XYZ | 33.42 | 21.35 | 34.26 | - |
| YUV | 127.89 | 144.43 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 85 | 157 | 0 | 0.58 | 0.22 | 0.21 | 322.76 | 0.52 | 0.56 |
| Hex | C9 | 55 | 9D | 0 | 3A | 16 | 15 | 143 | 34 | 38 |
| Octal | 311 | 125 | 235 | 0 | 72 | 26 | 25 | 503 | 64 | 70 |
| Binary | 11001001 | 1010101 | 10011101 | 0 | 111010 | 10110 | 10101 | 101000011 | 110100 | 111000 |
Color Harmonies of #C9559D
Complementary color
Monochromatic Colors of #C9559D
Black with #C9559D
Text Example
Text Example
White with #C9559D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9559D; }
p { color: rgb(201,85,157); }
H1.HeaderClassName
{
color: #C9559D;
}
.AnyTagClassName
{
color: #C9559D;
}
</style>
background-color css
<style>
a { background-color: #C9559D; }
a { background-color: rgb(201,85,157); }
div.DivClassName
{
background-color: #C9559D;
}
.BgClassName
{
background-color: #C9559D;
}
</style>
border-color css
<style>
span { border-color: #C9559D; }
span { border-color: rgb(201,85,157); }
td.TdClassName
{
border-color: #C9559D;
}
.TagClassName
{
border-color: #C9559D;
}
</style>