Shades of Mulberry #C95994
Tints of Mulberry #C95994
RGB
CMYK
RGB Variations
Color information
#C95994 (or 0xC95994) is known color: Mulberry. HEX triplet: C9, 59 and 94. RGB value is (201,89,148). Sum of RGB (Red+Green+Blue) = 201+89+148=438 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.89% from 438); Green value is 89 (35.16% from 255 or 20.32% from 438); Blue value is 148 (58.20% from 255 or 33.79% from 438); Max value from RGB is 201 - color contains mainly: red. Hex color #C95994 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95994 is #36A66B. Grayscale: #818181. Windows color (decimal): -3581548 or 9722313. OLE color: 9722313.
HSL color Cylindrical-coordinate representation of color #C95994: hue angle of 328.39º 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 #C95994 is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 89 | 148 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.21 |
| HSL | 328.39º | 0.51% | 0.57% | - |
| HSV(B) | 328.39º | 0.56% | 0.79% | - |
| XYZ | 33.01 | 21.7 | 30.47 | - |
| YUV | 129.21 | 138.61 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 89 | 148 | 0 | 0.56 | 0.26 | 0.21 | 328.39 | 0.51 | 0.57 |
| Hex | C9 | 59 | 94 | 0 | 38 | 1A | 15 | 148 | 33 | 39 |
| Octal | 311 | 131 | 224 | 0 | 70 | 32 | 25 | 510 | 63 | 71 |
| Binary | 11001001 | 1011001 | 10010100 | 0 | 111000 | 11010 | 10101 | 101001000 | 110011 | 111001 |
Color Harmonies of #C95994
Complementary color
Monochromatic Colors of #C95994
Black with #C95994
Text Example
Text Example
White with #C95994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95994; }
p { color: rgb(201,89,148); }
H1.HeaderClassName
{
color: #C95994;
}
.AnyTagClassName
{
color: #C95994;
}
</style>
background-color css
<style>
a { background-color: #C95994; }
a { background-color: rgb(201,89,148); }
div.DivClassName
{
background-color: #C95994;
}
.BgClassName
{
background-color: #C95994;
}
</style>
border-color css
<style>
span { border-color: #C95994; }
span { border-color: rgb(201,89,148); }
td.TdClassName
{
border-color: #C95994;
}
.TagClassName
{
border-color: #C95994;
}
</style>