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