Shades of Mulberry #C54697
Tints of Mulberry #C54697
RGB
CMYK
RGB Variations
Color information
#C54697 (or 0xC54697) is known color: Mulberry. HEX triplet: C5, 46 and 97. RGB value is (197,70,151). Sum of RGB (Red+Green+Blue) = 197+70+151=418 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.13% from 418); Green value is 70 (27.73% from 255 or 16.75% from 418); Blue value is 151 (59.38% from 255 or 36.12% from 418); Max value from RGB is 197 - color contains mainly: red. Hex color #C54697 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54697 is #3AB968. Grayscale: #757575. Windows color (decimal): -3848553 or 9914053. OLE color: 9914053.
HSL color Cylindrical-coordinate representation of color #C54697: hue angle of 321.73º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C54697 is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 70 | 151 | - |
| CMYK | 0 | 0.64 | 0.23 | 0.23 |
| HSL | 321.73º | 0.52% | 0.52% | - |
| HSV(B) | 321.73º | 0.64% | 0.77% | - |
| XYZ | 30.8 | 18.49 | 31.22 | - |
| YUV | 117.21 | 147.08 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 70 | 151 | 0 | 0.64 | 0.23 | 0.23 | 321.73 | 0.52 | 0.52 |
| Hex | C5 | 46 | 97 | 0 | 40 | 17 | 17 | 142 | 34 | 34 |
| Octal | 305 | 106 | 227 | 0 | 100 | 27 | 27 | 502 | 64 | 64 |
| Binary | 11000101 | 1000110 | 10010111 | 0 | 1000000 | 10111 | 10111 | 101000010 | 110100 | 110100 |
Color Harmonies of #C54697
Complementary color
Monochromatic Colors of #C54697
Black with #C54697
Text Example
Text Example
White with #C54697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54697; }
p { color: rgb(197,70,151); }
H1.HeaderClassName
{
color: #C54697;
}
.AnyTagClassName
{
color: #C54697;
}
</style>
background-color css
<style>
a { background-color: #C54697; }
a { background-color: rgb(197,70,151); }
div.DivClassName
{
background-color: #C54697;
}
.BgClassName
{
background-color: #C54697;
}
</style>
border-color css
<style>
span { border-color: #C54697; }
span { border-color: rgb(197,70,151); }
td.TdClassName
{
border-color: #C54697;
}
.TagClassName
{
border-color: #C54697;
}
</style>