Shades of Mulberry #C04992
Tints of Mulberry #C04992
RGB
CMYK
RGB Variations
Color information
#C04992 (or 0xC04992) is known color: Mulberry. HEX triplet: C0, 49 and 92. RGB value is (192,73,146). Sum of RGB (Red+Green+Blue) = 192+73+146=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 73 (28.91% from 255 or 17.76% from 411); Blue value is 146 (57.42% from 255 or 35.52% from 411); Max value from RGB is 192 - color contains mainly: red. Hex color #C04992 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04992 is #3FB66D. Grayscale: #747474. Windows color (decimal): -4175470 or 9587136. OLE color: 9587136.
HSL color Cylindrical-coordinate representation of color #C04992: hue angle of 323.19º 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 #C04992 is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 73 | 146 | - |
| CMYK | 0 | 0.62 | 0.24 | 0.25 |
| HSL | 323.19º | 0.49% | 0.52% | - |
| HSV(B) | 323.19º | 0.62% | 0.75% | - |
| XYZ | 29.31 | 18.05 | 29.13 | - |
| YUV | 116.9 | 144.42 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 73 | 146 | 0 | 0.62 | 0.24 | 0.25 | 323.19 | 0.49 | 0.52 |
| Hex | C0 | 49 | 92 | 0 | 3E | 18 | 19 | 143 | 31 | 34 |
| Octal | 300 | 111 | 222 | 0 | 76 | 30 | 31 | 503 | 61 | 64 |
| Binary | 11000000 | 1001001 | 10010010 | 0 | 111110 | 11000 | 11001 | 101000011 | 110001 | 110100 |
Color Harmonies of #C04992
Complementary color
Monochromatic Colors of #C04992
Black with #C04992
Text Example
Text Example
White with #C04992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04992; }
p { color: rgb(192,73,146); }
H1.HeaderClassName
{
color: #C04992;
}
.AnyTagClassName
{
color: #C04992;
}
</style>
background-color css
<style>
a { background-color: #C04992; }
a { background-color: rgb(192,73,146); }
div.DivClassName
{
background-color: #C04992;
}
.BgClassName
{
background-color: #C04992;
}
</style>
border-color css
<style>
span { border-color: #C04992; }
span { border-color: rgb(192,73,146); }
td.TdClassName
{
border-color: #C04992;
}
.TagClassName
{
border-color: #C04992;
}
</style>