Shades of Mulberry #C74986
Tints of Mulberry #C74986
RGB
CMYK
RGB Variations
Color information
#C74986 (or 0xC74986) is known color: Mulberry. HEX triplet: C7, 49 and 86. RGB value is (199,73,134). Sum of RGB (Red+Green+Blue) = 199+73+134=406 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.01% from 406); Green value is 73 (28.91% from 255 or 17.98% from 406); Blue value is 134 (52.73% from 255 or 33.00% from 406); Max value from RGB is 199 - color contains mainly: red. Hex color #C74986 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74986 is #38B679. Grayscale: #757575. Windows color (decimal): -3716730 or 8800711. OLE color: 8800711.
HSL color Cylindrical-coordinate representation of color #C74986: hue angle of 330.95º 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 #C74986 is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 73 | 134 | - |
| CMYK | 0 | 0.63 | 0.33 | 0.22 |
| HSL | 330.95º | 0.53% | 0.53% | - |
| HSV(B) | 330.95º | 0.63% | 0.78% | - |
| XYZ | 30.24 | 18.63 | 24.56 | - |
| YUV | 117.63 | 137.24 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 73 | 134 | 0 | 0.63 | 0.33 | 0.22 | 330.95 | 0.53 | 0.53 |
| Hex | C7 | 49 | 86 | 0 | 3F | 21 | 16 | 14B | 35 | 35 |
| Octal | 307 | 111 | 206 | 0 | 77 | 41 | 26 | 513 | 65 | 65 |
| Binary | 11000111 | 1001001 | 10000110 | 0 | 111111 | 100001 | 10110 | 101001011 | 110101 | 110101 |
Color Harmonies of #C74986
Complementary color
Monochromatic Colors of #C74986
Black with #C74986
Text Example
Text Example
White with #C74986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74986; }
p { color: rgb(199,73,134); }
H1.HeaderClassName
{
color: #C74986;
}
.AnyTagClassName
{
color: #C74986;
}
</style>
background-color css
<style>
a { background-color: #C74986; }
a { background-color: rgb(199,73,134); }
div.DivClassName
{
background-color: #C74986;
}
.BgClassName
{
background-color: #C74986;
}
</style>
border-color css
<style>
span { border-color: #C74986; }
span { border-color: rgb(199,73,134); }
td.TdClassName
{
border-color: #C74986;
}
.TagClassName
{
border-color: #C74986;
}
</style>