Shades of Mulberry #C74996
Tints of Mulberry #C74996
RGB
CMYK
RGB Variations
Color information
#C74996 (or 0xC74996) is known color: Mulberry. HEX triplet: C7, 49 and 96. RGB value is (199,73,150). Sum of RGB (Red+Green+Blue) = 199+73+150=422 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.16% from 422); Green value is 73 (28.91% from 255 or 17.30% from 422); Blue value is 150 (58.98% from 255 or 35.55% from 422); Max value from RGB is 199 - color contains mainly: red. Hex color #C74996 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74996 is #38B669. Grayscale: #777777. Windows color (decimal): -3716714 or 9849287. OLE color: 9849287.
HSL color Cylindrical-coordinate representation of color #C74996: hue angle of 323.33º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C74996 is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 73 | 150 | - |
| CMYK | 0 | 0.63 | 0.25 | 0.22 |
| HSL | 323.33º | 0.53% | 0.53% | - |
| HSV(B) | 323.33º | 0.63% | 0.78% | - |
| XYZ | 31.44 | 19.11 | 30.89 | - |
| YUV | 119.45 | 145.24 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 73 | 150 | 0 | 0.63 | 0.25 | 0.22 | 323.33 | 0.53 | 0.53 |
| Hex | C7 | 49 | 96 | 0 | 3F | 19 | 16 | 143 | 35 | 35 |
| Octal | 307 | 111 | 226 | 0 | 77 | 31 | 26 | 503 | 65 | 65 |
| Binary | 11000111 | 1001001 | 10010110 | 0 | 111111 | 11001 | 10110 | 101000011 | 110101 | 110101 |
Color Harmonies of #C74996
Complementary color
Monochromatic Colors of #C74996
Black with #C74996
Text Example
Text Example
White with #C74996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74996; }
p { color: rgb(199,73,150); }
H1.HeaderClassName
{
color: #C74996;
}
.AnyTagClassName
{
color: #C74996;
}
</style>
background-color css
<style>
a { background-color: #C74996; }
a { background-color: rgb(199,73,150); }
div.DivClassName
{
background-color: #C74996;
}
.BgClassName
{
background-color: #C74996;
}
</style>
border-color css
<style>
span { border-color: #C74996; }
span { border-color: rgb(199,73,150); }
td.TdClassName
{
border-color: #C74996;
}
.TagClassName
{
border-color: #C74996;
}
</style>