Shades of Mulberry #C55D9E
Tints of Mulberry #C55D9E
RGB
CMYK
RGB Variations
Color information
#C55D9E (or 0xC55D9E) is known color: Mulberry. HEX triplet: C5, 5D and 9E. RGB value is (197,93,158). Sum of RGB (Red+Green+Blue) = 197+93+158=448 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.97% from 448); Green value is 93 (36.72% from 255 or 20.76% from 448); Blue value is 158 (62.11% from 255 or 35.27% from 448); Max value from RGB is 197 - color contains mainly: red. Hex color #C55D9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55D9E is #3AA261. Grayscale: #838383. Windows color (decimal): -3842658 or 10378693. OLE color: 10378693.
HSL color Cylindrical-coordinate representation of color #C55D9E: hue angle of 322.5º 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 #C55D9E is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 93 | 158 | - |
| CMYK | 0 | 0.53 | 0.20 | 0.23 |
| HSL | 322.5º | 0.47% | 0.57% | - |
| HSV(B) | 322.5º | 0.53% | 0.77% | - |
| XYZ | 33.11 | 22.17 | 34.88 | - |
| YUV | 131.51 | 142.96 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 93 | 158 | 0 | 0.53 | 0.20 | 0.23 | 322.5 | 0.47 | 0.57 |
| Hex | C5 | 5D | 9E | 0 | 35 | 14 | 17 | 142 | 2F | 39 |
| Octal | 305 | 135 | 236 | 0 | 65 | 24 | 27 | 502 | 57 | 71 |
| Binary | 11000101 | 1011101 | 10011110 | 0 | 110101 | 10100 | 10111 | 101000010 | 101111 | 111001 |
Color Harmonies of #C55D9E
Complementary color
Monochromatic Colors of #C55D9E
Black with #C55D9E
Text Example
Text Example
White with #C55D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55D9E; }
p { color: rgb(197,93,158); }
H1.HeaderClassName
{
color: #C55D9E;
}
.AnyTagClassName
{
color: #C55D9E;
}
</style>
background-color css
<style>
a { background-color: #C55D9E; }
a { background-color: rgb(197,93,158); }
div.DivClassName
{
background-color: #C55D9E;
}
.BgClassName
{
background-color: #C55D9E;
}
</style>
border-color css
<style>
span { border-color: #C55D9E; }
span { border-color: rgb(197,93,158); }
td.TdClassName
{
border-color: #C55D9E;
}
.TagClassName
{
border-color: #C55D9E;
}
</style>