Shades of Mulberry #C74992
Tints of Mulberry #C74992
RGB
CMYK
RGB Variations
Color information
#C74992 (or 0xC74992) is known color: Mulberry. HEX triplet: C7, 49 and 92. RGB value is (199,73,146). Sum of RGB (Red+Green+Blue) = 199+73+146=418 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.61% from 418); Green value is 73 (28.91% from 255 or 17.46% from 418); Blue value is 146 (57.42% from 255 or 34.93% from 418); Max value from RGB is 199 - color contains mainly: red. Hex color #C74992 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74992 is #38B66D. Grayscale: #767676. Windows color (decimal): -3716718 or 9587143. OLE color: 9587143.
HSL color Cylindrical-coordinate representation of color #C74992: hue angle of 325.24º 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 #C74992 is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 73 | 146 | - |
| CMYK | 0 | 0.63 | 0.27 | 0.22 |
| HSL | 325.24º | 0.53% | 0.53% | - |
| HSV(B) | 325.24º | 0.63% | 0.78% | - |
| XYZ | 31.12 | 18.98 | 29.22 | - |
| YUV | 119 | 143.24 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 73 | 146 | 0 | 0.63 | 0.27 | 0.22 | 325.24 | 0.53 | 0.53 |
| Hex | C7 | 49 | 92 | 0 | 3F | 1B | 16 | 145 | 35 | 35 |
| Octal | 307 | 111 | 222 | 0 | 77 | 33 | 26 | 505 | 65 | 65 |
| Binary | 11000111 | 1001001 | 10010010 | 0 | 111111 | 11011 | 10110 | 101000101 | 110101 | 110101 |
Color Harmonies of #C74992
Complementary color
Monochromatic Colors of #C74992
Black with #C74992
Text Example
Text Example
White with #C74992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74992; }
p { color: rgb(199,73,146); }
H1.HeaderClassName
{
color: #C74992;
}
.AnyTagClassName
{
color: #C74992;
}
</style>
background-color css
<style>
a { background-color: #C74992; }
a { background-color: rgb(199,73,146); }
div.DivClassName
{
background-color: #C74992;
}
.BgClassName
{
background-color: #C74992;
}
</style>
border-color css
<style>
span { border-color: #C74992; }
span { border-color: rgb(199,73,146); }
td.TdClassName
{
border-color: #C74992;
}
.TagClassName
{
border-color: #C74992;
}
</style>