Shades of Mulberry #C44E8D
Tints of Mulberry #C44E8D
RGB
CMYK
RGB Variations
Color information
#C44E8D (or 0xC44E8D) is known color: Mulberry. HEX triplet: C4, 4E and 8D. RGB value is (196,78,141). Sum of RGB (Red+Green+Blue) = 196+78+141=415 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.23% from 415); Green value is 78 (30.86% from 255 or 18.80% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 196 - color contains mainly: red. Hex color #C44E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C44E8D is #3BB172. Grayscale: #787878. Windows color (decimal): -3912051 or 9260740. OLE color: 9260740.
HSL color Cylindrical-coordinate representation of color #C44E8D: hue angle of 327.97º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C44E8D is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 78 | 141 | - |
| CMYK | 0 | 0.60 | 0.28 | 0.23 |
| HSL | 327.97º | 0.5% | 0.54% | - |
| HSV(B) | 327.97º | 0.6% | 0.77% | - |
| XYZ | 30.3 | 19.11 | 27.29 | - |
| YUV | 120.46 | 139.59 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 78 | 141 | 0 | 0.60 | 0.28 | 0.23 | 327.97 | 0.5 | 0.54 |
| Hex | C4 | 4E | 8D | 0 | 3C | 1C | 17 | 148 | 32 | 36 |
| Octal | 304 | 116 | 215 | 0 | 74 | 34 | 27 | 510 | 62 | 66 |
| Binary | 11000100 | 1001110 | 10001101 | 0 | 111100 | 11100 | 10111 | 101001000 | 110010 | 110110 |
Color Harmonies of #C44E8D
Complementary color
Monochromatic Colors of #C44E8D
Black with #C44E8D
Text Example
Text Example
White with #C44E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44E8D; }
p { color: rgb(196,78,141); }
H1.HeaderClassName
{
color: #C44E8D;
}
.AnyTagClassName
{
color: #C44E8D;
}
</style>
background-color css
<style>
a { background-color: #C44E8D; }
a { background-color: rgb(196,78,141); }
div.DivClassName
{
background-color: #C44E8D;
}
.BgClassName
{
background-color: #C44E8D;
}
</style>
border-color css
<style>
span { border-color: #C44E8D; }
span { border-color: rgb(196,78,141); }
td.TdClassName
{
border-color: #C44E8D;
}
.TagClassName
{
border-color: #C44E8D;
}
</style>