Shades of Mulberry #C759A1
Tints of Mulberry #C759A1
RGB
CMYK
RGB Variations
Color information
#C759A1 (or 0xC759A1) is known color: Mulberry. HEX triplet: C7, 59 and A1. RGB value is (199,89,161). Sum of RGB (Red+Green+Blue) = 199+89+161=449 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.32% from 449); Green value is 89 (35.16% from 255 or 19.82% from 449); Blue value is 161 (63.28% from 255 or 35.86% from 449); Max value from RGB is 199 - color contains mainly: red. Hex color #C759A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C759A1 is #38A65E. Grayscale: #818181. Windows color (decimal): -3712607 or 10574279. OLE color: 10574279.
HSL color Cylindrical-coordinate representation of color #C759A1: hue angle of 320.73º 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 #C759A1 is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 89 | 161 | - |
| CMYK | 0 | 0.55 | 0.19 | 0.22 |
| HSL | 320.73º | 0.5% | 0.56% | - |
| HSV(B) | 320.73º | 0.55% | 0.78% | - |
| XYZ | 33.56 | 21.86 | 36.17 | - |
| YUV | 130.1 | 145.44 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 89 | 161 | 0 | 0.55 | 0.19 | 0.22 | 320.73 | 0.5 | 0.56 |
| Hex | C7 | 59 | A1 | 0 | 37 | 13 | 16 | 141 | 32 | 38 |
| Octal | 307 | 131 | 241 | 0 | 67 | 23 | 26 | 501 | 62 | 70 |
| Binary | 11000111 | 1011001 | 10100001 | 0 | 110111 | 10011 | 10110 | 101000001 | 110010 | 111000 |
Color Harmonies of #C759A1
Complementary color
Monochromatic Colors of #C759A1
Black with #C759A1
Text Example
Text Example
White with #C759A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C759A1; }
p { color: rgb(199,89,161); }
H1.HeaderClassName
{
color: #C759A1;
}
.AnyTagClassName
{
color: #C759A1;
}
</style>
background-color css
<style>
a { background-color: #C759A1; }
a { background-color: rgb(199,89,161); }
div.DivClassName
{
background-color: #C759A1;
}
.BgClassName
{
background-color: #C759A1;
}
</style>
border-color css
<style>
span { border-color: #C759A1; }
span { border-color: rgb(199,89,161); }
td.TdClassName
{
border-color: #C759A1;
}
.TagClassName
{
border-color: #C759A1;
}
</style>