Shades of Mulberry #C0509B
Tints of Mulberry #C0509B
RGB
CMYK
RGB Variations
Color information
#C0509B (or 0xC0509B) is known color: Mulberry. HEX triplet: C0, 50 and 9B. RGB value is (192,80,155). Sum of RGB (Red+Green+Blue) = 192+80+155=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 80 (31.64% from 255 or 18.74% from 427); Blue value is 155 (60.94% from 255 or 36.30% from 427); Max value from RGB is 192 - color contains mainly: red. Hex color #C0509B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0509B is #3FAF64. Grayscale: #797979. Windows color (decimal): -4173669 or 10178752. OLE color: 10178752.
HSL color Cylindrical-coordinate representation of color #C0509B: hue angle of 319.82º 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 #C0509B is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 80 | 155 | - |
| CMYK | 0 | 0.58 | 0.19 | 0.25 |
| HSL | 319.82º | 0.47% | 0.53% | - |
| HSV(B) | 319.82º | 0.58% | 0.75% | - |
| XYZ | 30.52 | 19.31 | 33.13 | - |
| YUV | 122.04 | 146.61 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 80 | 155 | 0 | 0.58 | 0.19 | 0.25 | 319.82 | 0.47 | 0.53 |
| Hex | C0 | 50 | 9B | 0 | 3A | 13 | 19 | 140 | 2F | 35 |
| Octal | 300 | 120 | 233 | 0 | 72 | 23 | 31 | 500 | 57 | 65 |
| Binary | 11000000 | 1010000 | 10011011 | 0 | 111010 | 10011 | 11001 | 101000000 | 101111 | 110101 |
Color Harmonies of #C0509B
Complementary color
Monochromatic Colors of #C0509B
Black with #C0509B
Text Example
Text Example
White with #C0509B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0509B; }
p { color: rgb(192,80,155); }
H1.HeaderClassName
{
color: #C0509B;
}
.AnyTagClassName
{
color: #C0509B;
}
</style>
background-color css
<style>
a { background-color: #C0509B; }
a { background-color: rgb(192,80,155); }
div.DivClassName
{
background-color: #C0509B;
}
.BgClassName
{
background-color: #C0509B;
}
</style>
border-color css
<style>
span { border-color: #C0509B; }
span { border-color: rgb(192,80,155); }
td.TdClassName
{
border-color: #C0509B;
}
.TagClassName
{
border-color: #C0509B;
}
</style>