Shades of Mulberry #C55A9B
Tints of Mulberry #C55A9B
RGB
CMYK
RGB Variations
Color information
#C55A9B (or 0xC55A9B) is known color: Mulberry. HEX triplet: C5, 5A and 9B. RGB value is (197,90,155). Sum of RGB (Red+Green+Blue) = 197+90+155=442 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.57% from 442); Green value is 90 (35.55% from 255 or 20.36% from 442); Blue value is 155 (60.94% from 255 or 35.07% from 442); Max value from RGB is 197 - color contains mainly: red. Hex color #C55A9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55A9B is #3AA564. Grayscale: #818181. Windows color (decimal): -3843429 or 10181317. OLE color: 10181317.
HSL color Cylindrical-coordinate representation of color #C55A9B: hue angle of 323.55º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C55A9B is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 90 | 155 | - |
| CMYK | 0 | 0.54 | 0.21 | 0.23 |
| HSL | 323.55º | 0.48% | 0.56% | - |
| HSV(B) | 323.55º | 0.54% | 0.77% | - |
| XYZ | 32.6 | 21.55 | 33.45 | - |
| YUV | 129.4 | 142.45 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 90 | 155 | 0 | 0.54 | 0.21 | 0.23 | 323.55 | 0.48 | 0.56 |
| Hex | C5 | 5A | 9B | 0 | 36 | 15 | 17 | 144 | 30 | 38 |
| Octal | 305 | 132 | 233 | 0 | 66 | 25 | 27 | 504 | 60 | 70 |
| Binary | 11000101 | 1011010 | 10011011 | 0 | 110110 | 10101 | 10111 | 101000100 | 110000 | 111000 |
Color Harmonies of #C55A9B
Complementary color
Monochromatic Colors of #C55A9B
Black with #C55A9B
Text Example
Text Example
White with #C55A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55A9B; }
p { color: rgb(197,90,155); }
H1.HeaderClassName
{
color: #C55A9B;
}
.AnyTagClassName
{
color: #C55A9B;
}
</style>
background-color css
<style>
a { background-color: #C55A9B; }
a { background-color: rgb(197,90,155); }
div.DivClassName
{
background-color: #C55A9B;
}
.BgClassName
{
background-color: #C55A9B;
}
</style>
border-color css
<style>
span { border-color: #C55A9B; }
span { border-color: rgb(197,90,155); }
td.TdClassName
{
border-color: #C55A9B;
}
.TagClassName
{
border-color: #C55A9B;
}
</style>