Shades of Mulberry #C54C9B
Tints of Mulberry #C54C9B
RGB
CMYK
RGB Variations
Color information
#C54C9B (or 0xC54C9B) is known color: Mulberry. HEX triplet: C5, 4C and 9B. RGB value is (197,76,155). Sum of RGB (Red+Green+Blue) = 197+76+155=428 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.03% from 428); Green value is 76 (30.08% from 255 or 17.76% from 428); Blue value is 155 (60.94% from 255 or 36.21% from 428); Max value from RGB is 197 - color contains mainly: red. Hex color #C54C9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54C9B is #3AB364. Grayscale: #787878. Windows color (decimal): -3847013 or 10177733. OLE color: 10177733.
HSL color Cylindrical-coordinate representation of color #C54C9B: hue angle of 320.83º 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 #C54C9B is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 76 | 155 | - |
| CMYK | 0 | 0.61 | 0.21 | 0.23 |
| HSL | 320.83º | 0.51% | 0.54% | - |
| HSV(B) | 320.83º | 0.61% | 0.77% | - |
| XYZ | 31.53 | 19.41 | 33.09 | - |
| YUV | 121.19 | 147.09 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 76 | 155 | 0 | 0.61 | 0.21 | 0.23 | 320.83 | 0.51 | 0.54 |
| Hex | C5 | 4C | 9B | 0 | 3D | 15 | 17 | 141 | 33 | 36 |
| Octal | 305 | 114 | 233 | 0 | 75 | 25 | 27 | 501 | 63 | 66 |
| Binary | 11000101 | 1001100 | 10011011 | 0 | 111101 | 10101 | 10111 | 101000001 | 110011 | 110110 |
Color Harmonies of #C54C9B
Complementary color
Monochromatic Colors of #C54C9B
Black with #C54C9B
Text Example
Text Example
White with #C54C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54C9B; }
p { color: rgb(197,76,155); }
H1.HeaderClassName
{
color: #C54C9B;
}
.AnyTagClassName
{
color: #C54C9B;
}
</style>
background-color css
<style>
a { background-color: #C54C9B; }
a { background-color: rgb(197,76,155); }
div.DivClassName
{
background-color: #C54C9B;
}
.BgClassName
{
background-color: #C54C9B;
}
</style>
border-color css
<style>
span { border-color: #C54C9B; }
span { border-color: rgb(197,76,155); }
td.TdClassName
{
border-color: #C54C9B;
}
.TagClassName
{
border-color: #C54C9B;
}
</style>