Shades of Mulberry #C44D80
Tints of Mulberry #C44D80
RGB
CMYK
RGB Variations
Color information
#C44D80 (or 0xC44D80) is known color: Mulberry. HEX triplet: C4, 4D and 80. RGB value is (196,77,128). Sum of RGB (Red+Green+Blue) = 196+77+128=401 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.88% from 401); Green value is 77 (30.47% from 255 or 19.20% from 401); Blue value is 128 (50.39% from 255 or 31.92% from 401); Max value from RGB is 196 - color contains mainly: red. Hex color #C44D80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C44D80 is #3BB27F. Grayscale: #767676. Windows color (decimal): -3912320 or 8408516. OLE color: 8408516.
HSL color Cylindrical-coordinate representation of color #C44D80: hue angle of 334.29º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C44D80 is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 77 | 128 | - |
| CMYK | 0 | 0.61 | 0.35 | 0.23 |
| HSL | 334.29º | 0.5% | 0.54% | - |
| HSV(B) | 334.29º | 0.61% | 0.77% | - |
| XYZ | 29.32 | 18.6 | 22.47 | - |
| YUV | 118.4 | 133.42 | 183.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 77 | 128 | 0 | 0.61 | 0.35 | 0.23 | 334.29 | 0.5 | 0.54 |
| Hex | C4 | 4D | 80 | 0 | 3D | 23 | 17 | 14E | 32 | 36 |
| Octal | 304 | 115 | 200 | 0 | 75 | 43 | 27 | 516 | 62 | 66 |
| Binary | 11000100 | 1001101 | 10000000 | 0 | 111101 | 100011 | 10111 | 101001110 | 110010 | 110110 |
Color Harmonies of #C44D80
Complementary color
Monochromatic Colors of #C44D80
Black with #C44D80
Text Example
Text Example
White with #C44D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44D80; }
p { color: rgb(196,77,128); }
H1.HeaderClassName
{
color: #C44D80;
}
.AnyTagClassName
{
color: #C44D80;
}
</style>
background-color css
<style>
a { background-color: #C44D80; }
a { background-color: rgb(196,77,128); }
div.DivClassName
{
background-color: #C44D80;
}
.BgClassName
{
background-color: #C44D80;
}
</style>
border-color css
<style>
span { border-color: #C44D80; }
span { border-color: rgb(196,77,128); }
td.TdClassName
{
border-color: #C44D80;
}
.TagClassName
{
border-color: #C44D80;
}
</style>