Shades of Mulberry #C95991
Tints of Mulberry #C95991
RGB
CMYK
RGB Variations
Color information
#C95991 (or 0xC95991) is known color: Mulberry. HEX triplet: C9, 59 and 91. RGB value is (201,89,145). Sum of RGB (Red+Green+Blue) = 201+89+145=435 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.21% from 435); Green value is 89 (35.16% from 255 or 20.46% from 435); Blue value is 145 (57.03% from 255 or 33.33% from 435); Max value from RGB is 201 - color contains mainly: red. Hex color #C95991 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95991 is #36A66E. Grayscale: #808080. Windows color (decimal): -3581551 or 9525705. OLE color: 9525705.
HSL color Cylindrical-coordinate representation of color #C95991: hue angle of 330º 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 #C95991 is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 89 | 145 | - |
| CMYK | 0 | 0.56 | 0.28 | 0.21 |
| HSL | 330º | 0.51% | 0.57% | - |
| HSV(B) | 330º | 0.56% | 0.79% | - |
| XYZ | 32.77 | 21.61 | 29.23 | - |
| YUV | 128.87 | 137.11 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 89 | 145 | 0 | 0.56 | 0.28 | 0.21 | 330 | 0.51 | 0.57 |
| Hex | C9 | 59 | 91 | 0 | 38 | 1C | 15 | 14A | 33 | 39 |
| Octal | 311 | 131 | 221 | 0 | 70 | 34 | 25 | 512 | 63 | 71 |
| Binary | 11001001 | 1011001 | 10010001 | 0 | 111000 | 11100 | 10101 | 101001010 | 110011 | 111001 |
Color Harmonies of #C95991
Complementary color
Monochromatic Colors of #C95991
Black with #C95991
Text Example
Text Example
White with #C95991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95991; }
p { color: rgb(201,89,145); }
H1.HeaderClassName
{
color: #C95991;
}
.AnyTagClassName
{
color: #C95991;
}
</style>
background-color css
<style>
a { background-color: #C95991; }
a { background-color: rgb(201,89,145); }
div.DivClassName
{
background-color: #C95991;
}
.BgClassName
{
background-color: #C95991;
}
</style>
border-color css
<style>
span { border-color: #C95991; }
span { border-color: rgb(201,89,145); }
td.TdClassName
{
border-color: #C95991;
}
.TagClassName
{
border-color: #C95991;
}
</style>