Shades of Mulberry #C550A0
Tints of Mulberry #C550A0
RGB
CMYK
RGB Variations
Color information
#C550A0 (or 0xC550A0) is known color: Mulberry. HEX triplet: C5, 50 and A0. RGB value is (197,80,160). Sum of RGB (Red+Green+Blue) = 197+80+160=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 80 (31.64% from 255 or 18.31% from 437); Blue value is 160 (62.89% from 255 or 36.61% from 437); Max value from RGB is 197 - color contains mainly: red. Hex color #C550A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C550A0 is #3AAF5F. Grayscale: #7B7B7B. Windows color (decimal): -3845984 or 10506437. OLE color: 10506437.
HSL color Cylindrical-coordinate representation of color #C550A0: hue angle of 318.97º 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 #C550A0 is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 80 | 160 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.23 |
| HSL | 318.97º | 0.5% | 0.54% | - |
| HSV(B) | 318.97º | 0.59% | 0.77% | - |
| XYZ | 32.24 | 20.15 | 35.45 | - |
| YUV | 124.1 | 148.26 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 80 | 160 | 0 | 0.59 | 0.19 | 0.23 | 318.97 | 0.5 | 0.54 |
| Hex | C5 | 50 | A0 | 0 | 3B | 13 | 17 | 13F | 32 | 36 |
| Octal | 305 | 120 | 240 | 0 | 73 | 23 | 27 | 477 | 62 | 66 |
| Binary | 11000101 | 1010000 | 10100000 | 0 | 111011 | 10011 | 10111 | 100111111 | 110010 | 110110 |
Color Harmonies of #C550A0
Complementary color
Monochromatic Colors of #C550A0
Black with #C550A0
Text Example
Text Example
White with #C550A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C550A0; }
p { color: rgb(197,80,160); }
H1.HeaderClassName
{
color: #C550A0;
}
.AnyTagClassName
{
color: #C550A0;
}
</style>
background-color css
<style>
a { background-color: #C550A0; }
a { background-color: rgb(197,80,160); }
div.DivClassName
{
background-color: #C550A0;
}
.BgClassName
{
background-color: #C550A0;
}
</style>
border-color css
<style>
span { border-color: #C550A0; }
span { border-color: rgb(197,80,160); }
td.TdClassName
{
border-color: #C550A0;
}
.TagClassName
{
border-color: #C550A0;
}
</style>