Shades of Mulberry #C44D87
Tints of Mulberry #C44D87
RGB
CMYK
RGB Variations
Color information
#C44D87 (or 0xC44D87) is known color: Mulberry. HEX triplet: C4, 4D and 87. RGB value is (196,77,135). Sum of RGB (Red+Green+Blue) = 196+77+135=408 (54% of max value = 765). Red value is 196 (76.95% from 255 or 48.04% from 408); Green value is 77 (30.47% from 255 or 18.87% from 408); Blue value is 135 (53.12% from 255 or 33.09% from 408); Max value from RGB is 196 - color contains mainly: red. Hex color #C44D87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C44D87 is #3BB278. Grayscale: #777777. Windows color (decimal): -3912313 or 8867268. OLE color: 8867268.
HSL color Cylindrical-coordinate representation of color #C44D87: hue angle of 330.76º 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 #C44D87 is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 77 | 135 | - |
| CMYK | 0 | 0.61 | 0.31 | 0.23 |
| HSL | 330.76º | 0.5% | 0.54% | - |
| HSV(B) | 330.76º | 0.61% | 0.77% | - |
| XYZ | 29.79 | 18.79 | 24.98 | - |
| YUV | 119.19 | 136.92 | 182.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 77 | 135 | 0 | 0.61 | 0.31 | 0.23 | 330.76 | 0.5 | 0.54 |
| Hex | C4 | 4D | 87 | 0 | 3D | 1F | 17 | 14B | 32 | 36 |
| Octal | 304 | 115 | 207 | 0 | 75 | 37 | 27 | 513 | 62 | 66 |
| Binary | 11000100 | 1001101 | 10000111 | 0 | 111101 | 11111 | 10111 | 101001011 | 110010 | 110110 |
Color Harmonies of #C44D87
Complementary color
Monochromatic Colors of #C44D87
Black with #C44D87
Text Example
Text Example
White with #C44D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44D87; }
p { color: rgb(196,77,135); }
H1.HeaderClassName
{
color: #C44D87;
}
.AnyTagClassName
{
color: #C44D87;
}
</style>
background-color css
<style>
a { background-color: #C44D87; }
a { background-color: rgb(196,77,135); }
div.DivClassName
{
background-color: #C44D87;
}
.BgClassName
{
background-color: #C44D87;
}
</style>
border-color css
<style>
span { border-color: #C44D87; }
span { border-color: rgb(196,77,135); }
td.TdClassName
{
border-color: #C44D87;
}
.TagClassName
{
border-color: #C44D87;
}
</style>