Shades of Mulberry #C04D98
Tints of Mulberry #C04D98
RGB
CMYK
RGB Variations
Color information
#C04D98 (or 0xC04D98) is known color: Mulberry. HEX triplet: C0, 4D and 98. RGB value is (192,77,152). Sum of RGB (Red+Green+Blue) = 192+77+152=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 77 (30.47% from 255 or 18.29% from 421); Blue value is 152 (59.77% from 255 or 36.10% from 421); Max value from RGB is 192 - color contains mainly: red. Hex color #C04D98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04D98 is #3FB267. Grayscale: #777777. Windows color (decimal): -4174440 or 9981376. OLE color: 9981376.
HSL color Cylindrical-coordinate representation of color #C04D98: hue angle of 320.87º 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 #C04D98 is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 77 | 152 | - |
| CMYK | 0 | 0.60 | 0.21 | 0.25 |
| HSL | 320.87º | 0.48% | 0.53% | - |
| HSV(B) | 320.87º | 0.6% | 0.75% | - |
| XYZ | 30.06 | 18.78 | 31.75 | - |
| YUV | 119.94 | 146.1 | 179.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 77 | 152 | 0 | 0.60 | 0.21 | 0.25 | 320.87 | 0.48 | 0.53 |
| Hex | C0 | 4D | 98 | 0 | 3C | 15 | 19 | 141 | 30 | 35 |
| Octal | 300 | 115 | 230 | 0 | 74 | 25 | 31 | 501 | 60 | 65 |
| Binary | 11000000 | 1001101 | 10011000 | 0 | 111100 | 10101 | 11001 | 101000001 | 110000 | 110101 |
Color Harmonies of #C04D98
Complementary color
Monochromatic Colors of #C04D98
Black with #C04D98
Text Example
Text Example
White with #C04D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04D98; }
p { color: rgb(192,77,152); }
H1.HeaderClassName
{
color: #C04D98;
}
.AnyTagClassName
{
color: #C04D98;
}
</style>
background-color css
<style>
a { background-color: #C04D98; }
a { background-color: rgb(192,77,152); }
div.DivClassName
{
background-color: #C04D98;
}
.BgClassName
{
background-color: #C04D98;
}
</style>
border-color css
<style>
span { border-color: #C04D98; }
span { border-color: rgb(192,77,152); }
td.TdClassName
{
border-color: #C04D98;
}
.TagClassName
{
border-color: #C04D98;
}
</style>