Shades of Mulberry #C44C96
Tints of Mulberry #C44C96
RGB
CMYK
RGB Variations
Color information
#C44C96 (or 0xC44C96) is known color: Mulberry. HEX triplet: C4, 4C and 96. RGB value is (196,76,150). Sum of RGB (Red+Green+Blue) = 196+76+150=422 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.45% from 422); Green value is 76 (30.08% from 255 or 18.01% from 422); Blue value is 150 (58.98% from 255 or 35.55% from 422); Max value from RGB is 196 - color contains mainly: red. Hex color #C44C96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44C96 is #3BB369. Grayscale: #787878. Windows color (decimal): -3912554 or 9850052. OLE color: 9850052.
HSL color Cylindrical-coordinate representation of color #C44C96: hue angle of 323º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C44C96 is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 76 | 150 | - |
| CMYK | 0 | 0.61 | 0.23 | 0.23 |
| HSL | 323º | 0.5% | 0.53% | - |
| HSV(B) | 323º | 0.61% | 0.77% | - |
| XYZ | 30.85 | 19.11 | 30.92 | - |
| YUV | 120.32 | 144.76 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 76 | 150 | 0 | 0.61 | 0.23 | 0.23 | 323 | 0.5 | 0.53 |
| Hex | C4 | 4C | 96 | 0 | 3D | 17 | 17 | 143 | 32 | 35 |
| Octal | 304 | 114 | 226 | 0 | 75 | 27 | 27 | 503 | 62 | 65 |
| Binary | 11000100 | 1001100 | 10010110 | 0 | 111101 | 10111 | 10111 | 101000011 | 110010 | 110101 |
Color Harmonies of #C44C96
Complementary color
Monochromatic Colors of #C44C96
Black with #C44C96
Text Example
Text Example
White with #C44C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44C96; }
p { color: rgb(196,76,150); }
H1.HeaderClassName
{
color: #C44C96;
}
.AnyTagClassName
{
color: #C44C96;
}
</style>
background-color css
<style>
a { background-color: #C44C96; }
a { background-color: rgb(196,76,150); }
div.DivClassName
{
background-color: #C44C96;
}
.BgClassName
{
background-color: #C44C96;
}
</style>
border-color css
<style>
span { border-color: #C44C96; }
span { border-color: rgb(196,76,150); }
td.TdClassName
{
border-color: #C44C96;
}
.TagClassName
{
border-color: #C44C96;
}
</style>