Shades of Mulberry #C74887
Tints of Mulberry #C74887
RGB
CMYK
RGB Variations
Color information
#C74887 (or 0xC74887) is known color: Mulberry. HEX triplet: C7, 48 and 87. RGB value is (199,72,135). Sum of RGB (Red+Green+Blue) = 199+72+135=406 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.01% from 406); Green value is 72 (28.52% from 255 or 17.73% from 406); Blue value is 135 (53.12% from 255 or 33.25% from 406); Max value from RGB is 199 - color contains mainly: red. Hex color #C74887 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74887 is #38B778. Grayscale: #757575. Windows color (decimal): -3716985 or 8865991. OLE color: 8865991.
HSL color Cylindrical-coordinate representation of color #C74887: hue angle of 330.24º 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 #C74887 is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 72 | 135 | - |
| CMYK | 0 | 0.64 | 0.32 | 0.22 |
| HSL | 330.24º | 0.53% | 0.53% | - |
| HSV(B) | 330.24º | 0.64% | 0.78% | - |
| XYZ | 30.24 | 18.53 | 24.9 | - |
| YUV | 117.16 | 138.08 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 72 | 135 | 0 | 0.64 | 0.32 | 0.22 | 330.24 | 0.53 | 0.53 |
| Hex | C7 | 48 | 87 | 0 | 40 | 20 | 16 | 14A | 35 | 35 |
| Octal | 307 | 110 | 207 | 0 | 100 | 40 | 26 | 512 | 65 | 65 |
| Binary | 11000111 | 1001000 | 10000111 | 0 | 1000000 | 100000 | 10110 | 101001010 | 110101 | 110101 |
Color Harmonies of #C74887
Complementary color
Monochromatic Colors of #C74887
Black with #C74887
Text Example
Text Example
White with #C74887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74887; }
p { color: rgb(199,72,135); }
H1.HeaderClassName
{
color: #C74887;
}
.AnyTagClassName
{
color: #C74887;
}
</style>
background-color css
<style>
a { background-color: #C74887; }
a { background-color: rgb(199,72,135); }
div.DivClassName
{
background-color: #C74887;
}
.BgClassName
{
background-color: #C74887;
}
</style>
border-color css
<style>
span { border-color: #C74887; }
span { border-color: rgb(199,72,135); }
td.TdClassName
{
border-color: #C74887;
}
.TagClassName
{
border-color: #C74887;
}
</style>