Shades of Mulberry #C0499F
Tints of Mulberry #C0499F
RGB
CMYK
RGB Variations
Color information
#C0499F (or 0xC0499F) is known color: Mulberry. HEX triplet: C0, 49 and 9F. RGB value is (192,73,159). Sum of RGB (Red+Green+Blue) = 192+73+159=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 73 (28.91% from 255 or 17.22% from 424); Blue value is 159 (62.5% from 255 or 37.5% from 424); Max value from RGB is 192 - color contains mainly: red. Hex color #C0499F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0499F is #3FB660. Grayscale: #767676. Windows color (decimal): -4175457 or 10439104. OLE color: 10439104.
HSL color Cylindrical-coordinate representation of color #C0499F: hue angle of 316.64º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C0499F is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 73 | 159 | - |
| CMYK | 0 | 0.62 | 0.17 | 0.25 |
| HSL | 316.64º | 0.49% | 0.52% | - |
| HSV(B) | 316.64º | 0.62% | 0.75% | - |
| XYZ | 30.38 | 18.47 | 34.77 | - |
| YUV | 118.39 | 150.92 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 73 | 159 | 0 | 0.62 | 0.17 | 0.25 | 316.64 | 0.49 | 0.52 |
| Hex | C0 | 49 | 9F | 0 | 3E | 11 | 19 | 13D | 31 | 34 |
| Octal | 300 | 111 | 237 | 0 | 76 | 21 | 31 | 475 | 61 | 64 |
| Binary | 11000000 | 1001001 | 10011111 | 0 | 111110 | 10001 | 11001 | 100111101 | 110001 | 110100 |
Color Harmonies of #C0499F
Complementary color
Monochromatic Colors of #C0499F
Black with #C0499F
Text Example
Text Example
White with #C0499F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0499F; }
p { color: rgb(192,73,159); }
H1.HeaderClassName
{
color: #C0499F;
}
.AnyTagClassName
{
color: #C0499F;
}
</style>
background-color css
<style>
a { background-color: #C0499F; }
a { background-color: rgb(192,73,159); }
div.DivClassName
{
background-color: #C0499F;
}
.BgClassName
{
background-color: #C0499F;
}
</style>
border-color css
<style>
span { border-color: #C0499F; }
span { border-color: rgb(192,73,159); }
td.TdClassName
{
border-color: #C0499F;
}
.TagClassName
{
border-color: #C0499F;
}
</style>