Shades of Mulberry #C54C7D
Tints of Mulberry #C54C7D
RGB
CMYK
RGB Variations
Color information
#C54C7D (or 0xC54C7D) is known color: Mulberry. HEX triplet: C5, 4C and 7D. RGB value is (197,76,125). Sum of RGB (Red+Green+Blue) = 197+76+125=398 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.50% from 398); Green value is 76 (30.08% from 255 or 19.10% from 398); Blue value is 125 (49.22% from 255 or 31.41% from 398); Max value from RGB is 197 - color contains mainly: red. Hex color #C54C7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54C7D is #3AB382. Grayscale: #757575. Windows color (decimal): -3847043 or 8211653. OLE color: 8211653.
HSL color Cylindrical-coordinate representation of color #C54C7D: hue angle of 335.7º 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 #C54C7D is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 76 | 125 | - |
| CMYK | 0 | 0.61 | 0.37 | 0.23 |
| HSL | 335.7º | 0.51% | 0.54% | - |
| HSV(B) | 335.7º | 0.61% | 0.77% | - |
| XYZ | 29.31 | 18.52 | 21.43 | - |
| YUV | 117.77 | 132.09 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 76 | 125 | 0 | 0.61 | 0.37 | 0.23 | 335.7 | 0.51 | 0.54 |
| Hex | C5 | 4C | 7D | 0 | 3D | 25 | 17 | 150 | 33 | 36 |
| Octal | 305 | 114 | 175 | 0 | 75 | 45 | 27 | 520 | 63 | 66 |
| Binary | 11000101 | 1001100 | 1111101 | 0 | 111101 | 100101 | 10111 | 101010000 | 110011 | 110110 |
Color Harmonies of #C54C7D
Complementary color
Monochromatic Colors of #C54C7D
Black with #C54C7D
Text Example
Text Example
White with #C54C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54C7D; }
p { color: rgb(197,76,125); }
H1.HeaderClassName
{
color: #C54C7D;
}
.AnyTagClassName
{
color: #C54C7D;
}
</style>
background-color css
<style>
a { background-color: #C54C7D; }
a { background-color: rgb(197,76,125); }
div.DivClassName
{
background-color: #C54C7D;
}
.BgClassName
{
background-color: #C54C7D;
}
</style>
border-color css
<style>
span { border-color: #C54C7D; }
span { border-color: rgb(197,76,125); }
td.TdClassName
{
border-color: #C54C7D;
}
.TagClassName
{
border-color: #C54C7D;
}
</style>