Shades of Mulberry #C0489B
Tints of Mulberry #C0489B
RGB
CMYK
RGB Variations
Color information
#C0489B (or 0xC0489B) is known color: Mulberry. HEX triplet: C0, 48 and 9B. RGB value is (192,72,155). Sum of RGB (Red+Green+Blue) = 192+72+155=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 72 (28.52% from 255 or 17.18% from 419); Blue value is 155 (60.94% from 255 or 36.99% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C0489B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0489B is #3FB764. Grayscale: #757575. Windows color (decimal): -4175717 or 10176704. OLE color: 10176704.
HSL color Cylindrical-coordinate representation of color #C0489B: hue angle of 318.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 #C0489B is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 72 | 155 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.25 |
| HSL | 318.5º | 0.49% | 0.52% | - |
| HSV(B) | 318.5º | 0.63% | 0.75% | - |
| XYZ | 29.97 | 18.21 | 32.95 | - |
| YUV | 117.34 | 149.26 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 72 | 155 | 0 | 0.63 | 0.19 | 0.25 | 318.5 | 0.49 | 0.52 |
| Hex | C0 | 48 | 9B | 0 | 3F | 13 | 19 | 13E | 31 | 34 |
| Octal | 300 | 110 | 233 | 0 | 77 | 23 | 31 | 476 | 61 | 64 |
| Binary | 11000000 | 1001000 | 10011011 | 0 | 111111 | 10011 | 11001 | 100111110 | 110001 | 110100 |
Color Harmonies of #C0489B
Complementary color
Monochromatic Colors of #C0489B
Black with #C0489B
Text Example
Text Example
White with #C0489B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0489B; }
p { color: rgb(192,72,155); }
H1.HeaderClassName
{
color: #C0489B;
}
.AnyTagClassName
{
color: #C0489B;
}
</style>
background-color css
<style>
a { background-color: #C0489B; }
a { background-color: rgb(192,72,155); }
div.DivClassName
{
background-color: #C0489B;
}
.BgClassName
{
background-color: #C0489B;
}
</style>
border-color css
<style>
span { border-color: #C0489B; }
span { border-color: rgb(192,72,155); }
td.TdClassName
{
border-color: #C0489B;
}
.TagClassName
{
border-color: #C0489B;
}
</style>