Shades of Mulberry #C73F84
Tints of Mulberry #C73F84
RGB
CMYK
RGB Variations
Color information
#C73F84 (or 0xC73F84) is known color: Mulberry. HEX triplet: C7, 3F and 84. RGB value is (199,63,132). Sum of RGB (Red+Green+Blue) = 199+63+132=394 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.51% from 394); Green value is 63 (25% from 255 or 15.99% from 394); Blue value is 132 (51.95% from 255 or 33.50% from 394); Max value from RGB is 199 - color contains mainly: red. Hex color #C73F84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73F84 is #38C07B. Grayscale: #6F6F6F. Windows color (decimal): -3719292 or 8667079. OLE color: 8667079.
HSL color Cylindrical-coordinate representation of color #C73F84: hue angle of 329.56º 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 #C73F84 is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 63 | 132 | - |
| CMYK | 0 | 0.68 | 0.34 | 0.22 |
| HSL | 329.56º | 0.55% | 0.51% | - |
| HSV(B) | 329.56º | 0.68% | 0.78% | - |
| XYZ | 29.5 | 17.36 | 23.63 | - |
| YUV | 111.53 | 139.56 | 190.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 63 | 132 | 0 | 0.68 | 0.34 | 0.22 | 329.56 | 0.55 | 0.51 |
| Hex | C7 | 3F | 84 | 0 | 44 | 22 | 16 | 14A | 37 | 33 |
| Octal | 307 | 77 | 204 | 0 | 104 | 42 | 26 | 512 | 67 | 63 |
| Binary | 11000111 | 111111 | 10000100 | 0 | 1000100 | 100010 | 10110 | 101001010 | 110111 | 110011 |
Color Harmonies of #C73F84
Complementary color
Monochromatic Colors of #C73F84
Black with #C73F84
Text Example
Text Example
White with #C73F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73F84; }
p { color: rgb(199,63,132); }
H1.HeaderClassName
{
color: #C73F84;
}
.AnyTagClassName
{
color: #C73F84;
}
</style>
background-color css
<style>
a { background-color: #C73F84; }
a { background-color: rgb(199,63,132); }
div.DivClassName
{
background-color: #C73F84;
}
.BgClassName
{
background-color: #C73F84;
}
</style>
border-color css
<style>
span { border-color: #C73F84; }
span { border-color: rgb(199,63,132); }
td.TdClassName
{
border-color: #C73F84;
}
.TagClassName
{
border-color: #C73F84;
}
</style>