Shades of Mulberry #C7578D
Tints of Mulberry #C7578D
RGB
CMYK
RGB Variations
Color information
#C7578D (or 0xC7578D) is known color: Mulberry. HEX triplet: C7, 57 and 8D. RGB value is (199,87,141). Sum of RGB (Red+Green+Blue) = 199+87+141=427 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.60% from 427); Green value is 87 (34.38% from 255 or 20.37% from 427); Blue value is 141 (55.47% from 255 or 33.02% from 427); Max value from RGB is 199 - color contains mainly: red. Hex color #C7578D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7578D is #38A872. Grayscale: #7E7E7E. Windows color (decimal): -3713139 or 9263047. OLE color: 9263047.
HSL color Cylindrical-coordinate representation of color #C7578D: hue angle of 331.07º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C7578D is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 87 | 141 | - |
| CMYK | 0 | 0.56 | 0.29 | 0.22 |
| HSL | 331.07º | 0.5% | 0.56% | - |
| HSV(B) | 331.07º | 0.56% | 0.78% | - |
| XYZ | 31.77 | 20.88 | 27.56 | - |
| YUV | 126.64 | 136.11 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 87 | 141 | 0 | 0.56 | 0.29 | 0.22 | 331.07 | 0.5 | 0.56 |
| Hex | C7 | 57 | 8D | 0 | 38 | 1D | 16 | 14B | 32 | 38 |
| Octal | 307 | 127 | 215 | 0 | 70 | 35 | 26 | 513 | 62 | 70 |
| Binary | 11000111 | 1010111 | 10001101 | 0 | 111000 | 11101 | 10110 | 101001011 | 110010 | 111000 |
Color Harmonies of #C7578D
Complementary color
Monochromatic Colors of #C7578D
Black with #C7578D
Text Example
Text Example
White with #C7578D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7578D; }
p { color: rgb(199,87,141); }
H1.HeaderClassName
{
color: #C7578D;
}
.AnyTagClassName
{
color: #C7578D;
}
</style>
background-color css
<style>
a { background-color: #C7578D; }
a { background-color: rgb(199,87,141); }
div.DivClassName
{
background-color: #C7578D;
}
.BgClassName
{
background-color: #C7578D;
}
</style>
border-color css
<style>
span { border-color: #C7578D; }
span { border-color: rgb(199,87,141); }
td.TdClassName
{
border-color: #C7578D;
}
.TagClassName
{
border-color: #C7578D;
}
</style>