Shades of Mulberry #C45980
Tints of Mulberry #C45980
RGB
CMYK
RGB Variations
Color information
#C45980 (or 0xC45980) is known color: Mulberry. HEX triplet: C4, 59 and 80. RGB value is (196,89,128). Sum of RGB (Red+Green+Blue) = 196+89+128=413 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.46% from 413); Green value is 89 (35.16% from 255 or 21.55% from 413); Blue value is 128 (50.39% from 255 or 30.99% from 413); Max value from RGB is 196 - color contains mainly: red. Hex color #C45980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45980 is #3BA67F. Grayscale: #7D7D7D. Windows color (decimal): -3909248 or 8411588. OLE color: 8411588.
HSL color Cylindrical-coordinate representation of color #C45980: hue angle of 338.13º 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 #C45980 is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 89 | 128 | - |
| CMYK | 0 | 0.55 | 0.35 | 0.23 |
| HSL | 338.13º | 0.48% | 0.56% | - |
| HSV(B) | 338.13º | 0.55% | 0.77% | - |
| XYZ | 30.23 | 20.44 | 22.77 | - |
| YUV | 125.44 | 129.45 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 89 | 128 | 0 | 0.55 | 0.35 | 0.23 | 338.13 | 0.48 | 0.56 |
| Hex | C4 | 59 | 80 | 0 | 37 | 23 | 17 | 152 | 30 | 38 |
| Octal | 304 | 131 | 200 | 0 | 67 | 43 | 27 | 522 | 60 | 70 |
| Binary | 11000100 | 1011001 | 10000000 | 0 | 110111 | 100011 | 10111 | 101010010 | 110000 | 111000 |
Color Harmonies of #C45980
Complementary color
Monochromatic Colors of #C45980
Black with #C45980
Text Example
Text Example
White with #C45980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45980; }
p { color: rgb(196,89,128); }
H1.HeaderClassName
{
color: #C45980;
}
.AnyTagClassName
{
color: #C45980;
}
</style>
background-color css
<style>
a { background-color: #C45980; }
a { background-color: rgb(196,89,128); }
div.DivClassName
{
background-color: #C45980;
}
.BgClassName
{
background-color: #C45980;
}
</style>
border-color css
<style>
span { border-color: #C45980; }
span { border-color: rgb(196,89,128); }
td.TdClassName
{
border-color: #C45980;
}
.TagClassName
{
border-color: #C45980;
}
</style>