Shades of Mulberry #C0479C
Tints of Mulberry #C0479C
RGB
CMYK
RGB Variations
Color information
#C0479C (or 0xC0479C) is known color: Mulberry. HEX triplet: C0, 47 and 9C. RGB value is (192,71,156). Sum of RGB (Red+Green+Blue) = 192+71+156=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 71 (28.12% from 255 or 16.95% from 419); Blue value is 156 (61.33% from 255 or 37.23% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C0479C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0479C is #3FB863. Grayscale: #747474. Windows color (decimal): -4175972 or 10241984. OLE color: 10241984.
HSL color Cylindrical-coordinate representation of color #C0479C: hue angle of 317.85º 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 #C0479C is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 71 | 156 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.25 |
| HSL | 317.85º | 0.49% | 0.52% | - |
| HSV(B) | 317.85º | 0.63% | 0.75% | - |
| XYZ | 29.99 | 18.11 | 33.37 | - |
| YUV | 116.87 | 150.09 | 181.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 71 | 156 | 0 | 0.63 | 0.19 | 0.25 | 317.85 | 0.49 | 0.52 |
| Hex | C0 | 47 | 9C | 0 | 3F | 13 | 19 | 13E | 31 | 34 |
| Octal | 300 | 107 | 234 | 0 | 77 | 23 | 31 | 476 | 61 | 64 |
| Binary | 11000000 | 1000111 | 10011100 | 0 | 111111 | 10011 | 11001 | 100111110 | 110001 | 110100 |
Color Harmonies of #C0479C
Complementary color
Monochromatic Colors of #C0479C
Black with #C0479C
Text Example
Text Example
White with #C0479C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0479C; }
p { color: rgb(192,71,156); }
H1.HeaderClassName
{
color: #C0479C;
}
.AnyTagClassName
{
color: #C0479C;
}
</style>
background-color css
<style>
a { background-color: #C0479C; }
a { background-color: rgb(192,71,156); }
div.DivClassName
{
background-color: #C0479C;
}
.BgClassName
{
background-color: #C0479C;
}
</style>
border-color css
<style>
span { border-color: #C0479C; }
span { border-color: rgb(192,71,156); }
td.TdClassName
{
border-color: #C0479C;
}
.TagClassName
{
border-color: #C0479C;
}
</style>