Shades of Mulberry #C0489F
Tints of Mulberry #C0489F
RGB
CMYK
RGB Variations
Color information
#C0489F (or 0xC0489F) is known color: Mulberry. HEX triplet: C0, 48 and 9F. RGB value is (192,72,159). Sum of RGB (Red+Green+Blue) = 192+72+159=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 72 (28.52% from 255 or 17.02% from 423); Blue value is 159 (62.5% from 255 or 37.59% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C0489F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0489F is #3FB760. Grayscale: #757575. Windows color (decimal): -4175713 or 10438848. OLE color: 10438848.
HSL color Cylindrical-coordinate representation of color #C0489F: hue angle of 316.5º 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 #C0489F is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 72 | 159 | - |
| CMYK | 0 | 0.63 | 0.17 | 0.25 |
| HSL | 316.5º | 0.49% | 0.52% | - |
| HSV(B) | 316.5º | 0.63% | 0.75% | - |
| XYZ | 30.31 | 18.34 | 34.74 | - |
| YUV | 117.8 | 151.26 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 72 | 159 | 0 | 0.63 | 0.17 | 0.25 | 316.5 | 0.49 | 0.52 |
| Hex | C0 | 48 | 9F | 0 | 3F | 11 | 19 | 13C | 31 | 34 |
| Octal | 300 | 110 | 237 | 0 | 77 | 21 | 31 | 474 | 61 | 64 |
| Binary | 11000000 | 1001000 | 10011111 | 0 | 111111 | 10001 | 11001 | 100111100 | 110001 | 110100 |
Color Harmonies of #C0489F
Complementary color
Monochromatic Colors of #C0489F
Black with #C0489F
Text Example
Text Example
White with #C0489F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0489F; }
p { color: rgb(192,72,159); }
H1.HeaderClassName
{
color: #C0489F;
}
.AnyTagClassName
{
color: #C0489F;
}
</style>
background-color css
<style>
a { background-color: #C0489F; }
a { background-color: rgb(192,72,159); }
div.DivClassName
{
background-color: #C0489F;
}
.BgClassName
{
background-color: #C0489F;
}
</style>
border-color css
<style>
span { border-color: #C0489F; }
span { border-color: rgb(192,72,159); }
td.TdClassName
{
border-color: #C0489F;
}
.TagClassName
{
border-color: #C0489F;
}
</style>