Shades of Mulberry #C94780
Tints of Mulberry #C94780
RGB
CMYK
RGB Variations
Color information
#C94780 (or 0xC94780) is known color: Mulberry. HEX triplet: C9, 47 and 80. RGB value is (201,71,128). Sum of RGB (Red+Green+Blue) = 201+71+128=400 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.25% from 400); Green value is 71 (28.12% from 255 or 17.75% from 400); Blue value is 128 (50.39% from 255 or 32% from 400); Max value from RGB is 201 - color contains mainly: red. Hex color #C94780 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94780 is #36B87F. Grayscale: #747474. Windows color (decimal): -3586176 or 8406985. OLE color: 8406985.
HSL color Cylindrical-coordinate representation of color #C94780: hue angle of 333.69º 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 #C94780 is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 71 | 128 | - |
| CMYK | 0 | 0.65 | 0.36 | 0.21 |
| HSL | 333.69º | 0.55% | 0.53% | - |
| HSV(B) | 333.69º | 0.65% | 0.79% | - |
| XYZ | 30.24 | 18.48 | 22.4 | - |
| YUV | 116.37 | 134.57 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 71 | 128 | 0 | 0.65 | 0.36 | 0.21 | 333.69 | 0.55 | 0.53 |
| Hex | C9 | 47 | 80 | 0 | 41 | 24 | 15 | 14E | 37 | 35 |
| Octal | 311 | 107 | 200 | 0 | 101 | 44 | 25 | 516 | 67 | 65 |
| Binary | 11001001 | 1000111 | 10000000 | 0 | 1000001 | 100100 | 10101 | 101001110 | 110111 | 110101 |
Color Harmonies of #C94780
Complementary color
Monochromatic Colors of #C94780
Black with #C94780
Text Example
Text Example
White with #C94780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94780; }
p { color: rgb(201,71,128); }
H1.HeaderClassName
{
color: #C94780;
}
.AnyTagClassName
{
color: #C94780;
}
</style>
background-color css
<style>
a { background-color: #C94780; }
a { background-color: rgb(201,71,128); }
div.DivClassName
{
background-color: #C94780;
}
.BgClassName
{
background-color: #C94780;
}
</style>
border-color css
<style>
span { border-color: #C94780; }
span { border-color: rgb(201,71,128); }
td.TdClassName
{
border-color: #C94780;
}
.TagClassName
{
border-color: #C94780;
}
</style>