Shades of Mulberry #C54F94
Tints of Mulberry #C54F94
RGB
CMYK
RGB Variations
Color information
#C54F94 (or 0xC54F94) is known color: Mulberry. HEX triplet: C5, 4F and 94. RGB value is (197,79,148). Sum of RGB (Red+Green+Blue) = 197+79+148=424 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.46% from 424); Green value is 79 (31.25% from 255 or 18.63% from 424); Blue value is 148 (58.20% from 255 or 34.91% from 424); Max value from RGB is 197 - color contains mainly: red. Hex color #C54F94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C54F94 is #3AB06B. Grayscale: #797979. Windows color (decimal): -3846252 or 9719749. OLE color: 9719749.
HSL color Cylindrical-coordinate representation of color #C54F94: hue angle of 324.92º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C54F94 is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 79 | 148 | - |
| CMYK | 0 | 0.60 | 0.25 | 0.23 |
| HSL | 324.92º | 0.5% | 0.54% | - |
| HSV(B) | 324.92º | 0.6% | 0.77% | - |
| XYZ | 31.17 | 19.6 | 30.16 | - |
| YUV | 122.15 | 142.59 | 181.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 79 | 148 | 0 | 0.60 | 0.25 | 0.23 | 324.92 | 0.5 | 0.54 |
| Hex | C5 | 4F | 94 | 0 | 3C | 19 | 17 | 145 | 32 | 36 |
| Octal | 305 | 117 | 224 | 0 | 74 | 31 | 27 | 505 | 62 | 66 |
| Binary | 11000101 | 1001111 | 10010100 | 0 | 111100 | 11001 | 10111 | 101000101 | 110010 | 110110 |
Color Harmonies of #C54F94
Complementary color
Monochromatic Colors of #C54F94
Black with #C54F94
Text Example
Text Example
White with #C54F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54F94; }
p { color: rgb(197,79,148); }
H1.HeaderClassName
{
color: #C54F94;
}
.AnyTagClassName
{
color: #C54F94;
}
</style>
background-color css
<style>
a { background-color: #C54F94; }
a { background-color: rgb(197,79,148); }
div.DivClassName
{
background-color: #C54F94;
}
.BgClassName
{
background-color: #C54F94;
}
</style>
border-color css
<style>
span { border-color: #C54F94; }
span { border-color: rgb(197,79,148); }
td.TdClassName
{
border-color: #C54F94;
}
.TagClassName
{
border-color: #C54F94;
}
</style>