Shades of Mulberry #C54581
Tints of Mulberry #C54581
RGB
CMYK
RGB Variations
Color information
#C54581 (or 0xC54581) is known color: Mulberry. HEX triplet: C5, 45 and 81. RGB value is (197,69,129). Sum of RGB (Red+Green+Blue) = 197+69+129=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 69 (27.34% from 255 or 17.47% from 395); Blue value is 129 (50.78% from 255 or 32.66% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C54581 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54581 is #3ABA7E. Grayscale: #727272. Windows color (decimal): -3848831 or 8472005. OLE color: 8472005.
HSL color Cylindrical-coordinate representation of color #C54581: hue angle of 331.88º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C54581 is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 69 | 129 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.23 |
| HSL | 331.88º | 0.52% | 0.52% | - |
| HSV(B) | 331.88º | 0.65% | 0.77% | - |
| XYZ | 29.12 | 17.71 | 22.65 | - |
| YUV | 114.11 | 136.41 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 69 | 129 | 0 | 0.65 | 0.35 | 0.23 | 331.88 | 0.52 | 0.52 |
| Hex | C5 | 45 | 81 | 0 | 41 | 23 | 17 | 14C | 34 | 34 |
| Octal | 305 | 105 | 201 | 0 | 101 | 43 | 27 | 514 | 64 | 64 |
| Binary | 11000101 | 1000101 | 10000001 | 0 | 1000001 | 100011 | 10111 | 101001100 | 110100 | 110100 |
Color Harmonies of #C54581
Complementary color
Monochromatic Colors of #C54581
Black with #C54581
Text Example
Text Example
White with #C54581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54581; }
p { color: rgb(197,69,129); }
H1.HeaderClassName
{
color: #C54581;
}
.AnyTagClassName
{
color: #C54581;
}
</style>
background-color css
<style>
a { background-color: #C54581; }
a { background-color: rgb(197,69,129); }
div.DivClassName
{
background-color: #C54581;
}
.BgClassName
{
background-color: #C54581;
}
</style>
border-color css
<style>
span { border-color: #C54581; }
span { border-color: rgb(197,69,129); }
td.TdClassName
{
border-color: #C54581;
}
.TagClassName
{
border-color: #C54581;
}
</style>