Shades of Mulberry #C55B9A
Tints of Mulberry #C55B9A
RGB
CMYK
RGB Variations
Color information
#C55B9A (or 0xC55B9A) is known color: Mulberry. HEX triplet: C5, 5B and 9A. RGB value is (197,91,154). Sum of RGB (Red+Green+Blue) = 197+91+154=442 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.57% from 442); Green value is 91 (35.94% from 255 or 20.59% from 442); Blue value is 154 (60.55% from 255 or 34.84% from 442); Max value from RGB is 197 - color contains mainly: red. Hex color #C55B9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55B9A is #3AA465. Grayscale: #818181. Windows color (decimal): -3843174 or 10116037. OLE color: 10116037.
HSL color Cylindrical-coordinate representation of color #C55B9A: hue angle of 324.34º 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 #C55B9A is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 91 | 154 | - |
| CMYK | 0 | 0.54 | 0.22 | 0.23 |
| HSL | 324.34º | 0.48% | 0.56% | - |
| HSV(B) | 324.34º | 0.54% | 0.77% | - |
| XYZ | 32.6 | 21.69 | 33.04 | - |
| YUV | 129.88 | 141.62 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 91 | 154 | 0 | 0.54 | 0.22 | 0.23 | 324.34 | 0.48 | 0.56 |
| Hex | C5 | 5B | 9A | 0 | 36 | 16 | 17 | 144 | 30 | 38 |
| Octal | 305 | 133 | 232 | 0 | 66 | 26 | 27 | 504 | 60 | 70 |
| Binary | 11000101 | 1011011 | 10011010 | 0 | 110110 | 10110 | 10111 | 101000100 | 110000 | 111000 |
Color Harmonies of #C55B9A
Complementary color
Monochromatic Colors of #C55B9A
Black with #C55B9A
Text Example
Text Example
White with #C55B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55B9A; }
p { color: rgb(197,91,154); }
H1.HeaderClassName
{
color: #C55B9A;
}
.AnyTagClassName
{
color: #C55B9A;
}
</style>
background-color css
<style>
a { background-color: #C55B9A; }
a { background-color: rgb(197,91,154); }
div.DivClassName
{
background-color: #C55B9A;
}
.BgClassName
{
background-color: #C55B9A;
}
</style>
border-color css
<style>
span { border-color: #C55B9A; }
span { border-color: rgb(197,91,154); }
td.TdClassName
{
border-color: #C55B9A;
}
.TagClassName
{
border-color: #C55B9A;
}
</style>