Shades of Mulberry #C54F80
Tints of Mulberry #C54F80
RGB
CMYK
RGB Variations
Color information
#C54F80 (or 0xC54F80) is known color: Mulberry. HEX triplet: C5, 4F and 80. RGB value is (197,79,128). Sum of RGB (Red+Green+Blue) = 197+79+128=404 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.76% from 404); Green value is 79 (31.25% from 255 or 19.55% from 404); Blue value is 128 (50.39% from 255 or 31.68% from 404); Max value from RGB is 197 - color contains mainly: red. Hex color #C54F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C54F80 is #3AB07F. Grayscale: #777777. Windows color (decimal): -3846272 or 8409029. OLE color: 8409029.
HSL color Cylindrical-coordinate representation of color #C54F80: hue angle of 335.08º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C54F80 is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 79 | 128 | - |
| CMYK | 0 | 0.60 | 0.35 | 0.23 |
| HSL | 335.08º | 0.5% | 0.54% | - |
| HSV(B) | 335.08º | 0.6% | 0.77% | - |
| XYZ | 29.72 | 19.02 | 22.53 | - |
| YUV | 119.87 | 132.59 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 79 | 128 | 0 | 0.60 | 0.35 | 0.23 | 335.08 | 0.5 | 0.54 |
| Hex | C5 | 4F | 80 | 0 | 3C | 23 | 17 | 14F | 32 | 36 |
| Octal | 305 | 117 | 200 | 0 | 74 | 43 | 27 | 517 | 62 | 66 |
| Binary | 11000101 | 1001111 | 10000000 | 0 | 111100 | 100011 | 10111 | 101001111 | 110010 | 110110 |
Color Harmonies of #C54F80
Complementary color
Monochromatic Colors of #C54F80
Black with #C54F80
Text Example
Text Example
White with #C54F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54F80; }
p { color: rgb(197,79,128); }
H1.HeaderClassName
{
color: #C54F80;
}
.AnyTagClassName
{
color: #C54F80;
}
</style>
background-color css
<style>
a { background-color: #C54F80; }
a { background-color: rgb(197,79,128); }
div.DivClassName
{
background-color: #C54F80;
}
.BgClassName
{
background-color: #C54F80;
}
</style>
border-color css
<style>
span { border-color: #C54F80; }
span { border-color: rgb(197,79,128); }
td.TdClassName
{
border-color: #C54F80;
}
.TagClassName
{
border-color: #C54F80;
}
</style>