Shades of Mulberry #C73C94
Tints of Mulberry #C73C94
RGB
CMYK
RGB Variations
Color information
#C73C94 (or 0xC73C94) is known color: Mulberry. HEX triplet: C7, 3C and 94. RGB value is (199,60,148). Sum of RGB (Red+Green+Blue) = 199+60+148=407 (53% of max value = 765). Red value is 199 (78.12% from 255 or 48.89% from 407); Green value is 60 (23.83% from 255 or 14.74% from 407); Blue value is 148 (58.20% from 255 or 36.36% from 407); Max value from RGB is 199 - color contains mainly: red. Hex color #C73C94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73C94 is #38C36B. Grayscale: #6F6F6F. Windows color (decimal): -3720044 or 9714887. OLE color: 9714887.
HSL color Cylindrical-coordinate representation of color #C73C94: hue angle of 322.01º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C73C94 is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 60 | 148 | - |
| CMYK | 0 | 0.70 | 0.26 | 0.22 |
| HSL | 322.01º | 0.55% | 0.51% | - |
| HSV(B) | 322.01º | 0.7% | 0.78% | - |
| XYZ | 30.51 | 17.51 | 29.79 | - |
| YUV | 111.59 | 148.55 | 190.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 60 | 148 | 0 | 0.70 | 0.26 | 0.22 | 322.01 | 0.55 | 0.51 |
| Hex | C7 | 3C | 94 | 0 | 46 | 1A | 16 | 142 | 37 | 33 |
| Octal | 307 | 74 | 224 | 0 | 106 | 32 | 26 | 502 | 67 | 63 |
| Binary | 11000111 | 111100 | 10010100 | 0 | 1000110 | 11010 | 10110 | 101000010 | 110111 | 110011 |
Color Harmonies of #C73C94
Complementary color
Monochromatic Colors of #C73C94
Black with #C73C94
Text Example
Text Example
White with #C73C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73C94; }
p { color: rgb(199,60,148); }
H1.HeaderClassName
{
color: #C73C94;
}
.AnyTagClassName
{
color: #C73C94;
}
</style>
background-color css
<style>
a { background-color: #C73C94; }
a { background-color: rgb(199,60,148); }
div.DivClassName
{
background-color: #C73C94;
}
.BgClassName
{
background-color: #C73C94;
}
</style>
border-color css
<style>
span { border-color: #C73C94; }
span { border-color: rgb(199,60,148); }
td.TdClassName
{
border-color: #C73C94;
}
.TagClassName
{
border-color: #C73C94;
}
</style>