Shades of Mulberry #C73C9C
Tints of Mulberry #C73C9C
RGB
CMYK
RGB Variations
Color information
#C73C9C (or 0xC73C9C) is known color: Mulberry. HEX triplet: C7, 3C and 9C. RGB value is (199,60,156). Sum of RGB (Red+Green+Blue) = 199+60+156=415 (54% of max value = 765). Red value is 199 (78.12% from 255 or 47.95% from 415); Green value is 60 (23.83% from 255 or 14.46% from 415); Blue value is 156 (61.33% from 255 or 37.59% from 415); Max value from RGB is 199 - color contains mainly: red. Hex color #C73C9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73C9C is #38C363. Grayscale: #707070. Windows color (decimal): -3720036 or 10239175. OLE color: 10239175.
HSL color Cylindrical-coordinate representation of color #C73C9C: hue angle of 318.56º 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 #C73C9C is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 60 | 156 | - |
| CMYK | 0 | 0.70 | 0.22 | 0.22 |
| HSL | 318.56º | 0.55% | 0.51% | - |
| HSV(B) | 318.56º | 0.7% | 0.78% | - |
| XYZ | 31.17 | 17.77 | 33.24 | - |
| YUV | 112.51 | 152.55 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 60 | 156 | 0 | 0.70 | 0.22 | 0.22 | 318.56 | 0.55 | 0.51 |
| Hex | C7 | 3C | 9C | 0 | 46 | 16 | 16 | 13F | 37 | 33 |
| Octal | 307 | 74 | 234 | 0 | 106 | 26 | 26 | 477 | 67 | 63 |
| Binary | 11000111 | 111100 | 10011100 | 0 | 1000110 | 10110 | 10110 | 100111111 | 110111 | 110011 |
Color Harmonies of #C73C9C
Complementary color
Monochromatic Colors of #C73C9C
Black with #C73C9C
Text Example
Text Example
White with #C73C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73C9C; }
p { color: rgb(199,60,156); }
H1.HeaderClassName
{
color: #C73C9C;
}
.AnyTagClassName
{
color: #C73C9C;
}
</style>
background-color css
<style>
a { background-color: #C73C9C; }
a { background-color: rgb(199,60,156); }
div.DivClassName
{
background-color: #C73C9C;
}
.BgClassName
{
background-color: #C73C9C;
}
</style>
border-color css
<style>
span { border-color: #C73C9C; }
span { border-color: rgb(199,60,156); }
td.TdClassName
{
border-color: #C73C9C;
}
.TagClassName
{
border-color: #C73C9C;
}
</style>