Shades of Mulberry #C94799
Tints of Mulberry #C94799
RGB
CMYK
RGB Variations
Color information
#C94799 (or 0xC94799) is known color: Mulberry. HEX triplet: C9, 47 and 99. RGB value is (201,71,153). Sum of RGB (Red+Green+Blue) = 201+71+153=425 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.29% from 425); Green value is 71 (28.12% from 255 or 16.71% from 425); Blue value is 153 (60.16% from 255 or 36% from 425); Max value from RGB is 201 - color contains mainly: red. Hex color #C94799 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94799 is #36B866. Grayscale: #777777. Windows color (decimal): -3586151 or 10045385. OLE color: 10045385.
HSL color Cylindrical-coordinate representation of color #C94799: hue angle of 322.15º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C94799 is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 71 | 153 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.21 |
| HSL | 322.15º | 0.55% | 0.53% | - |
| HSV(B) | 322.15º | 0.65% | 0.79% | - |
| XYZ | 32.09 | 19.22 | 32.16 | - |
| YUV | 119.22 | 147.07 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 71 | 153 | 0 | 0.65 | 0.24 | 0.21 | 322.15 | 0.55 | 0.53 |
| Hex | C9 | 47 | 99 | 0 | 41 | 18 | 15 | 142 | 37 | 35 |
| Octal | 311 | 107 | 231 | 0 | 101 | 30 | 25 | 502 | 67 | 65 |
| Binary | 11001001 | 1000111 | 10011001 | 0 | 1000001 | 11000 | 10101 | 101000010 | 110111 | 110101 |
Color Harmonies of #C94799
Complementary color
Monochromatic Colors of #C94799
Black with #C94799
Text Example
Text Example
White with #C94799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94799; }
p { color: rgb(201,71,153); }
H1.HeaderClassName
{
color: #C94799;
}
.AnyTagClassName
{
color: #C94799;
}
</style>
background-color css
<style>
a { background-color: #C94799; }
a { background-color: rgb(201,71,153); }
div.DivClassName
{
background-color: #C94799;
}
.BgClassName
{
background-color: #C94799;
}
</style>
border-color css
<style>
span { border-color: #C94799; }
span { border-color: rgb(201,71,153); }
td.TdClassName
{
border-color: #C94799;
}
.TagClassName
{
border-color: #C94799;
}
</style>