Shades of Mulberry #C44D9D
Tints of Mulberry #C44D9D
RGB
CMYK
RGB Variations
Color information
#C44D9D (or 0xC44D9D) is known color: Mulberry. HEX triplet: C4, 4D and 9D. RGB value is (196,77,157). Sum of RGB (Red+Green+Blue) = 196+77+157=430 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.58% from 430); Green value is 77 (30.47% from 255 or 17.91% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 196 - color contains mainly: red. Hex color #C44D9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C44D9D is #3BB262. Grayscale: #797979. Windows color (decimal): -3912291 or 10309060. OLE color: 10309060.
HSL color Cylindrical-coordinate representation of color #C44D9D: hue angle of 319.66º 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 #C44D9D is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 77 | 157 | - |
| CMYK | 0 | 0.61 | 0.20 | 0.23 |
| HSL | 319.66º | 0.5% | 0.54% | - |
| HSV(B) | 319.66º | 0.61% | 0.77% | - |
| XYZ | 31.5 | 19.48 | 34 | - |
| YUV | 121.7 | 147.92 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 77 | 157 | 0 | 0.61 | 0.20 | 0.23 | 319.66 | 0.5 | 0.54 |
| Hex | C4 | 4D | 9D | 0 | 3D | 14 | 17 | 140 | 32 | 36 |
| Octal | 304 | 115 | 235 | 0 | 75 | 24 | 27 | 500 | 62 | 66 |
| Binary | 11000100 | 1001101 | 10011101 | 0 | 111101 | 10100 | 10111 | 101000000 | 110010 | 110110 |
Color Harmonies of #C44D9D
Complementary color
Monochromatic Colors of #C44D9D
Black with #C44D9D
Text Example
Text Example
White with #C44D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44D9D; }
p { color: rgb(196,77,157); }
H1.HeaderClassName
{
color: #C44D9D;
}
.AnyTagClassName
{
color: #C44D9D;
}
</style>
background-color css
<style>
a { background-color: #C44D9D; }
a { background-color: rgb(196,77,157); }
div.DivClassName
{
background-color: #C44D9D;
}
.BgClassName
{
background-color: #C44D9D;
}
</style>
border-color css
<style>
span { border-color: #C44D9D; }
span { border-color: rgb(196,77,157); }
td.TdClassName
{
border-color: #C44D9D;
}
.TagClassName
{
border-color: #C44D9D;
}
</style>