Shades of Mulberry #C8579D
Tints of Mulberry #C8579D
RGB
CMYK
RGB Variations
Color information
#C8579D (or 0xC8579D) is known color: Mulberry. HEX triplet: C8, 57 and 9D. RGB value is (200,87,157). Sum of RGB (Red+Green+Blue) = 200+87+157=444 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.05% from 444); Green value is 87 (34.38% from 255 or 19.59% from 444); Blue value is 157 (61.72% from 255 or 35.36% from 444); Max value from RGB is 200 - color contains mainly: red. Hex color #C8579D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8579D is #37A862. Grayscale: #808080. Windows color (decimal): -3647587 or 10311624. OLE color: 10311624.
HSL color Cylindrical-coordinate representation of color #C8579D: hue angle of 322.83º 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 #C8579D is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 87 | 157 | - |
| CMYK | 0 | 0.56 | 0.22 | 0.22 |
| HSL | 322.83º | 0.51% | 0.56% | - |
| HSV(B) | 322.83º | 0.57% | 0.78% | - |
| XYZ | 33.31 | 21.53 | 34.3 | - |
| YUV | 128.77 | 143.94 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 87 | 157 | 0 | 0.56 | 0.22 | 0.22 | 322.83 | 0.51 | 0.56 |
| Hex | C8 | 57 | 9D | 0 | 38 | 16 | 16 | 143 | 33 | 38 |
| Octal | 310 | 127 | 235 | 0 | 70 | 26 | 26 | 503 | 63 | 70 |
| Binary | 11001000 | 1010111 | 10011101 | 0 | 111000 | 10110 | 10110 | 101000011 | 110011 | 111000 |
Color Harmonies of #C8579D
Complementary color
Monochromatic Colors of #C8579D
Black with #C8579D
Text Example
Text Example
White with #C8579D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8579D; }
p { color: rgb(200,87,157); }
H1.HeaderClassName
{
color: #C8579D;
}
.AnyTagClassName
{
color: #C8579D;
}
</style>
background-color css
<style>
a { background-color: #C8579D; }
a { background-color: rgb(200,87,157); }
div.DivClassName
{
background-color: #C8579D;
}
.BgClassName
{
background-color: #C8579D;
}
</style>
border-color css
<style>
span { border-color: #C8579D; }
span { border-color: rgb(200,87,157); }
td.TdClassName
{
border-color: #C8579D;
}
.TagClassName
{
border-color: #C8579D;
}
</style>