Shades of Mulberry #C54D88
Tints of Mulberry #C54D88
RGB
CMYK
RGB Variations
Color information
#C54D88 (or 0xC54D88) is known color: Mulberry. HEX triplet: C5, 4D and 88. RGB value is (197,77,136). Sum of RGB (Red+Green+Blue) = 197+77+136=410 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.05% from 410); Green value is 77 (30.47% from 255 or 18.78% from 410); Blue value is 136 (53.52% from 255 or 33.17% from 410); Max value from RGB is 197 - color contains mainly: red. Hex color #C54D88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C54D88 is #3AB277. Grayscale: #777777. Windows color (decimal): -3846776 or 8932805. OLE color: 8932805.
HSL color Cylindrical-coordinate representation of color #C54D88: hue angle of 330.5º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C54D88 is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 77 | 136 | - |
| CMYK | 0 | 0.61 | 0.31 | 0.23 |
| HSL | 330.5º | 0.51% | 0.54% | - |
| HSV(B) | 330.5º | 0.61% | 0.77% | - |
| XYZ | 30.12 | 18.96 | 25.36 | - |
| YUV | 119.61 | 137.26 | 183.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 77 | 136 | 0 | 0.61 | 0.31 | 0.23 | 330.5 | 0.51 | 0.54 |
| Hex | C5 | 4D | 88 | 0 | 3D | 1F | 17 | 14A | 33 | 36 |
| Octal | 305 | 115 | 210 | 0 | 75 | 37 | 27 | 512 | 63 | 66 |
| Binary | 11000101 | 1001101 | 10001000 | 0 | 111101 | 11111 | 10111 | 101001010 | 110011 | 110110 |
Color Harmonies of #C54D88
Complementary color
Monochromatic Colors of #C54D88
Black with #C54D88
Text Example
Text Example
White with #C54D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54D88; }
p { color: rgb(197,77,136); }
H1.HeaderClassName
{
color: #C54D88;
}
.AnyTagClassName
{
color: #C54D88;
}
</style>
background-color css
<style>
a { background-color: #C54D88; }
a { background-color: rgb(197,77,136); }
div.DivClassName
{
background-color: #C54D88;
}
.BgClassName
{
background-color: #C54D88;
}
</style>
border-color css
<style>
span { border-color: #C54D88; }
span { border-color: rgb(197,77,136); }
td.TdClassName
{
border-color: #C54D88;
}
.TagClassName
{
border-color: #C54D88;
}
</style>