Shades of Mulberry #C55D9B
Tints of Mulberry #C55D9B
RGB
CMYK
RGB Variations
Color information
#C55D9B (or 0xC55D9B) is known color: Mulberry. HEX triplet: C5, 5D and 9B. RGB value is (197,93,155). Sum of RGB (Red+Green+Blue) = 197+93+155=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 93 (36.72% from 255 or 20.90% from 445); Blue value is 155 (60.94% from 255 or 34.83% from 445); Max value from RGB is 197 - color contains mainly: red. Hex color #C55D9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55D9B is #3AA264. Grayscale: #838383. Windows color (decimal): -3842661 or 10182085. OLE color: 10182085.
HSL color Cylindrical-coordinate representation of color #C55D9B: hue angle of 324.23º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C55D9B is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 93 | 155 | - |
| CMYK | 0 | 0.53 | 0.21 | 0.23 |
| HSL | 324.23º | 0.47% | 0.57% | - |
| HSV(B) | 324.23º | 0.53% | 0.77% | - |
| XYZ | 32.86 | 22.07 | 33.54 | - |
| YUV | 131.16 | 141.46 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 93 | 155 | 0 | 0.53 | 0.21 | 0.23 | 324.23 | 0.47 | 0.57 |
| Hex | C5 | 5D | 9B | 0 | 35 | 15 | 17 | 144 | 2F | 39 |
| Octal | 305 | 135 | 233 | 0 | 65 | 25 | 27 | 504 | 57 | 71 |
| Binary | 11000101 | 1011101 | 10011011 | 0 | 110101 | 10101 | 10111 | 101000100 | 101111 | 111001 |
Color Harmonies of #C55D9B
Complementary color
Monochromatic Colors of #C55D9B
Black with #C55D9B
Text Example
Text Example
White with #C55D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55D9B; }
p { color: rgb(197,93,155); }
H1.HeaderClassName
{
color: #C55D9B;
}
.AnyTagClassName
{
color: #C55D9B;
}
</style>
background-color css
<style>
a { background-color: #C55D9B; }
a { background-color: rgb(197,93,155); }
div.DivClassName
{
background-color: #C55D9B;
}
.BgClassName
{
background-color: #C55D9B;
}
</style>
border-color css
<style>
span { border-color: #C55D9B; }
span { border-color: rgb(197,93,155); }
td.TdClassName
{
border-color: #C55D9B;
}
.TagClassName
{
border-color: #C55D9B;
}
</style>