Shades of Mulberry #C5509F
Tints of Mulberry #C5509F
RGB
CMYK
RGB Variations
Color information
#C5509F (or 0xC5509F) is known color: Mulberry. HEX triplet: C5, 50 and 9F. RGB value is (197,80,159). Sum of RGB (Red+Green+Blue) = 197+80+159=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 80 (31.64% from 255 or 18.35% from 436); Blue value is 159 (62.5% from 255 or 36.47% from 436); Max value from RGB is 197 - color contains mainly: red. Hex color #C5509F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5509F is #3AAF60. Grayscale: #7B7B7B. Windows color (decimal): -3845985 or 10440901. OLE color: 10440901.
HSL color Cylindrical-coordinate representation of color #C5509F: hue angle of 319.49º 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 #C5509F is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 80 | 159 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.23 |
| HSL | 319.49º | 0.5% | 0.54% | - |
| HSV(B) | 319.49º | 0.59% | 0.77% | - |
| XYZ | 32.15 | 20.11 | 34.99 | - |
| YUV | 123.99 | 147.76 | 180.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 80 | 159 | 0 | 0.59 | 0.19 | 0.23 | 319.49 | 0.5 | 0.54 |
| Hex | C5 | 50 | 9F | 0 | 3B | 13 | 17 | 13F | 32 | 36 |
| Octal | 305 | 120 | 237 | 0 | 73 | 23 | 27 | 477 | 62 | 66 |
| Binary | 11000101 | 1010000 | 10011111 | 0 | 111011 | 10011 | 10111 | 100111111 | 110010 | 110110 |
Color Harmonies of #C5509F
Complementary color
Monochromatic Colors of #C5509F
Black with #C5509F
Text Example
Text Example
White with #C5509F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5509F; }
p { color: rgb(197,80,159); }
H1.HeaderClassName
{
color: #C5509F;
}
.AnyTagClassName
{
color: #C5509F;
}
</style>
background-color css
<style>
a { background-color: #C5509F; }
a { background-color: rgb(197,80,159); }
div.DivClassName
{
background-color: #C5509F;
}
.BgClassName
{
background-color: #C5509F;
}
</style>
border-color css
<style>
span { border-color: #C5509F; }
span { border-color: rgb(197,80,159); }
td.TdClassName
{
border-color: #C5509F;
}
.TagClassName
{
border-color: #C5509F;
}
</style>