Shades of Mulberry #C55D8C
Tints of Mulberry #C55D8C
RGB
CMYK
RGB Variations
Color information
#C55D8C (or 0xC55D8C) is known color: Mulberry. HEX triplet: C5, 5D and 8C. RGB value is (197,93,140). Sum of RGB (Red+Green+Blue) = 197+93+140=430 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.81% from 430); Green value is 93 (36.72% from 255 or 21.63% from 430); Blue value is 140 (55.08% from 255 or 32.56% from 430); Max value from RGB is 197 - color contains mainly: red. Hex color #C55D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55D8C is #3AA273. Grayscale: #818181. Windows color (decimal): -3842676 or 9199045. OLE color: 9199045.
HSL color Cylindrical-coordinate representation of color #C55D8C: hue angle of 332.88º 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 #C55D8C is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 93 | 140 | - |
| CMYK | 0 | 0.53 | 0.29 | 0.23 |
| HSL | 332.88º | 0.47% | 0.57% | - |
| HSV(B) | 332.88º | 0.53% | 0.77% | - |
| XYZ | 31.67 | 21.59 | 27.31 | - |
| YUV | 129.45 | 133.96 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 93 | 140 | 0 | 0.53 | 0.29 | 0.23 | 332.88 | 0.47 | 0.57 |
| Hex | C5 | 5D | 8C | 0 | 35 | 1D | 17 | 14D | 2F | 39 |
| Octal | 305 | 135 | 214 | 0 | 65 | 35 | 27 | 515 | 57 | 71 |
| Binary | 11000101 | 1011101 | 10001100 | 0 | 110101 | 11101 | 10111 | 101001101 | 101111 | 111001 |
Color Harmonies of #C55D8C
Complementary color
Monochromatic Colors of #C55D8C
Black with #C55D8C
Text Example
Text Example
White with #C55D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55D8C; }
p { color: rgb(197,93,140); }
H1.HeaderClassName
{
color: #C55D8C;
}
.AnyTagClassName
{
color: #C55D8C;
}
</style>
background-color css
<style>
a { background-color: #C55D8C; }
a { background-color: rgb(197,93,140); }
div.DivClassName
{
background-color: #C55D8C;
}
.BgClassName
{
background-color: #C55D8C;
}
</style>
border-color css
<style>
span { border-color: #C55D8C; }
span { border-color: rgb(197,93,140); }
td.TdClassName
{
border-color: #C55D8C;
}
.TagClassName
{
border-color: #C55D8C;
}
</style>