Shades of Mulberry #C55199
Tints of Mulberry #C55199
RGB
CMYK
RGB Variations
Color information
#C55199 (or 0xC55199) is known color: Mulberry. HEX triplet: C5, 51 and 99. RGB value is (197,81,153). Sum of RGB (Red+Green+Blue) = 197+81+153=431 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.71% from 431); Green value is 81 (32.03% from 255 or 18.79% from 431); Blue value is 153 (60.16% from 255 or 35.50% from 431); Max value from RGB is 197 - color contains mainly: red. Hex color #C55199 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55199 is #3AAE66. Grayscale: #7B7B7B. Windows color (decimal): -3845735 or 10047941. OLE color: 10047941.
HSL color Cylindrical-coordinate representation of color #C55199: hue angle of 322.76º 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 #C55199 is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 81 | 153 | - |
| CMYK | 0 | 0.59 | 0.22 | 0.23 |
| HSL | 322.76º | 0.5% | 0.55% | - |
| HSV(B) | 322.76º | 0.59% | 0.77% | - |
| XYZ | 31.72 | 20.06 | 32.34 | - |
| YUV | 123.89 | 144.43 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 81 | 153 | 0 | 0.59 | 0.22 | 0.23 | 322.76 | 0.5 | 0.55 |
| Hex | C5 | 51 | 99 | 0 | 3B | 16 | 17 | 143 | 32 | 37 |
| Octal | 305 | 121 | 231 | 0 | 73 | 26 | 27 | 503 | 62 | 67 |
| Binary | 11000101 | 1010001 | 10011001 | 0 | 111011 | 10110 | 10111 | 101000011 | 110010 | 110111 |
Color Harmonies of #C55199
Complementary color
Monochromatic Colors of #C55199
Black with #C55199
Text Example
Text Example
White with #C55199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55199; }
p { color: rgb(197,81,153); }
H1.HeaderClassName
{
color: #C55199;
}
.AnyTagClassName
{
color: #C55199;
}
</style>
background-color css
<style>
a { background-color: #C55199; }
a { background-color: rgb(197,81,153); }
div.DivClassName
{
background-color: #C55199;
}
.BgClassName
{
background-color: #C55199;
}
</style>
border-color css
<style>
span { border-color: #C55199; }
span { border-color: rgb(197,81,153); }
td.TdClassName
{
border-color: #C55199;
}
.TagClassName
{
border-color: #C55199;
}
</style>