Shades of Mulberry #C73B9E
Tints of Mulberry #C73B9E
RGB
CMYK
RGB Variations
Color information
#C73B9E (or 0xC73B9E) is known color: Mulberry. HEX triplet: C7, 3B and 9E. RGB value is (199,59,158). Sum of RGB (Red+Green+Blue) = 199+59+158=416 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.84% from 416); Green value is 59 (23.44% from 255 or 14.18% from 416); Blue value is 158 (62.11% from 255 or 37.98% from 416); Max value from RGB is 199 - color contains mainly: red. Hex color #C73B9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73B9E is #38C461. Grayscale: #6F6F6F. Windows color (decimal): -3720290 or 10369991. OLE color: 10369991.
HSL color Cylindrical-coordinate representation of color #C73B9E: hue angle of 317.57º degrees, saturation: 0.56, 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 #C73B9E is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 59 | 158 | - |
| CMYK | 0 | 0.70 | 0.21 | 0.22 |
| HSL | 317.57º | 0.56% | 0.51% | - |
| HSV(B) | 317.57º | 0.7% | 0.78% | - |
| XYZ | 31.29 | 17.74 | 34.12 | - |
| YUV | 112.15 | 153.88 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 59 | 158 | 0 | 0.70 | 0.21 | 0.22 | 317.57 | 0.56 | 0.51 |
| Hex | C7 | 3B | 9E | 0 | 46 | 15 | 16 | 13E | 38 | 33 |
| Octal | 307 | 73 | 236 | 0 | 106 | 25 | 26 | 476 | 70 | 63 |
| Binary | 11000111 | 111011 | 10011110 | 0 | 1000110 | 10101 | 10110 | 100111110 | 111000 | 110011 |
Color Harmonies of #C73B9E
Complementary color
Monochromatic Colors of #C73B9E
Black with #C73B9E
Text Example
Text Example
White with #C73B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73B9E; }
p { color: rgb(199,59,158); }
H1.HeaderClassName
{
color: #C73B9E;
}
.AnyTagClassName
{
color: #C73B9E;
}
</style>
background-color css
<style>
a { background-color: #C73B9E; }
a { background-color: rgb(199,59,158); }
div.DivClassName
{
background-color: #C73B9E;
}
.BgClassName
{
background-color: #C73B9E;
}
</style>
border-color css
<style>
span { border-color: #C73B9E; }
span { border-color: rgb(199,59,158); }
td.TdClassName
{
border-color: #C73B9E;
}
.TagClassName
{
border-color: #C73B9E;
}
</style>