Shades of Mulberry #C550A5
Tints of Mulberry #C550A5
RGB
CMYK
RGB Variations
Color information
#C550A5 (or 0xC550A5) is known color: Mulberry. HEX triplet: C5, 50 and A5. RGB value is (197,80,165). Sum of RGB (Red+Green+Blue) = 197+80+165=442 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.57% from 442); Green value is 80 (31.64% from 255 or 18.10% from 442); Blue value is 165 (64.84% from 255 or 37.33% from 442); Max value from RGB is 197 - color contains mainly: red. Hex color #C550A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C550A5 is #3AAF5A. Grayscale: #7C7C7C. Windows color (decimal): -3845979 or 10834117. OLE color: 10834117.
HSL color Cylindrical-coordinate representation of color #C550A5: hue angle of 316.41º 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 #C550A5 is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 80 | 165 | - |
| CMYK | 0 | 0.59 | 0.16 | 0.23 |
| HSL | 316.41º | 0.5% | 0.54% | - |
| HSV(B) | 316.41º | 0.59% | 0.77% | - |
| XYZ | 32.69 | 20.32 | 37.8 | - |
| YUV | 124.67 | 150.76 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 80 | 165 | 0 | 0.59 | 0.16 | 0.23 | 316.41 | 0.5 | 0.54 |
| Hex | C5 | 50 | A5 | 0 | 3B | 10 | 17 | 13C | 32 | 36 |
| Octal | 305 | 120 | 245 | 0 | 73 | 20 | 27 | 474 | 62 | 66 |
| Binary | 11000101 | 1010000 | 10100101 | 0 | 111011 | 10000 | 10111 | 100111100 | 110010 | 110110 |
Color Harmonies of #C550A5
Complementary color
Monochromatic Colors of #C550A5
Black with #C550A5
Text Example
Text Example
White with #C550A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C550A5; }
p { color: rgb(197,80,165); }
H1.HeaderClassName
{
color: #C550A5;
}
.AnyTagClassName
{
color: #C550A5;
}
</style>
background-color css
<style>
a { background-color: #C550A5; }
a { background-color: rgb(197,80,165); }
div.DivClassName
{
background-color: #C550A5;
}
.BgClassName
{
background-color: #C550A5;
}
</style>
border-color css
<style>
span { border-color: #C550A5; }
span { border-color: rgb(197,80,165); }
td.TdClassName
{
border-color: #C550A5;
}
.TagClassName
{
border-color: #C550A5;
}
</style>