Shades of Mulberry #C55390
Tints of Mulberry #C55390
RGB
CMYK
RGB Variations
Color information
#C55390 (or 0xC55390) is known color: Mulberry. HEX triplet: C5, 53 and 90. RGB value is (197,83,144). Sum of RGB (Red+Green+Blue) = 197+83+144=424 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.46% from 424); Green value is 83 (32.81% from 255 or 19.58% from 424); Blue value is 144 (56.64% from 255 or 33.96% from 424); Max value from RGB is 197 - color contains mainly: red. Hex color #C55390 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55390 is #3AAC6F. Grayscale: #7B7B7B. Windows color (decimal): -3845232 or 9458629. OLE color: 9458629.
HSL color Cylindrical-coordinate representation of color #C55390: hue angle of 327.89º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C55390 is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 83 | 144 | - |
| CMYK | 0 | 0.58 | 0.27 | 0.23 |
| HSL | 327.89º | 0.5% | 0.55% | - |
| HSV(B) | 327.89º | 0.58% | 0.77% | - |
| XYZ | 31.15 | 20.07 | 28.62 | - |
| YUV | 124.04 | 139.27 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 83 | 144 | 0 | 0.58 | 0.27 | 0.23 | 327.89 | 0.5 | 0.55 |
| Hex | C5 | 53 | 90 | 0 | 3A | 1B | 17 | 148 | 32 | 37 |
| Octal | 305 | 123 | 220 | 0 | 72 | 33 | 27 | 510 | 62 | 67 |
| Binary | 11000101 | 1010011 | 10010000 | 0 | 111010 | 11011 | 10111 | 101001000 | 110010 | 110111 |
Color Harmonies of #C55390
Complementary color
Monochromatic Colors of #C55390
Black with #C55390
Text Example
Text Example
White with #C55390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55390; }
p { color: rgb(197,83,144); }
H1.HeaderClassName
{
color: #C55390;
}
.AnyTagClassName
{
color: #C55390;
}
</style>
background-color css
<style>
a { background-color: #C55390; }
a { background-color: rgb(197,83,144); }
div.DivClassName
{
background-color: #C55390;
}
.BgClassName
{
background-color: #C55390;
}
</style>
border-color css
<style>
span { border-color: #C55390; }
span { border-color: rgb(197,83,144); }
td.TdClassName
{
border-color: #C55390;
}
.TagClassName
{
border-color: #C55390;
}
</style>