Shades of Mulberry #C54F88
Tints of Mulberry #C54F88
RGB
CMYK
RGB Variations
Color information
#C54F88 (or 0xC54F88) is known color: Mulberry. HEX triplet: C5, 4F and 88. RGB value is (197,79,136). Sum of RGB (Red+Green+Blue) = 197+79+136=412 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.82% from 412); Green value is 79 (31.25% from 255 or 19.17% from 412); Blue value is 136 (53.52% from 255 or 33.01% from 412); Max value from RGB is 197 - color contains mainly: red. Hex color #C54F88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C54F88 is #3AB077. Grayscale: #787878. Windows color (decimal): -3846264 or 8933317. OLE color: 8933317.
HSL color Cylindrical-coordinate representation of color #C54F88: hue angle of 331.02º 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 #C54F88 is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 79 | 136 | - |
| CMYK | 0 | 0.60 | 0.31 | 0.23 |
| HSL | 331.02º | 0.5% | 0.54% | - |
| HSV(B) | 331.02º | 0.6% | 0.77% | - |
| XYZ | 30.27 | 19.24 | 25.41 | - |
| YUV | 120.78 | 136.59 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 79 | 136 | 0 | 0.60 | 0.31 | 0.23 | 331.02 | 0.5 | 0.54 |
| Hex | C5 | 4F | 88 | 0 | 3C | 1F | 17 | 14B | 32 | 36 |
| Octal | 305 | 117 | 210 | 0 | 74 | 37 | 27 | 513 | 62 | 66 |
| Binary | 11000101 | 1001111 | 10001000 | 0 | 111100 | 11111 | 10111 | 101001011 | 110010 | 110110 |
Color Harmonies of #C54F88
Complementary color
Monochromatic Colors of #C54F88
Black with #C54F88
Text Example
Text Example
White with #C54F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54F88; }
p { color: rgb(197,79,136); }
H1.HeaderClassName
{
color: #C54F88;
}
.AnyTagClassName
{
color: #C54F88;
}
</style>
background-color css
<style>
a { background-color: #C54F88; }
a { background-color: rgb(197,79,136); }
div.DivClassName
{
background-color: #C54F88;
}
.BgClassName
{
background-color: #C54F88;
}
</style>
border-color css
<style>
span { border-color: #C54F88; }
span { border-color: rgb(197,79,136); }
td.TdClassName
{
border-color: #C54F88;
}
.TagClassName
{
border-color: #C54F88;
}
</style>