Shades of Mulberry #C7579E
Tints of Mulberry #C7579E
RGB
CMYK
RGB Variations
Color information
#C7579E (or 0xC7579E) is known color: Mulberry. HEX triplet: C7, 57 and 9E. RGB value is (199,87,158). Sum of RGB (Red+Green+Blue) = 199+87+158=444 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.82% from 444); Green value is 87 (34.38% from 255 or 19.59% from 444); Blue value is 158 (62.11% from 255 or 35.59% from 444); Max value from RGB is 199 - color contains mainly: red. Hex color #C7579E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7579E is #38A861. Grayscale: #808080. Windows color (decimal): -3713122 or 10377159. OLE color: 10377159.
HSL color Cylindrical-coordinate representation of color #C7579E: hue angle of 321.96º 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 #C7579E is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 87 | 158 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.22 |
| HSL | 321.96º | 0.5% | 0.56% | - |
| HSV(B) | 321.96º | 0.56% | 0.78% | - |
| XYZ | 33.13 | 21.43 | 34.74 | - |
| YUV | 128.58 | 144.61 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 87 | 158 | 0 | 0.56 | 0.21 | 0.22 | 321.96 | 0.5 | 0.56 |
| Hex | C7 | 57 | 9E | 0 | 38 | 15 | 16 | 142 | 32 | 38 |
| Octal | 307 | 127 | 236 | 0 | 70 | 25 | 26 | 502 | 62 | 70 |
| Binary | 11000111 | 1010111 | 10011110 | 0 | 111000 | 10101 | 10110 | 101000010 | 110010 | 111000 |
Color Harmonies of #C7579E
Complementary color
Monochromatic Colors of #C7579E
Black with #C7579E
Text Example
Text Example
White with #C7579E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7579E; }
p { color: rgb(199,87,158); }
H1.HeaderClassName
{
color: #C7579E;
}
.AnyTagClassName
{
color: #C7579E;
}
</style>
background-color css
<style>
a { background-color: #C7579E; }
a { background-color: rgb(199,87,158); }
div.DivClassName
{
background-color: #C7579E;
}
.BgClassName
{
background-color: #C7579E;
}
</style>
border-color css
<style>
span { border-color: #C7579E; }
span { border-color: rgb(199,87,158); }
td.TdClassName
{
border-color: #C7579E;
}
.TagClassName
{
border-color: #C7579E;
}
</style>