Shades of Mulberry #C74689
Tints of Mulberry #C74689
RGB
CMYK
RGB Variations
Color information
#C74689 (or 0xC74689) is known color: Mulberry. HEX triplet: C7, 46 and 89. RGB value is (199,70,137). Sum of RGB (Red+Green+Blue) = 199+70+137=406 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.01% from 406); Green value is 70 (27.73% from 255 or 17.24% from 406); Blue value is 137 (53.91% from 255 or 33.74% from 406); Max value from RGB is 199 - color contains mainly: red. Hex color #C74689 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74689 is #38B976. Grayscale: #747474. Windows color (decimal): -3717495 or 8996551. OLE color: 8996551.
HSL color Cylindrical-coordinate representation of color #C74689: hue angle of 328.84º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C74689 is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 70 | 137 | - |
| CMYK | 0 | 0.65 | 0.31 | 0.22 |
| HSL | 328.84º | 0.54% | 0.53% | - |
| HSV(B) | 328.84º | 0.65% | 0.78% | - |
| XYZ | 30.26 | 18.33 | 25.61 | - |
| YUV | 116.21 | 139.74 | 187.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 70 | 137 | 0 | 0.65 | 0.31 | 0.22 | 328.84 | 0.54 | 0.53 |
| Hex | C7 | 46 | 89 | 0 | 41 | 1F | 16 | 149 | 36 | 35 |
| Octal | 307 | 106 | 211 | 0 | 101 | 37 | 26 | 511 | 66 | 65 |
| Binary | 11000111 | 1000110 | 10001001 | 0 | 1000001 | 11111 | 10110 | 101001001 | 110110 | 110101 |
Color Harmonies of #C74689
Complementary color
Monochromatic Colors of #C74689
Black with #C74689
Text Example
Text Example
White with #C74689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74689; }
p { color: rgb(199,70,137); }
H1.HeaderClassName
{
color: #C74689;
}
.AnyTagClassName
{
color: #C74689;
}
</style>
background-color css
<style>
a { background-color: #C74689; }
a { background-color: rgb(199,70,137); }
div.DivClassName
{
background-color: #C74689;
}
.BgClassName
{
background-color: #C74689;
}
</style>
border-color css
<style>
span { border-color: #C74689; }
span { border-color: rgb(199,70,137); }
td.TdClassName
{
border-color: #C74689;
}
.TagClassName
{
border-color: #C74689;
}
</style>