Shades of Mulberry #C54287
Tints of Mulberry #C54287
RGB
CMYK
RGB Variations
Color information
#C54287 (or 0xC54287) is known color: Mulberry. HEX triplet: C5, 42 and 87. RGB value is (197,66,135). Sum of RGB (Red+Green+Blue) = 197+66+135=398 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.50% from 398); Green value is 66 (26.17% from 255 or 16.58% from 398); Blue value is 135 (53.12% from 255 or 33.92% from 398); Max value from RGB is 197 - color contains mainly: red. Hex color #C54287 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54287 is #3ABD78. Grayscale: #707070. Windows color (decimal): -3849593 or 8864453. OLE color: 8864453.
HSL color Cylindrical-coordinate representation of color #C54287: hue angle of 328.4º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C54287 is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 66 | 135 | - |
| CMYK | 0 | 0.66 | 0.31 | 0.23 |
| HSL | 328.4º | 0.53% | 0.52% | - |
| HSV(B) | 328.4º | 0.66% | 0.77% | - |
| XYZ | 29.35 | 17.52 | 24.76 | - |
| YUV | 113.04 | 140.4 | 187.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 66 | 135 | 0 | 0.66 | 0.31 | 0.23 | 328.4 | 0.53 | 0.52 |
| Hex | C5 | 42 | 87 | 0 | 42 | 1F | 17 | 148 | 35 | 34 |
| Octal | 305 | 102 | 207 | 0 | 102 | 37 | 27 | 510 | 65 | 64 |
| Binary | 11000101 | 1000010 | 10000111 | 0 | 1000010 | 11111 | 10111 | 101001000 | 110101 | 110100 |
Color Harmonies of #C54287
Complementary color
Monochromatic Colors of #C54287
Black with #C54287
Text Example
Text Example
White with #C54287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54287; }
p { color: rgb(197,66,135); }
H1.HeaderClassName
{
color: #C54287;
}
.AnyTagClassName
{
color: #C54287;
}
</style>
background-color css
<style>
a { background-color: #C54287; }
a { background-color: rgb(197,66,135); }
div.DivClassName
{
background-color: #C54287;
}
.BgClassName
{
background-color: #C54287;
}
</style>
border-color css
<style>
span { border-color: #C54287; }
span { border-color: rgb(197,66,135); }
td.TdClassName
{
border-color: #C54287;
}
.TagClassName
{
border-color: #C54287;
}
</style>