Shades of Mulberry #C95984
Tints of Mulberry #C95984
RGB
CMYK
RGB Variations
Color information
#C95984 (or 0xC95984) is known color: Mulberry. HEX triplet: C9, 59 and 84. RGB value is (201,89,132). Sum of RGB (Red+Green+Blue) = 201+89+132=422 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.63% from 422); Green value is 89 (35.16% from 255 or 21.09% from 422); Blue value is 132 (51.95% from 255 or 31.28% from 422); Max value from RGB is 201 - color contains mainly: red. Hex color #C95984 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95984 is #36A67B. Grayscale: #7F7F7F. Windows color (decimal): -3581564 or 8673737. OLE color: 8673737.
HSL color Cylindrical-coordinate representation of color #C95984: hue angle of 336.96º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C95984 is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 89 | 132 | - |
| CMYK | 0 | 0.56 | 0.34 | 0.21 |
| HSL | 336.96º | 0.51% | 0.57% | - |
| HSV(B) | 336.96º | 0.56% | 0.79% | - |
| XYZ | 31.82 | 21.23 | 24.25 | - |
| YUV | 127.39 | 130.61 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 89 | 132 | 0 | 0.56 | 0.34 | 0.21 | 336.96 | 0.51 | 0.57 |
| Hex | C9 | 59 | 84 | 0 | 38 | 22 | 15 | 151 | 33 | 39 |
| Octal | 311 | 131 | 204 | 0 | 70 | 42 | 25 | 521 | 63 | 71 |
| Binary | 11001001 | 1011001 | 10000100 | 0 | 111000 | 100010 | 10101 | 101010001 | 110011 | 111001 |
Color Harmonies of #C95984
Complementary color
Monochromatic Colors of #C95984
Black with #C95984
Text Example
Text Example
White with #C95984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95984; }
p { color: rgb(201,89,132); }
H1.HeaderClassName
{
color: #C95984;
}
.AnyTagClassName
{
color: #C95984;
}
</style>
background-color css
<style>
a { background-color: #C95984; }
a { background-color: rgb(201,89,132); }
div.DivClassName
{
background-color: #C95984;
}
.BgClassName
{
background-color: #C95984;
}
</style>
border-color css
<style>
span { border-color: #C95984; }
span { border-color: rgb(201,89,132); }
td.TdClassName
{
border-color: #C95984;
}
.TagClassName
{
border-color: #C95984;
}
</style>