Shades of Mulberry #C74988
Tints of Mulberry #C74988
RGB
CMYK
RGB Variations
Color information
#C74988 (or 0xC74988) is known color: Mulberry. HEX triplet: C7, 49 and 88. RGB value is (199,73,136). Sum of RGB (Red+Green+Blue) = 199+73+136=408 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.77% from 408); Green value is 73 (28.91% from 255 or 17.89% from 408); Blue value is 136 (53.52% from 255 or 33.33% from 408); Max value from RGB is 199 - color contains mainly: red. Hex color #C74988 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74988 is #38B677. Grayscale: #757575. Windows color (decimal): -3716728 or 8931783. OLE color: 8931783.
HSL color Cylindrical-coordinate representation of color #C74988: hue angle of 330º 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 #C74988 is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 73 | 136 | - |
| CMYK | 0 | 0.63 | 0.32 | 0.22 |
| HSL | 330º | 0.53% | 0.53% | - |
| HSV(B) | 330º | 0.63% | 0.78% | - |
| XYZ | 30.38 | 18.68 | 25.3 | - |
| YUV | 117.86 | 138.24 | 185.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 73 | 136 | 0 | 0.63 | 0.32 | 0.22 | 330 | 0.53 | 0.53 |
| Hex | C7 | 49 | 88 | 0 | 3F | 20 | 16 | 14A | 35 | 35 |
| Octal | 307 | 111 | 210 | 0 | 77 | 40 | 26 | 512 | 65 | 65 |
| Binary | 11000111 | 1001001 | 10001000 | 0 | 111111 | 100000 | 10110 | 101001010 | 110101 | 110101 |
Color Harmonies of #C74988
Complementary color
Monochromatic Colors of #C74988
Black with #C74988
Text Example
Text Example
White with #C74988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74988; }
p { color: rgb(199,73,136); }
H1.HeaderClassName
{
color: #C74988;
}
.AnyTagClassName
{
color: #C74988;
}
</style>
background-color css
<style>
a { background-color: #C74988; }
a { background-color: rgb(199,73,136); }
div.DivClassName
{
background-color: #C74988;
}
.BgClassName
{
background-color: #C74988;
}
</style>
border-color css
<style>
span { border-color: #C74988; }
span { border-color: rgb(199,73,136); }
td.TdClassName
{
border-color: #C74988;
}
.TagClassName
{
border-color: #C74988;
}
</style>