Shades of Mulberry #C04788
Tints of Mulberry #C04788
RGB
CMYK
RGB Variations
Color information
#C04788 (or 0xC04788) is known color: Mulberry. HEX triplet: C0, 47 and 88. RGB value is (192,71,136). Sum of RGB (Red+Green+Blue) = 192+71+136=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 71 (28.12% from 255 or 17.79% from 399); Blue value is 136 (53.52% from 255 or 34.09% from 399); Max value from RGB is 192 - color contains mainly: red. Hex color #C04788 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04788 is #3FB877. Grayscale: #727272. Windows color (decimal): -4175992 or 8931264. OLE color: 8931264.
HSL color Cylindrical-coordinate representation of color #C04788: hue angle of 327.77º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C04788 is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 71 | 136 | - |
| CMYK | 0 | 0.63 | 0.29 | 0.25 |
| HSL | 327.77º | 0.49% | 0.52% | - |
| HSV(B) | 327.77º | 0.63% | 0.75% | - |
| XYZ | 28.44 | 17.49 | 25.17 | - |
| YUV | 114.59 | 140.09 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 71 | 136 | 0 | 0.63 | 0.29 | 0.25 | 327.77 | 0.49 | 0.52 |
| Hex | C0 | 47 | 88 | 0 | 3F | 1D | 19 | 148 | 31 | 34 |
| Octal | 300 | 107 | 210 | 0 | 77 | 35 | 31 | 510 | 61 | 64 |
| Binary | 11000000 | 1000111 | 10001000 | 0 | 111111 | 11101 | 11001 | 101001000 | 110001 | 110100 |
Color Harmonies of #C04788
Complementary color
Monochromatic Colors of #C04788
Black with #C04788
Text Example
Text Example
White with #C04788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04788; }
p { color: rgb(192,71,136); }
H1.HeaderClassName
{
color: #C04788;
}
.AnyTagClassName
{
color: #C04788;
}
</style>
background-color css
<style>
a { background-color: #C04788; }
a { background-color: rgb(192,71,136); }
div.DivClassName
{
background-color: #C04788;
}
.BgClassName
{
background-color: #C04788;
}
</style>
border-color css
<style>
span { border-color: #C04788; }
span { border-color: rgb(192,71,136); }
td.TdClassName
{
border-color: #C04788;
}
.TagClassName
{
border-color: #C04788;
}
</style>