Shades of Mulberry #C74F89
Tints of Mulberry #C74F89
RGB
CMYK
RGB Variations
Color information
#C74F89 (or 0xC74F89) is known color: Mulberry. HEX triplet: C7, 4F and 89. RGB value is (199,79,137). Sum of RGB (Red+Green+Blue) = 199+79+137=415 (54% of max value = 765). Red value is 199 (78.12% from 255 or 47.95% from 415); Green value is 79 (31.25% from 255 or 19.04% from 415); Blue value is 137 (53.91% from 255 or 33.01% from 415); Max value from RGB is 199 - color contains mainly: red. Hex color #C74F89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C74F89 is #38B076. Grayscale: #797979. Windows color (decimal): -3715191 or 8998855. OLE color: 8998855.
HSL color Cylindrical-coordinate representation of color #C74F89: hue angle of 331º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C74F89 is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 79 | 137 | - |
| CMYK | 0 | 0.60 | 0.31 | 0.22 |
| HSL | 331º | 0.52% | 0.55% | - |
| HSV(B) | 331º | 0.6% | 0.78% | - |
| XYZ | 30.86 | 19.54 | 25.81 | - |
| YUV | 121.49 | 136.76 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 79 | 137 | 0 | 0.60 | 0.31 | 0.22 | 331 | 0.52 | 0.55 |
| Hex | C7 | 4F | 89 | 0 | 3C | 1F | 16 | 14B | 34 | 37 |
| Octal | 307 | 117 | 211 | 0 | 74 | 37 | 26 | 513 | 64 | 67 |
| Binary | 11000111 | 1001111 | 10001001 | 0 | 111100 | 11111 | 10110 | 101001011 | 110100 | 110111 |
Color Harmonies of #C74F89
Complementary color
Monochromatic Colors of #C74F89
Black with #C74F89
Text Example
Text Example
White with #C74F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74F89; }
p { color: rgb(199,79,137); }
H1.HeaderClassName
{
color: #C74F89;
}
.AnyTagClassName
{
color: #C74F89;
}
</style>
background-color css
<style>
a { background-color: #C74F89; }
a { background-color: rgb(199,79,137); }
div.DivClassName
{
background-color: #C74F89;
}
.BgClassName
{
background-color: #C74F89;
}
</style>
border-color css
<style>
span { border-color: #C74F89; }
span { border-color: rgb(199,79,137); }
td.TdClassName
{
border-color: #C74F89;
}
.TagClassName
{
border-color: #C74F89;
}
</style>