Shades of Mulberry #C73F9C
Tints of Mulberry #C73F9C
RGB
CMYK
RGB Variations
Color information
#C73F9C (or 0xC73F9C) is known color: Mulberry. HEX triplet: C7, 3F and 9C. RGB value is (199,63,156). Sum of RGB (Red+Green+Blue) = 199+63+156=418 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.61% from 418); Green value is 63 (25% from 255 or 15.07% from 418); Blue value is 156 (61.33% from 255 or 37.32% from 418); Max value from RGB is 199 - color contains mainly: red. Hex color #C73F9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73F9C is #38C063. Grayscale: #727272. Windows color (decimal): -3719268 or 10239943. OLE color: 10239943.
HSL color Cylindrical-coordinate representation of color #C73F9C: hue angle of 318.97º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C73F9C is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 63 | 156 | - |
| CMYK | 0 | 0.68 | 0.22 | 0.22 |
| HSL | 318.97º | 0.55% | 0.51% | - |
| HSV(B) | 318.97º | 0.68% | 0.78% | - |
| XYZ | 31.33 | 18.1 | 33.29 | - |
| YUV | 114.27 | 151.56 | 188.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 63 | 156 | 0 | 0.68 | 0.22 | 0.22 | 318.97 | 0.55 | 0.51 |
| Hex | C7 | 3F | 9C | 0 | 44 | 16 | 16 | 13F | 37 | 33 |
| Octal | 307 | 77 | 234 | 0 | 104 | 26 | 26 | 477 | 67 | 63 |
| Binary | 11000111 | 111111 | 10011100 | 0 | 1000100 | 10110 | 10110 | 100111111 | 110111 | 110011 |
Color Harmonies of #C73F9C
Complementary color
Monochromatic Colors of #C73F9C
Black with #C73F9C
Text Example
Text Example
White with #C73F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73F9C; }
p { color: rgb(199,63,156); }
H1.HeaderClassName
{
color: #C73F9C;
}
.AnyTagClassName
{
color: #C73F9C;
}
</style>
background-color css
<style>
a { background-color: #C73F9C; }
a { background-color: rgb(199,63,156); }
div.DivClassName
{
background-color: #C73F9C;
}
.BgClassName
{
background-color: #C73F9C;
}
</style>
border-color css
<style>
span { border-color: #C73F9C; }
span { border-color: rgb(199,63,156); }
td.TdClassName
{
border-color: #C73F9C;
}
.TagClassName
{
border-color: #C73F9C;
}
</style>