Shades of Mulberry #C74786
Tints of Mulberry #C74786
RGB
CMYK
RGB Variations
Color information
#C74786 (or 0xC74786) is known color: Mulberry. HEX triplet: C7, 47 and 86. RGB value is (199,71,134). Sum of RGB (Red+Green+Blue) = 199+71+134=404 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.26% from 404); Green value is 71 (28.12% from 255 or 17.57% from 404); Blue value is 134 (52.73% from 255 or 33.17% from 404); Max value from RGB is 199 - color contains mainly: red. Hex color #C74786 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74786 is #38B879. Grayscale: #747474. Windows color (decimal): -3717242 or 8800199. OLE color: 8800199.
HSL color Cylindrical-coordinate representation of color #C74786: hue angle of 330.47º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C74786 is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 71 | 134 | - |
| CMYK | 0 | 0.64 | 0.33 | 0.22 |
| HSL | 330.47º | 0.53% | 0.53% | - |
| HSV(B) | 330.47º | 0.64% | 0.78% | - |
| XYZ | 30.11 | 18.37 | 24.51 | - |
| YUV | 116.45 | 137.91 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 71 | 134 | 0 | 0.64 | 0.33 | 0.22 | 330.47 | 0.53 | 0.53 |
| Hex | C7 | 47 | 86 | 0 | 40 | 21 | 16 | 14A | 35 | 35 |
| Octal | 307 | 107 | 206 | 0 | 100 | 41 | 26 | 512 | 65 | 65 |
| Binary | 11000111 | 1000111 | 10000110 | 0 | 1000000 | 100001 | 10110 | 101001010 | 110101 | 110101 |
Color Harmonies of #C74786
Complementary color
Monochromatic Colors of #C74786
Black with #C74786
Text Example
Text Example
White with #C74786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74786; }
p { color: rgb(199,71,134); }
H1.HeaderClassName
{
color: #C74786;
}
.AnyTagClassName
{
color: #C74786;
}
</style>
background-color css
<style>
a { background-color: #C74786; }
a { background-color: rgb(199,71,134); }
div.DivClassName
{
background-color: #C74786;
}
.BgClassName
{
background-color: #C74786;
}
</style>
border-color css
<style>
span { border-color: #C74786; }
span { border-color: rgb(199,71,134); }
td.TdClassName
{
border-color: #C74786;
}
.TagClassName
{
border-color: #C74786;
}
</style>