Shades of Mulberry #C4578C
Tints of Mulberry #C4578C
RGB
CMYK
RGB Variations
Color information
#C4578C (or 0xC4578C) is known color: Mulberry. HEX triplet: C4, 57 and 8C. RGB value is (196,87,140). Sum of RGB (Red+Green+Blue) = 196+87+140=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 87 (34.38% from 255 or 20.57% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 196 - color contains mainly: red. Hex color #C4578C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C4578C is #3BA873. Grayscale: #7D7D7D. Windows color (decimal): -3909748 or 9197508. OLE color: 9197508.
HSL color Cylindrical-coordinate representation of color #C4578C: hue angle of 330.83º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C4578C is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 87 | 140 | - |
| CMYK | 0 | 0.56 | 0.29 | 0.23 |
| HSL | 330.83º | 0.48% | 0.55% | - |
| HSV(B) | 330.83º | 0.56% | 0.77% | - |
| XYZ | 30.91 | 20.45 | 27.13 | - |
| YUV | 125.63 | 136.11 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 87 | 140 | 0 | 0.56 | 0.29 | 0.23 | 330.83 | 0.48 | 0.55 |
| Hex | C4 | 57 | 8C | 0 | 38 | 1D | 17 | 14B | 30 | 37 |
| Octal | 304 | 127 | 214 | 0 | 70 | 35 | 27 | 513 | 60 | 67 |
| Binary | 11000100 | 1010111 | 10001100 | 0 | 111000 | 11101 | 10111 | 101001011 | 110000 | 110111 |
Color Harmonies of #C4578C
Complementary color
Monochromatic Colors of #C4578C
Black with #C4578C
Text Example
Text Example
White with #C4578C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4578C; }
p { color: rgb(196,87,140); }
H1.HeaderClassName
{
color: #C4578C;
}
.AnyTagClassName
{
color: #C4578C;
}
</style>
background-color css
<style>
a { background-color: #C4578C; }
a { background-color: rgb(196,87,140); }
div.DivClassName
{
background-color: #C4578C;
}
.BgClassName
{
background-color: #C4578C;
}
</style>
border-color css
<style>
span { border-color: #C4578C; }
span { border-color: rgb(196,87,140); }
td.TdClassName
{
border-color: #C4578C;
}
.TagClassName
{
border-color: #C4578C;
}
</style>