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