Shades of Mulberry #C54A8F
Tints of Mulberry #C54A8F
RGB
CMYK
RGB Variations
Color information
#C54A8F (or 0xC54A8F) is known color: Mulberry. HEX triplet: C5, 4A and 8F. RGB value is (197,74,143). Sum of RGB (Red+Green+Blue) = 197+74+143=414 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.58% from 414); Green value is 74 (29.30% from 255 or 17.87% from 414); Blue value is 143 (56.25% from 255 or 34.54% from 414); Max value from RGB is 197 - color contains mainly: red. Hex color #C54A8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54A8F is #3AB570. Grayscale: #767676. Windows color (decimal): -3847537 or 9390789. OLE color: 9390789.
HSL color Cylindrical-coordinate representation of color #C54A8F: hue angle of 326.34º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C54A8F is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 74 | 143 | - |
| CMYK | 0 | 0.62 | 0.27 | 0.23 |
| HSL | 326.34º | 0.51% | 0.53% | - |
| HSV(B) | 326.34º | 0.62% | 0.77% | - |
| XYZ | 30.43 | 18.75 | 28 | - |
| YUV | 118.64 | 141.75 | 183.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 74 | 143 | 0 | 0.62 | 0.27 | 0.23 | 326.34 | 0.51 | 0.53 |
| Hex | C5 | 4A | 8F | 0 | 3E | 1B | 17 | 146 | 33 | 35 |
| Octal | 305 | 112 | 217 | 0 | 76 | 33 | 27 | 506 | 63 | 65 |
| Binary | 11000101 | 1001010 | 10001111 | 0 | 111110 | 11011 | 10111 | 101000110 | 110011 | 110101 |
Color Harmonies of #C54A8F
Complementary color
Monochromatic Colors of #C54A8F
Black with #C54A8F
Text Example
Text Example
White with #C54A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54A8F; }
p { color: rgb(197,74,143); }
H1.HeaderClassName
{
color: #C54A8F;
}
.AnyTagClassName
{
color: #C54A8F;
}
</style>
background-color css
<style>
a { background-color: #C54A8F; }
a { background-color: rgb(197,74,143); }
div.DivClassName
{
background-color: #C54A8F;
}
.BgClassName
{
background-color: #C54A8F;
}
</style>
border-color css
<style>
span { border-color: #C54A8F; }
span { border-color: rgb(197,74,143); }
td.TdClassName
{
border-color: #C54A8F;
}
.TagClassName
{
border-color: #C54A8F;
}
</style>