Shades of Mulberry #C04F9D
Tints of Mulberry #C04F9D
RGB
CMYK
RGB Variations
Color information
#C04F9D (or 0xC04F9D) is known color: Mulberry. HEX triplet: C0, 4F and 9D. RGB value is (192,79,157). Sum of RGB (Red+Green+Blue) = 192+79+157=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 79 (31.25% from 255 or 18.46% from 428); Blue value is 157 (61.72% from 255 or 36.68% from 428); Max value from RGB is 192 - color contains mainly: red. Hex color #C04F9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04F9D is #3FB062. Grayscale: #797979. Windows color (decimal): -4173923 or 10309568. OLE color: 10309568.
HSL color Cylindrical-coordinate representation of color #C04F9D: hue angle of 318.58º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C04F9D is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 79 | 157 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.25 |
| HSL | 318.58º | 0.47% | 0.53% | - |
| HSV(B) | 318.58º | 0.59% | 0.75% | - |
| XYZ | 30.62 | 19.23 | 34 | - |
| YUV | 121.68 | 147.94 | 178.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 79 | 157 | 0 | 0.59 | 0.18 | 0.25 | 318.58 | 0.47 | 0.53 |
| Hex | C0 | 4F | 9D | 0 | 3B | 12 | 19 | 13F | 2F | 35 |
| Octal | 300 | 117 | 235 | 0 | 73 | 22 | 31 | 477 | 57 | 65 |
| Binary | 11000000 | 1001111 | 10011101 | 0 | 111011 | 10010 | 11001 | 100111111 | 101111 | 110101 |
Color Harmonies of #C04F9D
Complementary color
Monochromatic Colors of #C04F9D
Black with #C04F9D
Text Example
Text Example
White with #C04F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04F9D; }
p { color: rgb(192,79,157); }
H1.HeaderClassName
{
color: #C04F9D;
}
.AnyTagClassName
{
color: #C04F9D;
}
</style>
background-color css
<style>
a { background-color: #C04F9D; }
a { background-color: rgb(192,79,157); }
div.DivClassName
{
background-color: #C04F9D;
}
.BgClassName
{
background-color: #C04F9D;
}
</style>
border-color css
<style>
span { border-color: #C04F9D; }
span { border-color: rgb(192,79,157); }
td.TdClassName
{
border-color: #C04F9D;
}
.TagClassName
{
border-color: #C04F9D;
}
</style>