Shades of Mulberry #C44D9E
Tints of Mulberry #C44D9E
RGB
CMYK
RGB Variations
Color information
#C44D9E (or 0xC44D9E) is known color: Mulberry. HEX triplet: C4, 4D and 9E. RGB value is (196,77,158). Sum of RGB (Red+Green+Blue) = 196+77+158=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 77 (30.47% from 255 or 17.87% from 431); Blue value is 158 (62.11% from 255 or 36.66% from 431); Max value from RGB is 196 - color contains mainly: red. Hex color #C44D9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C44D9E is #3BB261. Grayscale: #797979. Windows color (decimal): -3912290 or 10374596. OLE color: 10374596.
HSL color Cylindrical-coordinate representation of color #C44D9E: hue angle of 319.16º 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 #C44D9E is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 77 | 158 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.23 |
| HSL | 319.16º | 0.5% | 0.54% | - |
| HSV(B) | 319.16º | 0.61% | 0.77% | - |
| XYZ | 31.59 | 19.51 | 34.45 | - |
| YUV | 121.82 | 148.42 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 77 | 158 | 0 | 0.61 | 0.19 | 0.23 | 319.16 | 0.5 | 0.54 |
| Hex | C4 | 4D | 9E | 0 | 3D | 13 | 17 | 13F | 32 | 36 |
| Octal | 304 | 115 | 236 | 0 | 75 | 23 | 27 | 477 | 62 | 66 |
| Binary | 11000100 | 1001101 | 10011110 | 0 | 111101 | 10011 | 10111 | 100111111 | 110010 | 110110 |
Color Harmonies of #C44D9E
Complementary color
Monochromatic Colors of #C44D9E
Black with #C44D9E
Text Example
Text Example
White with #C44D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44D9E; }
p { color: rgb(196,77,158); }
H1.HeaderClassName
{
color: #C44D9E;
}
.AnyTagClassName
{
color: #C44D9E;
}
</style>
background-color css
<style>
a { background-color: #C44D9E; }
a { background-color: rgb(196,77,158); }
div.DivClassName
{
background-color: #C44D9E;
}
.BgClassName
{
background-color: #C44D9E;
}
</style>
border-color css
<style>
span { border-color: #C44D9E; }
span { border-color: rgb(196,77,158); }
td.TdClassName
{
border-color: #C44D9E;
}
.TagClassName
{
border-color: #C44D9E;
}
</style>