Shades of Mulberry #C5509D
Tints of Mulberry #C5509D
RGB
CMYK
RGB Variations
Color information
#C5509D (or 0xC5509D) is known color: Mulberry. HEX triplet: C5, 50 and 9D. RGB value is (197,80,157). Sum of RGB (Red+Green+Blue) = 197+80+157=434 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.39% from 434); Green value is 80 (31.64% from 255 or 18.43% from 434); Blue value is 157 (61.72% from 255 or 36.18% from 434); Max value from RGB is 197 - color contains mainly: red. Hex color #C5509D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5509D is #3AAF62. Grayscale: #7B7B7B. Windows color (decimal): -3845987 or 10309829. OLE color: 10309829.
HSL color Cylindrical-coordinate representation of color #C5509D: hue angle of 320.51º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C5509D is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 80 | 157 | - |
| CMYK | 0 | 0.59 | 0.20 | 0.23 |
| HSL | 320.51º | 0.5% | 0.54% | - |
| HSV(B) | 320.51º | 0.59% | 0.77% | - |
| XYZ | 31.98 | 20.04 | 34.08 | - |
| YUV | 123.76 | 146.76 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 80 | 157 | 0 | 0.59 | 0.20 | 0.23 | 320.51 | 0.5 | 0.54 |
| Hex | C5 | 50 | 9D | 0 | 3B | 14 | 17 | 141 | 32 | 36 |
| Octal | 305 | 120 | 235 | 0 | 73 | 24 | 27 | 501 | 62 | 66 |
| Binary | 11000101 | 1010000 | 10011101 | 0 | 111011 | 10100 | 10111 | 101000001 | 110010 | 110110 |
Color Harmonies of #C5509D
Complementary color
Monochromatic Colors of #C5509D
Black with #C5509D
Text Example
Text Example
White with #C5509D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5509D; }
p { color: rgb(197,80,157); }
H1.HeaderClassName
{
color: #C5509D;
}
.AnyTagClassName
{
color: #C5509D;
}
</style>
background-color css
<style>
a { background-color: #C5509D; }
a { background-color: rgb(197,80,157); }
div.DivClassName
{
background-color: #C5509D;
}
.BgClassName
{
background-color: #C5509D;
}
</style>
border-color css
<style>
span { border-color: #C5509D; }
span { border-color: rgb(197,80,157); }
td.TdClassName
{
border-color: #C5509D;
}
.TagClassName
{
border-color: #C5509D;
}
</style>