Shades of Mulberry #C55980
Tints of Mulberry #C55980
RGB
CMYK
RGB Variations
Color information
#C55980 (or 0xC55980) is known color: Mulberry. HEX triplet: C5, 59 and 80. RGB value is (197,89,128). Sum of RGB (Red+Green+Blue) = 197+89+128=414 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.58% from 414); Green value is 89 (35.16% from 255 or 21.50% from 414); Blue value is 128 (50.39% from 255 or 30.92% from 414); Max value from RGB is 197 - color contains mainly: red. Hex color #C55980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55980 is #3AA67F. Grayscale: #7D7D7D. Windows color (decimal): -3843712 or 8411589. OLE color: 8411589.
HSL color Cylindrical-coordinate representation of color #C55980: hue angle of 338.33º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C55980 is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 89 | 128 | - |
| CMYK | 0 | 0.55 | 0.35 | 0.23 |
| HSL | 338.33º | 0.48% | 0.56% | - |
| HSV(B) | 338.33º | 0.55% | 0.77% | - |
| XYZ | 30.49 | 20.57 | 22.79 | - |
| YUV | 125.74 | 129.28 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 89 | 128 | 0 | 0.55 | 0.35 | 0.23 | 338.33 | 0.48 | 0.56 |
| Hex | C5 | 59 | 80 | 0 | 37 | 23 | 17 | 152 | 30 | 38 |
| Octal | 305 | 131 | 200 | 0 | 67 | 43 | 27 | 522 | 60 | 70 |
| Binary | 11000101 | 1011001 | 10000000 | 0 | 110111 | 100011 | 10111 | 101010010 | 110000 | 111000 |
Color Harmonies of #C55980
Complementary color
Monochromatic Colors of #C55980
Black with #C55980
Text Example
Text Example
White with #C55980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55980; }
p { color: rgb(197,89,128); }
H1.HeaderClassName
{
color: #C55980;
}
.AnyTagClassName
{
color: #C55980;
}
</style>
background-color css
<style>
a { background-color: #C55980; }
a { background-color: rgb(197,89,128); }
div.DivClassName
{
background-color: #C55980;
}
.BgClassName
{
background-color: #C55980;
}
</style>
border-color css
<style>
span { border-color: #C55980; }
span { border-color: rgb(197,89,128); }
td.TdClassName
{
border-color: #C55980;
}
.TagClassName
{
border-color: #C55980;
}
</style>