Shades of Mulberry #C44E98
Tints of Mulberry #C44E98
RGB
CMYK
RGB Variations
Color information
#C44E98 (or 0xC44E98) is known color: Mulberry. HEX triplet: C4, 4E and 98. RGB value is (196,78,152). Sum of RGB (Red+Green+Blue) = 196+78+152=426 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.01% from 426); Green value is 78 (30.86% from 255 or 18.31% from 426); Blue value is 152 (59.77% from 255 or 35.68% from 426); Max value from RGB is 196 - color contains mainly: red. Hex color #C44E98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C44E98 is #3BB167. Grayscale: #797979. Windows color (decimal): -3912040 or 9981636. OLE color: 9981636.
HSL color Cylindrical-coordinate representation of color #C44E98: hue angle of 322.37º 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 #C44E98 is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 78 | 152 | - |
| CMYK | 0 | 0.60 | 0.22 | 0.23 |
| HSL | 322.37º | 0.5% | 0.54% | - |
| HSV(B) | 322.37º | 0.6% | 0.77% | - |
| XYZ | 31.16 | 19.45 | 31.82 | - |
| YUV | 121.72 | 145.09 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 78 | 152 | 0 | 0.60 | 0.22 | 0.23 | 322.37 | 0.5 | 0.54 |
| Hex | C4 | 4E | 98 | 0 | 3C | 16 | 17 | 142 | 32 | 36 |
| Octal | 304 | 116 | 230 | 0 | 74 | 26 | 27 | 502 | 62 | 66 |
| Binary | 11000100 | 1001110 | 10011000 | 0 | 111100 | 10110 | 10111 | 101000010 | 110010 | 110110 |
Color Harmonies of #C44E98
Complementary color
Monochromatic Colors of #C44E98
Black with #C44E98
Text Example
Text Example
White with #C44E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44E98; }
p { color: rgb(196,78,152); }
H1.HeaderClassName
{
color: #C44E98;
}
.AnyTagClassName
{
color: #C44E98;
}
</style>
background-color css
<style>
a { background-color: #C44E98; }
a { background-color: rgb(196,78,152); }
div.DivClassName
{
background-color: #C44E98;
}
.BgClassName
{
background-color: #C44E98;
}
</style>
border-color css
<style>
span { border-color: #C44E98; }
span { border-color: rgb(196,78,152); }
td.TdClassName
{
border-color: #C44E98;
}
.TagClassName
{
border-color: #C44E98;
}
</style>