Shades of Mulberry #C05099
Tints of Mulberry #C05099
RGB
CMYK
RGB Variations
Color information
#C05099 (or 0xC05099) is known color: Mulberry. HEX triplet: C0, 50 and 99. RGB value is (192,80,153). Sum of RGB (Red+Green+Blue) = 192+80+153=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 80 (31.64% from 255 or 18.82% from 425); Blue value is 153 (60.16% from 255 or 36% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C05099 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05099 is #3FAF66. Grayscale: #797979. Windows color (decimal): -4173671 or 10047680. OLE color: 10047680.
HSL color Cylindrical-coordinate representation of color #C05099: hue angle of 320.89º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C05099 is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 80 | 153 | - |
| CMYK | 0 | 0.58 | 0.20 | 0.25 |
| HSL | 320.89º | 0.47% | 0.53% | - |
| HSV(B) | 320.89º | 0.58% | 0.75% | - |
| XYZ | 30.36 | 19.24 | 32.25 | - |
| YUV | 121.81 | 145.61 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 80 | 153 | 0 | 0.58 | 0.20 | 0.25 | 320.89 | 0.47 | 0.53 |
| Hex | C0 | 50 | 99 | 0 | 3A | 14 | 19 | 141 | 2F | 35 |
| Octal | 300 | 120 | 231 | 0 | 72 | 24 | 31 | 501 | 57 | 65 |
| Binary | 11000000 | 1010000 | 10011001 | 0 | 111010 | 10100 | 11001 | 101000001 | 101111 | 110101 |
Color Harmonies of #C05099
Complementary color
Monochromatic Colors of #C05099
Black with #C05099
Text Example
Text Example
White with #C05099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05099; }
p { color: rgb(192,80,153); }
H1.HeaderClassName
{
color: #C05099;
}
.AnyTagClassName
{
color: #C05099;
}
</style>
background-color css
<style>
a { background-color: #C05099; }
a { background-color: rgb(192,80,153); }
div.DivClassName
{
background-color: #C05099;
}
.BgClassName
{
background-color: #C05099;
}
</style>
border-color css
<style>
span { border-color: #C05099; }
span { border-color: rgb(192,80,153); }
td.TdClassName
{
border-color: #C05099;
}
.TagClassName
{
border-color: #C05099;
}
</style>