Shades of Mulberry #C94797
Tints of Mulberry #C94797
RGB
CMYK
RGB Variations
Color information
#C94797 (or 0xC94797) is known color: Mulberry. HEX triplet: C9, 47 and 97. RGB value is (201,71,151). Sum of RGB (Red+Green+Blue) = 201+71+151=423 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.52% from 423); Green value is 71 (28.12% from 255 or 16.78% from 423); Blue value is 151 (59.38% from 255 or 35.70% from 423); Max value from RGB is 201 - color contains mainly: red. Hex color #C94797 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94797 is #36B868. Grayscale: #767676. Windows color (decimal): -3586153 or 9914313. OLE color: 9914313.
HSL color Cylindrical-coordinate representation of color #C94797: hue angle of 323.08º 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 #C94797 is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 71 | 151 | - |
| CMYK | 0 | 0.65 | 0.25 | 0.21 |
| HSL | 323.08º | 0.55% | 0.53% | - |
| HSV(B) | 323.08º | 0.65% | 0.79% | - |
| XYZ | 31.93 | 19.16 | 31.29 | - |
| YUV | 118.99 | 146.07 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 71 | 151 | 0 | 0.65 | 0.25 | 0.21 | 323.08 | 0.55 | 0.53 |
| Hex | C9 | 47 | 97 | 0 | 41 | 19 | 15 | 143 | 37 | 35 |
| Octal | 311 | 107 | 227 | 0 | 101 | 31 | 25 | 503 | 67 | 65 |
| Binary | 11001001 | 1000111 | 10010111 | 0 | 1000001 | 11001 | 10101 | 101000011 | 110111 | 110101 |
Color Harmonies of #C94797
Complementary color
Monochromatic Colors of #C94797
Black with #C94797
Text Example
Text Example
White with #C94797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94797; }
p { color: rgb(201,71,151); }
H1.HeaderClassName
{
color: #C94797;
}
.AnyTagClassName
{
color: #C94797;
}
</style>
background-color css
<style>
a { background-color: #C94797; }
a { background-color: rgb(201,71,151); }
div.DivClassName
{
background-color: #C94797;
}
.BgClassName
{
background-color: #C94797;
}
</style>
border-color css
<style>
span { border-color: #C94797; }
span { border-color: rgb(201,71,151); }
td.TdClassName
{
border-color: #C94797;
}
.TagClassName
{
border-color: #C94797;
}
</style>