Shades of Mulberry #C0489E
Tints of Mulberry #C0489E
RGB
CMYK
RGB Variations
Color information
#C0489E (or 0xC0489E) is known color: Mulberry. HEX triplet: C0, 48 and 9E. RGB value is (192,72,158). Sum of RGB (Red+Green+Blue) = 192+72+158=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 72 (28.52% from 255 or 17.06% from 422); Blue value is 158 (62.11% from 255 or 37.44% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C0489E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0489E is #3FB761. Grayscale: #757575. Windows color (decimal): -4175714 or 10373312. OLE color: 10373312.
HSL color Cylindrical-coordinate representation of color #C0489E: hue angle of 317º 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 #C0489E is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 72 | 158 | - |
| CMYK | 0 | 0.63 | 0.18 | 0.25 |
| HSL | 317º | 0.49% | 0.52% | - |
| HSV(B) | 317º | 0.63% | 0.75% | - |
| XYZ | 30.23 | 18.31 | 34.29 | - |
| YUV | 117.68 | 150.76 | 181.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 72 | 158 | 0 | 0.63 | 0.18 | 0.25 | 317 | 0.49 | 0.52 |
| Hex | C0 | 48 | 9E | 0 | 3F | 12 | 19 | 13D | 31 | 34 |
| Octal | 300 | 110 | 236 | 0 | 77 | 22 | 31 | 475 | 61 | 64 |
| Binary | 11000000 | 1001000 | 10011110 | 0 | 111111 | 10010 | 11001 | 100111101 | 110001 | 110100 |
Color Harmonies of #C0489E
Complementary color
Monochromatic Colors of #C0489E
Black with #C0489E
Text Example
Text Example
White with #C0489E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0489E; }
p { color: rgb(192,72,158); }
H1.HeaderClassName
{
color: #C0489E;
}
.AnyTagClassName
{
color: #C0489E;
}
</style>
background-color css
<style>
a { background-color: #C0489E; }
a { background-color: rgb(192,72,158); }
div.DivClassName
{
background-color: #C0489E;
}
.BgClassName
{
background-color: #C0489E;
}
</style>
border-color css
<style>
span { border-color: #C0489E; }
span { border-color: rgb(192,72,158); }
td.TdClassName
{
border-color: #C0489E;
}
.TagClassName
{
border-color: #C0489E;
}
</style>