Shades of Mulberry #C04F9B
Tints of Mulberry #C04F9B
RGB
CMYK
RGB Variations
Color information
#C04F9B (or 0xC04F9B) is known color: Mulberry. HEX triplet: C0, 4F and 9B. RGB value is (192,79,155). Sum of RGB (Red+Green+Blue) = 192+79+155=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 79 (31.25% from 255 or 18.54% from 426); Blue value is 155 (60.94% from 255 or 36.38% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C04F9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04F9B is #3FB064. Grayscale: #797979. Windows color (decimal): -4173925 or 10178496. OLE color: 10178496.
HSL color Cylindrical-coordinate representation of color #C04F9B: hue angle of 319.65º 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 #C04F9B is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 79 | 155 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.25 |
| HSL | 319.65º | 0.47% | 0.53% | - |
| HSV(B) | 319.65º | 0.59% | 0.75% | - |
| XYZ | 30.45 | 19.16 | 33.1 | - |
| YUV | 121.45 | 146.94 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 79 | 155 | 0 | 0.59 | 0.19 | 0.25 | 319.65 | 0.47 | 0.53 |
| Hex | C0 | 4F | 9B | 0 | 3B | 13 | 19 | 140 | 2F | 35 |
| Octal | 300 | 117 | 233 | 0 | 73 | 23 | 31 | 500 | 57 | 65 |
| Binary | 11000000 | 1001111 | 10011011 | 0 | 111011 | 10011 | 11001 | 101000000 | 101111 | 110101 |
Color Harmonies of #C04F9B
Complementary color
Monochromatic Colors of #C04F9B
Black with #C04F9B
Text Example
Text Example
White with #C04F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04F9B; }
p { color: rgb(192,79,155); }
H1.HeaderClassName
{
color: #C04F9B;
}
.AnyTagClassName
{
color: #C04F9B;
}
</style>
background-color css
<style>
a { background-color: #C04F9B; }
a { background-color: rgb(192,79,155); }
div.DivClassName
{
background-color: #C04F9B;
}
.BgClassName
{
background-color: #C04F9B;
}
</style>
border-color css
<style>
span { border-color: #C04F9B; }
span { border-color: rgb(192,79,155); }
td.TdClassName
{
border-color: #C04F9B;
}
.TagClassName
{
border-color: #C04F9B;
}
</style>