Shades of Mulberry #C5509E
Tints of Mulberry #C5509E
RGB
CMYK
RGB Variations
Color information
#C5509E (or 0xC5509E) is known color: Mulberry. HEX triplet: C5, 50 and 9E. RGB value is (197,80,158). Sum of RGB (Red+Green+Blue) = 197+80+158=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 80 (31.64% from 255 or 18.39% from 435); Blue value is 158 (62.11% from 255 or 36.32% from 435); Max value from RGB is 197 - color contains mainly: red. Hex color #C5509E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5509E is #3AAF61. Grayscale: #7B7B7B. Windows color (decimal): -3845986 or 10375365. OLE color: 10375365.
HSL color Cylindrical-coordinate representation of color #C5509E: hue angle of 320º 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 #C5509E is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 80 | 158 | - |
| CMYK | 0 | 0.59 | 0.20 | 0.23 |
| HSL | 320º | 0.5% | 0.54% | - |
| HSV(B) | 320º | 0.59% | 0.77% | - |
| XYZ | 32.07 | 20.08 | 34.53 | - |
| YUV | 123.88 | 147.26 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 80 | 158 | 0 | 0.59 | 0.20 | 0.23 | 320 | 0.5 | 0.54 |
| Hex | C5 | 50 | 9E | 0 | 3B | 14 | 17 | 140 | 32 | 36 |
| Octal | 305 | 120 | 236 | 0 | 73 | 24 | 27 | 500 | 62 | 66 |
| Binary | 11000101 | 1010000 | 10011110 | 0 | 111011 | 10100 | 10111 | 101000000 | 110010 | 110110 |
Color Harmonies of #C5509E
Complementary color
Monochromatic Colors of #C5509E
Black with #C5509E
Text Example
Text Example
White with #C5509E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5509E; }
p { color: rgb(197,80,158); }
H1.HeaderClassName
{
color: #C5509E;
}
.AnyTagClassName
{
color: #C5509E;
}
</style>
background-color css
<style>
a { background-color: #C5509E; }
a { background-color: rgb(197,80,158); }
div.DivClassName
{
background-color: #C5509E;
}
.BgClassName
{
background-color: #C5509E;
}
</style>
border-color css
<style>
span { border-color: #C5509E; }
span { border-color: rgb(197,80,158); }
td.TdClassName
{
border-color: #C5509E;
}
.TagClassName
{
border-color: #C5509E;
}
</style>