Shades of Mulberry #C74798
Tints of Mulberry #C74798
RGB
CMYK
RGB Variations
Color information
#C74798 (or 0xC74798) is known color: Mulberry. HEX triplet: C7, 47 and 98. RGB value is (199,71,152). Sum of RGB (Red+Green+Blue) = 199+71+152=422 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.16% from 422); Green value is 71 (28.12% from 255 or 16.82% from 422); Blue value is 152 (59.77% from 255 or 36.02% from 422); Max value from RGB is 199 - color contains mainly: red. Hex color #C74798 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74798 is #38B867. Grayscale: #767676. Windows color (decimal): -3717224 or 9979847. OLE color: 9979847.
HSL color Cylindrical-coordinate representation of color #C74798: hue angle of 322.03º 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 #C74798 is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 71 | 152 | - |
| CMYK | 0 | 0.64 | 0.24 | 0.22 |
| HSL | 322.03º | 0.53% | 0.53% | - |
| HSV(B) | 322.03º | 0.64% | 0.78% | - |
| XYZ | 31.47 | 18.92 | 31.7 | - |
| YUV | 118.51 | 146.91 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 71 | 152 | 0 | 0.64 | 0.24 | 0.22 | 322.03 | 0.53 | 0.53 |
| Hex | C7 | 47 | 98 | 0 | 40 | 18 | 16 | 142 | 35 | 35 |
| Octal | 307 | 107 | 230 | 0 | 100 | 30 | 26 | 502 | 65 | 65 |
| Binary | 11000111 | 1000111 | 10011000 | 0 | 1000000 | 11000 | 10110 | 101000010 | 110101 | 110101 |
Color Harmonies of #C74798
Complementary color
Monochromatic Colors of #C74798
Black with #C74798
Text Example
Text Example
White with #C74798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74798; }
p { color: rgb(199,71,152); }
H1.HeaderClassName
{
color: #C74798;
}
.AnyTagClassName
{
color: #C74798;
}
</style>
background-color css
<style>
a { background-color: #C74798; }
a { background-color: rgb(199,71,152); }
div.DivClassName
{
background-color: #C74798;
}
.BgClassName
{
background-color: #C74798;
}
</style>
border-color css
<style>
span { border-color: #C74798; }
span { border-color: rgb(199,71,152); }
td.TdClassName
{
border-color: #C74798;
}
.TagClassName
{
border-color: #C74798;
}
</style>