Shades of Mulberry #C04F98
Tints of Mulberry #C04F98
RGB
CMYK
RGB Variations
Color information
#C04F98 (or 0xC04F98) is known color: Mulberry. HEX triplet: C0, 4F and 98. RGB value is (192,79,152). Sum of RGB (Red+Green+Blue) = 192+79+152=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 79 (31.25% from 255 or 18.68% from 423); Blue value is 152 (59.77% from 255 or 35.93% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C04F98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04F98 is #3FB067. Grayscale: #787878. Windows color (decimal): -4173928 or 9981888. OLE color: 9981888.
HSL color Cylindrical-coordinate representation of color #C04F98: hue angle of 321.24º 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 #C04F98 is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 79 | 152 | - |
| CMYK | 0 | 0.59 | 0.21 | 0.25 |
| HSL | 321.24º | 0.47% | 0.53% | - |
| HSV(B) | 321.24º | 0.59% | 0.75% | - |
| XYZ | 30.2 | 19.07 | 31.79 | - |
| YUV | 121.11 | 145.44 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 79 | 152 | 0 | 0.59 | 0.21 | 0.25 | 321.24 | 0.47 | 0.53 |
| Hex | C0 | 4F | 98 | 0 | 3B | 15 | 19 | 141 | 2F | 35 |
| Octal | 300 | 117 | 230 | 0 | 73 | 25 | 31 | 501 | 57 | 65 |
| Binary | 11000000 | 1001111 | 10011000 | 0 | 111011 | 10101 | 11001 | 101000001 | 101111 | 110101 |
Color Harmonies of #C04F98
Complementary color
Monochromatic Colors of #C04F98
Black with #C04F98
Text Example
Text Example
White with #C04F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04F98; }
p { color: rgb(192,79,152); }
H1.HeaderClassName
{
color: #C04F98;
}
.AnyTagClassName
{
color: #C04F98;
}
</style>
background-color css
<style>
a { background-color: #C04F98; }
a { background-color: rgb(192,79,152); }
div.DivClassName
{
background-color: #C04F98;
}
.BgClassName
{
background-color: #C04F98;
}
</style>
border-color css
<style>
span { border-color: #C04F98; }
span { border-color: rgb(192,79,152); }
td.TdClassName
{
border-color: #C04F98;
}
.TagClassName
{
border-color: #C04F98;
}
</style>