Shades of Mulberry #C8578C
Tints of Mulberry #C8578C
RGB
CMYK
RGB Variations
Color information
#C8578C (or 0xC8578C) is known color: Mulberry. HEX triplet: C8, 57 and 8C. RGB value is (200,87,140). Sum of RGB (Red+Green+Blue) = 200+87+140=427 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.84% from 427); Green value is 87 (34.38% from 255 or 20.37% from 427); Blue value is 140 (55.08% from 255 or 32.79% from 427); Max value from RGB is 200 - color contains mainly: red. Hex color #C8578C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8578C is #37A873. Grayscale: #7E7E7E. Windows color (decimal): -3647604 or 9197512. OLE color: 9197512.
HSL color Cylindrical-coordinate representation of color #C8578C: hue angle of 331.86º degrees, saturation: 0.51, 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 #C8578C is Cyan = 0, Magento = 0.56, Yellow = 0.3 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 87 | 140 | - |
| CMYK | 0 | 0.56 | 0.3 | 0.22 |
| HSL | 331.86º | 0.51% | 0.56% | - |
| HSV(B) | 331.86º | 0.57% | 0.78% | - |
| XYZ | 31.96 | 20.99 | 27.18 | - |
| YUV | 126.83 | 135.44 | 180.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 87 | 140 | 0 | 0.56 | 0.3 | 0.22 | 331.86 | 0.51 | 0.56 |
| Hex | C8 | 57 | 8C | 0 | 38 | 1E | 16 | 14C | 33 | 38 |
| Octal | 310 | 127 | 214 | 0 | 70 | 36 | 26 | 514 | 63 | 70 |
| Binary | 11001000 | 1010111 | 10001100 | 0 | 111000 | 11110 | 10110 | 101001100 | 110011 | 111000 |
Color Harmonies of #C8578C
Complementary color
Monochromatic Colors of #C8578C
Black with #C8578C
Text Example
Text Example
White with #C8578C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8578C; }
p { color: rgb(200,87,140); }
H1.HeaderClassName
{
color: #C8578C;
}
.AnyTagClassName
{
color: #C8578C;
}
</style>
background-color css
<style>
a { background-color: #C8578C; }
a { background-color: rgb(200,87,140); }
div.DivClassName
{
background-color: #C8578C;
}
.BgClassName
{
background-color: #C8578C;
}
</style>
border-color css
<style>
span { border-color: #C8578C; }
span { border-color: rgb(200,87,140); }
td.TdClassName
{
border-color: #C8578C;
}
.TagClassName
{
border-color: #C8578C;
}
</style>