Shades of Mulberry #C53E97
Tints of Mulberry #C53E97
RGB
CMYK
RGB Variations
Color information
#C53E97 (or 0xC53E97) is known color: Mulberry. HEX triplet: C5, 3E and 97. RGB value is (197,62,151). Sum of RGB (Red+Green+Blue) = 197+62+151=410 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.05% from 410); Green value is 62 (24.61% from 255 or 15.12% from 410); Blue value is 151 (59.38% from 255 or 36.83% from 410); Max value from RGB is 197 - color contains mainly: red. Hex color #C53E97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53E97 is #3AC168. Grayscale: #707070. Windows color (decimal): -3850601 or 9912005. OLE color: 9912005.
HSL color Cylindrical-coordinate representation of color #C53E97: hue angle of 320.44º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C53E97 is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 62 | 151 | - |
| CMYK | 0 | 0.69 | 0.23 | 0.23 |
| HSL | 320.44º | 0.54% | 0.51% | - |
| HSV(B) | 320.44º | 0.69% | 0.77% | - |
| XYZ | 30.33 | 17.55 | 31.07 | - |
| YUV | 112.51 | 149.73 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 62 | 151 | 0 | 0.69 | 0.23 | 0.23 | 320.44 | 0.54 | 0.51 |
| Hex | C5 | 3E | 97 | 0 | 45 | 17 | 17 | 140 | 36 | 33 |
| Octal | 305 | 76 | 227 | 0 | 105 | 27 | 27 | 500 | 66 | 63 |
| Binary | 11000101 | 111110 | 10010111 | 0 | 1000101 | 10111 | 10111 | 101000000 | 110110 | 110011 |
Color Harmonies of #C53E97
Complementary color
Monochromatic Colors of #C53E97
Black with #C53E97
Text Example
Text Example
White with #C53E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53E97; }
p { color: rgb(197,62,151); }
H1.HeaderClassName
{
color: #C53E97;
}
.AnyTagClassName
{
color: #C53E97;
}
</style>
background-color css
<style>
a { background-color: #C53E97; }
a { background-color: rgb(197,62,151); }
div.DivClassName
{
background-color: #C53E97;
}
.BgClassName
{
background-color: #C53E97;
}
</style>
border-color css
<style>
span { border-color: #C53E97; }
span { border-color: rgb(197,62,151); }
td.TdClassName
{
border-color: #C53E97;
}
.TagClassName
{
border-color: #C53E97;
}
</style>