Shades of Mulberry #C04F96
Tints of Mulberry #C04F96
RGB
CMYK
RGB Variations
Color information
#C04F96 (or 0xC04F96) is known color: Mulberry. HEX triplet: C0, 4F and 96. RGB value is (192,79,150). Sum of RGB (Red+Green+Blue) = 192+79+150=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 79 (31.25% from 255 or 18.76% from 421); Blue value is 150 (58.98% from 255 or 35.63% from 421); Max value from RGB is 192 - color contains mainly: red. Hex color #C04F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04F96 is #3FB069. Grayscale: #787878. Windows color (decimal): -4173930 or 9850816. OLE color: 9850816.
HSL color Cylindrical-coordinate representation of color #C04F96: hue angle of 322.3º 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 #C04F96 is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 79 | 150 | - |
| CMYK | 0 | 0.59 | 0.22 | 0.25 |
| HSL | 322.3º | 0.47% | 0.53% | - |
| HSV(B) | 322.3º | 0.59% | 0.75% | - |
| XYZ | 30.04 | 19 | 30.94 | - |
| YUV | 120.88 | 144.44 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 79 | 150 | 0 | 0.59 | 0.22 | 0.25 | 322.3 | 0.47 | 0.53 |
| Hex | C0 | 4F | 96 | 0 | 3B | 16 | 19 | 142 | 2F | 35 |
| Octal | 300 | 117 | 226 | 0 | 73 | 26 | 31 | 502 | 57 | 65 |
| Binary | 11000000 | 1001111 | 10010110 | 0 | 111011 | 10110 | 11001 | 101000010 | 101111 | 110101 |
Color Harmonies of #C04F96
Complementary color
Monochromatic Colors of #C04F96
Black with #C04F96
Text Example
Text Example
White with #C04F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04F96; }
p { color: rgb(192,79,150); }
H1.HeaderClassName
{
color: #C04F96;
}
.AnyTagClassName
{
color: #C04F96;
}
</style>
background-color css
<style>
a { background-color: #C04F96; }
a { background-color: rgb(192,79,150); }
div.DivClassName
{
background-color: #C04F96;
}
.BgClassName
{
background-color: #C04F96;
}
</style>
border-color css
<style>
span { border-color: #C04F96; }
span { border-color: rgb(192,79,150); }
td.TdClassName
{
border-color: #C04F96;
}
.TagClassName
{
border-color: #C04F96;
}
</style>