Shades of Mulberry #C04988
Tints of Mulberry #C04988
RGB
CMYK
RGB Variations
Color information
#C04988 (or 0xC04988) is known color: Mulberry. HEX triplet: C0, 49 and 88. RGB value is (192,73,136). Sum of RGB (Red+Green+Blue) = 192+73+136=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 73 (28.91% from 255 or 18.20% from 401); Blue value is 136 (53.52% from 255 or 33.92% from 401); Max value from RGB is 192 - color contains mainly: red. Hex color #C04988 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04988 is #3FB677. Grayscale: #737373. Windows color (decimal): -4175480 or 8931776. OLE color: 8931776.
HSL color Cylindrical-coordinate representation of color #C04988: hue angle of 328.24º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C04988 is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 73 | 136 | - |
| CMYK | 0 | 0.62 | 0.29 | 0.25 |
| HSL | 328.24º | 0.49% | 0.52% | - |
| HSV(B) | 328.24º | 0.62% | 0.75% | - |
| XYZ | 28.56 | 17.75 | 25.21 | - |
| YUV | 115.76 | 139.42 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 73 | 136 | 0 | 0.62 | 0.29 | 0.25 | 328.24 | 0.49 | 0.52 |
| Hex | C0 | 49 | 88 | 0 | 3E | 1D | 19 | 148 | 31 | 34 |
| Octal | 300 | 111 | 210 | 0 | 76 | 35 | 31 | 510 | 61 | 64 |
| Binary | 11000000 | 1001001 | 10001000 | 0 | 111110 | 11101 | 11001 | 101001000 | 110001 | 110100 |
Color Harmonies of #C04988
Complementary color
Monochromatic Colors of #C04988
Black with #C04988
Text Example
Text Example
White with #C04988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04988; }
p { color: rgb(192,73,136); }
H1.HeaderClassName
{
color: #C04988;
}
.AnyTagClassName
{
color: #C04988;
}
</style>
background-color css
<style>
a { background-color: #C04988; }
a { background-color: rgb(192,73,136); }
div.DivClassName
{
background-color: #C04988;
}
.BgClassName
{
background-color: #C04988;
}
</style>
border-color css
<style>
span { border-color: #C04988; }
span { border-color: rgb(192,73,136); }
td.TdClassName
{
border-color: #C04988;
}
.TagClassName
{
border-color: #C04988;
}
</style>