Shades of Mulberry #C55E9D
Tints of Mulberry #C55E9D
RGB
CMYK
RGB Variations
Color information
#C55E9D (or 0xC55E9D) is known color: Mulberry. HEX triplet: C5, 5E and 9D. RGB value is (197,94,157). Sum of RGB (Red+Green+Blue) = 197+94+157=448 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.97% from 448); Green value is 94 (37.11% from 255 or 20.98% from 448); Blue value is 157 (61.72% from 255 or 35.04% from 448); Max value from RGB is 197 - color contains mainly: red. Hex color #C55E9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55E9D is #3AA162. Grayscale: #838383. Windows color (decimal): -3842403 or 10313413. OLE color: 10313413.
HSL color Cylindrical-coordinate representation of color #C55E9D: hue angle of 323.3º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C55E9D is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 94 | 157 | - |
| CMYK | 0 | 0.52 | 0.20 | 0.23 |
| HSL | 323.3º | 0.47% | 0.57% | - |
| HSV(B) | 323.3º | 0.52% | 0.77% | - |
| XYZ | 33.11 | 22.31 | 34.46 | - |
| YUV | 131.98 | 142.12 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 94 | 157 | 0 | 0.52 | 0.20 | 0.23 | 323.3 | 0.47 | 0.57 |
| Hex | C5 | 5E | 9D | 0 | 34 | 14 | 17 | 143 | 2F | 39 |
| Octal | 305 | 136 | 235 | 0 | 64 | 24 | 27 | 503 | 57 | 71 |
| Binary | 11000101 | 1011110 | 10011101 | 0 | 110100 | 10100 | 10111 | 101000011 | 101111 | 111001 |
Color Harmonies of #C55E9D
Complementary color
Monochromatic Colors of #C55E9D
Black with #C55E9D
Text Example
Text Example
White with #C55E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55E9D; }
p { color: rgb(197,94,157); }
H1.HeaderClassName
{
color: #C55E9D;
}
.AnyTagClassName
{
color: #C55E9D;
}
</style>
background-color css
<style>
a { background-color: #C55E9D; }
a { background-color: rgb(197,94,157); }
div.DivClassName
{
background-color: #C55E9D;
}
.BgClassName
{
background-color: #C55E9D;
}
</style>
border-color css
<style>
span { border-color: #C55E9D; }
span { border-color: rgb(197,94,157); }
td.TdClassName
{
border-color: #C55E9D;
}
.TagClassName
{
border-color: #C55E9D;
}
</style>