Shades of Mulberry #C04790
Tints of Mulberry #C04790
RGB
CMYK
RGB Variations
Color information
#C04790 (or 0xC04790) is known color: Mulberry. HEX triplet: C0, 47 and 90. RGB value is (192,71,144). Sum of RGB (Red+Green+Blue) = 192+71+144=407 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.17% from 407); Green value is 71 (28.12% from 255 or 17.44% from 407); Blue value is 144 (56.64% from 255 or 35.38% from 407); Max value from RGB is 192 - color contains mainly: red. Hex color #C04790 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04790 is #3FB86F. Grayscale: #737373. Windows color (decimal): -4175984 or 9455552. OLE color: 9455552.
HSL color Cylindrical-coordinate representation of color #C04790: hue angle of 323.8º 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 #C04790 is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 71 | 144 | - |
| CMYK | 0 | 0.63 | 0.25 | 0.25 |
| HSL | 323.8º | 0.49% | 0.52% | - |
| HSV(B) | 323.8º | 0.63% | 0.75% | - |
| XYZ | 29.03 | 17.73 | 28.28 | - |
| YUV | 115.5 | 144.09 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 71 | 144 | 0 | 0.63 | 0.25 | 0.25 | 323.8 | 0.49 | 0.52 |
| Hex | C0 | 47 | 90 | 0 | 3F | 19 | 19 | 144 | 31 | 34 |
| Octal | 300 | 107 | 220 | 0 | 77 | 31 | 31 | 504 | 61 | 64 |
| Binary | 11000000 | 1000111 | 10010000 | 0 | 111111 | 11001 | 11001 | 101000100 | 110001 | 110100 |
Color Harmonies of #C04790
Complementary color
Monochromatic Colors of #C04790
Black with #C04790
Text Example
Text Example
White with #C04790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04790; }
p { color: rgb(192,71,144); }
H1.HeaderClassName
{
color: #C04790;
}
.AnyTagClassName
{
color: #C04790;
}
</style>
background-color css
<style>
a { background-color: #C04790; }
a { background-color: rgb(192,71,144); }
div.DivClassName
{
background-color: #C04790;
}
.BgClassName
{
background-color: #C04790;
}
</style>
border-color css
<style>
span { border-color: #C04790; }
span { border-color: rgb(192,71,144); }
td.TdClassName
{
border-color: #C04790;
}
.TagClassName
{
border-color: #C04790;
}
</style>