Shades of Mulberry #C04C9F
Tints of Mulberry #C04C9F
RGB
CMYK
RGB Variations
Color information
#C04C9F (or 0xC04C9F) is known color: Mulberry. HEX triplet: C0, 4C and 9F. RGB value is (192,76,159). Sum of RGB (Red+Green+Blue) = 192+76+159=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 76 (30.08% from 255 or 17.80% from 427); Blue value is 159 (62.5% from 255 or 37.24% from 427); Max value from RGB is 192 - color contains mainly: red. Hex color #C04C9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04C9F is #3FB360. Grayscale: #777777. Windows color (decimal): -4174689 or 10439872. OLE color: 10439872.
HSL color Cylindrical-coordinate representation of color #C04C9F: hue angle of 317.07º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C04C9F is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 76 | 159 | - |
| CMYK | 0 | 0.60 | 0.17 | 0.25 |
| HSL | 317.07º | 0.48% | 0.53% | - |
| HSV(B) | 317.07º | 0.6% | 0.75% | - |
| XYZ | 30.58 | 18.88 | 34.83 | - |
| YUV | 120.15 | 149.93 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 76 | 159 | 0 | 0.60 | 0.17 | 0.25 | 317.07 | 0.48 | 0.53 |
| Hex | C0 | 4C | 9F | 0 | 3C | 11 | 19 | 13D | 30 | 35 |
| Octal | 300 | 114 | 237 | 0 | 74 | 21 | 31 | 475 | 60 | 65 |
| Binary | 11000000 | 1001100 | 10011111 | 0 | 111100 | 10001 | 11001 | 100111101 | 110000 | 110101 |
Color Harmonies of #C04C9F
Complementary color
Monochromatic Colors of #C04C9F
Black with #C04C9F
Text Example
Text Example
White with #C04C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04C9F; }
p { color: rgb(192,76,159); }
H1.HeaderClassName
{
color: #C04C9F;
}
.AnyTagClassName
{
color: #C04C9F;
}
</style>
background-color css
<style>
a { background-color: #C04C9F; }
a { background-color: rgb(192,76,159); }
div.DivClassName
{
background-color: #C04C9F;
}
.BgClassName
{
background-color: #C04C9F;
}
</style>
border-color css
<style>
span { border-color: #C04C9F; }
span { border-color: rgb(192,76,159); }
td.TdClassName
{
border-color: #C04C9F;
}
.TagClassName
{
border-color: #C04C9F;
}
</style>