Shades of Mulberry #C7559C
Tints of Mulberry #C7559C
RGB
CMYK
RGB Variations
Color information
#C7559C (or 0xC7559C) is known color: Mulberry. HEX triplet: C7, 55 and 9C. RGB value is (199,85,156). Sum of RGB (Red+Green+Blue) = 199+85+156=440 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.23% from 440); Green value is 85 (33.59% from 255 or 19.32% from 440); Blue value is 156 (61.33% from 255 or 35.45% from 440); Max value from RGB is 199 - color contains mainly: red. Hex color #C7559C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7559C is #38AA63. Grayscale: #7F7F7F. Windows color (decimal): -3713636 or 10245575. OLE color: 10245575.
HSL color Cylindrical-coordinate representation of color #C7559C: hue angle of 322.63º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C7559C is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 85 | 156 | - |
| CMYK | 0 | 0.57 | 0.22 | 0.22 |
| HSL | 322.63º | 0.5% | 0.56% | - |
| HSV(B) | 322.63º | 0.57% | 0.78% | - |
| XYZ | 32.8 | 21.04 | 33.78 | - |
| YUV | 127.18 | 144.27 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 85 | 156 | 0 | 0.57 | 0.22 | 0.22 | 322.63 | 0.5 | 0.56 |
| Hex | C7 | 55 | 9C | 0 | 39 | 16 | 16 | 143 | 32 | 38 |
| Octal | 307 | 125 | 234 | 0 | 71 | 26 | 26 | 503 | 62 | 70 |
| Binary | 11000111 | 1010101 | 10011100 | 0 | 111001 | 10110 | 10110 | 101000011 | 110010 | 111000 |
Color Harmonies of #C7559C
Complementary color
Monochromatic Colors of #C7559C
Black with #C7559C
Text Example
Text Example
White with #C7559C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7559C; }
p { color: rgb(199,85,156); }
H1.HeaderClassName
{
color: #C7559C;
}
.AnyTagClassName
{
color: #C7559C;
}
</style>
background-color css
<style>
a { background-color: #C7559C; }
a { background-color: rgb(199,85,156); }
div.DivClassName
{
background-color: #C7559C;
}
.BgClassName
{
background-color: #C7559C;
}
</style>
border-color css
<style>
span { border-color: #C7559C; }
span { border-color: rgb(199,85,156); }
td.TdClassName
{
border-color: #C7559C;
}
.TagClassName
{
border-color: #C7559C;
}
</style>