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