Shades of Mulberry #C759A8
Tints of Mulberry #C759A8
RGB
CMYK
RGB Variations
Color information
#C759A8 (or 0xC759A8) is known color: Mulberry. HEX triplet: C7, 59 and A8. RGB value is (199,89,168). Sum of RGB (Red+Green+Blue) = 199+89+168=456 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.64% from 456); Green value is 89 (35.16% from 255 or 19.52% from 456); Blue value is 168 (66.02% from 255 or 36.84% from 456); Max value from RGB is 199 - color contains mainly: red. Hex color #C759A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C759A8 is #38A657. Grayscale: #828282. Windows color (decimal): -3712600 or 11033031. OLE color: 11033031.
HSL color Cylindrical-coordinate representation of color #C759A8: hue angle of 316.91º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C759A8 is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 89 | 168 | - |
| CMYK | 0 | 0.55 | 0.16 | 0.22 |
| HSL | 316.91º | 0.5% | 0.56% | - |
| HSV(B) | 316.91º | 0.55% | 0.78% | - |
| XYZ | 34.19 | 22.11 | 39.51 | - |
| YUV | 130.9 | 148.94 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 89 | 168 | 0 | 0.55 | 0.16 | 0.22 | 316.91 | 0.5 | 0.56 |
| Hex | C7 | 59 | A8 | 0 | 37 | 10 | 16 | 13D | 32 | 38 |
| Octal | 307 | 131 | 250 | 0 | 67 | 20 | 26 | 475 | 62 | 70 |
| Binary | 11000111 | 1011001 | 10101000 | 0 | 110111 | 10000 | 10110 | 100111101 | 110010 | 111000 |
Color Harmonies of #C759A8
Complementary color
Monochromatic Colors of #C759A8
Black with #C759A8
Text Example
Text Example
White with #C759A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C759A8; }
p { color: rgb(199,89,168); }
H1.HeaderClassName
{
color: #C759A8;
}
.AnyTagClassName
{
color: #C759A8;
}
</style>
background-color css
<style>
a { background-color: #C759A8; }
a { background-color: rgb(199,89,168); }
div.DivClassName
{
background-color: #C759A8;
}
.BgClassName
{
background-color: #C759A8;
}
</style>
border-color css
<style>
span { border-color: #C759A8; }
span { border-color: rgb(199,89,168); }
td.TdClassName
{
border-color: #C759A8;
}
.TagClassName
{
border-color: #C759A8;
}
</style>