Shades of Mulberry #C55184
Tints of Mulberry #C55184
RGB
CMYK
RGB Variations
Color information
#C55184 (or 0xC55184) is known color: Mulberry. HEX triplet: C5, 51 and 84. RGB value is (197,81,132). Sum of RGB (Red+Green+Blue) = 197+81+132=410 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.05% from 410); Green value is 81 (32.03% from 255 or 19.76% from 410); Blue value is 132 (51.95% from 255 or 32.20% from 410); Max value from RGB is 197 - color contains mainly: red. Hex color #C55184 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55184 is #3AAE7B. Grayscale: #797979. Windows color (decimal): -3845756 or 8671685. OLE color: 8671685.
HSL color Cylindrical-coordinate representation of color #C55184: hue angle of 333.62º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C55184 is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 81 | 132 | - |
| CMYK | 0 | 0.59 | 0.33 | 0.23 |
| HSL | 333.62º | 0.5% | 0.55% | - |
| HSV(B) | 333.62º | 0.59% | 0.77% | - |
| XYZ | 30.13 | 19.42 | 23.99 | - |
| YUV | 121.5 | 133.93 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 81 | 132 | 0 | 0.59 | 0.33 | 0.23 | 333.62 | 0.5 | 0.55 |
| Hex | C5 | 51 | 84 | 0 | 3B | 21 | 17 | 14E | 32 | 37 |
| Octal | 305 | 121 | 204 | 0 | 73 | 41 | 27 | 516 | 62 | 67 |
| Binary | 11000101 | 1010001 | 10000100 | 0 | 111011 | 100001 | 10111 | 101001110 | 110010 | 110111 |
Color Harmonies of #C55184
Complementary color
Monochromatic Colors of #C55184
Black with #C55184
Text Example
Text Example
White with #C55184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55184; }
p { color: rgb(197,81,132); }
H1.HeaderClassName
{
color: #C55184;
}
.AnyTagClassName
{
color: #C55184;
}
</style>
background-color css
<style>
a { background-color: #C55184; }
a { background-color: rgb(197,81,132); }
div.DivClassName
{
background-color: #C55184;
}
.BgClassName
{
background-color: #C55184;
}
</style>
border-color css
<style>
span { border-color: #C55184; }
span { border-color: rgb(197,81,132); }
td.TdClassName
{
border-color: #C55184;
}
.TagClassName
{
border-color: #C55184;
}
</style>