Shades of Mulberry #C44D95
Tints of Mulberry #C44D95
RGB
CMYK
RGB Variations
Color information
#C44D95 (or 0xC44D95) is known color: Mulberry. HEX triplet: C4, 4D and 95. RGB value is (196,77,149). Sum of RGB (Red+Green+Blue) = 196+77+149=422 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.45% from 422); Green value is 77 (30.47% from 255 or 18.25% from 422); Blue value is 149 (58.59% from 255 or 35.31% from 422); Max value from RGB is 196 - color contains mainly: red. Hex color #C44D95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C44D95 is #3BB26A. Grayscale: #787878. Windows color (decimal): -3912299 or 9784772. OLE color: 9784772.
HSL color Cylindrical-coordinate representation of color #C44D95: hue angle of 323.7º 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 #C44D95 is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 77 | 149 | - |
| CMYK | 0 | 0.61 | 0.24 | 0.23 |
| HSL | 323.7º | 0.5% | 0.54% | - |
| HSV(B) | 323.7º | 0.61% | 0.77% | - |
| XYZ | 30.84 | 19.21 | 30.52 | - |
| YUV | 120.79 | 143.92 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 77 | 149 | 0 | 0.61 | 0.24 | 0.23 | 323.7 | 0.5 | 0.54 |
| Hex | C4 | 4D | 95 | 0 | 3D | 18 | 17 | 144 | 32 | 36 |
| Octal | 304 | 115 | 225 | 0 | 75 | 30 | 27 | 504 | 62 | 66 |
| Binary | 11000100 | 1001101 | 10010101 | 0 | 111101 | 11000 | 10111 | 101000100 | 110010 | 110110 |
Color Harmonies of #C44D95
Complementary color
Monochromatic Colors of #C44D95
Black with #C44D95
Text Example
Text Example
White with #C44D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44D95; }
p { color: rgb(196,77,149); }
H1.HeaderClassName
{
color: #C44D95;
}
.AnyTagClassName
{
color: #C44D95;
}
</style>
background-color css
<style>
a { background-color: #C44D95; }
a { background-color: rgb(196,77,149); }
div.DivClassName
{
background-color: #C44D95;
}
.BgClassName
{
background-color: #C44D95;
}
</style>
border-color css
<style>
span { border-color: #C44D95; }
span { border-color: rgb(196,77,149); }
td.TdClassName
{
border-color: #C44D95;
}
.TagClassName
{
border-color: #C44D95;
}
</style>