Shades of Mulberry #C53F95
Tints of Mulberry #C53F95
RGB
CMYK
RGB Variations
Color information
#C53F95 (or 0xC53F95) is known color: Mulberry. HEX triplet: C5, 3F and 95. RGB value is (197,63,149). Sum of RGB (Red+Green+Blue) = 197+63+149=409 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.17% from 409); Green value is 63 (25% from 255 or 15.40% from 409); Blue value is 149 (58.59% from 255 or 36.43% from 409); Max value from RGB is 197 - color contains mainly: red. Hex color #C53F95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53F95 is #3AC06A. Grayscale: #707070. Windows color (decimal): -3850347 or 9781189. OLE color: 9781189.
HSL color Cylindrical-coordinate representation of color #C53F95: hue angle of 321.49º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C53F95 is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 63 | 149 | - |
| CMYK | 0 | 0.68 | 0.24 | 0.23 |
| HSL | 321.49º | 0.54% | 0.51% | - |
| HSV(B) | 321.49º | 0.68% | 0.77% | - |
| XYZ | 30.23 | 17.6 | 30.24 | - |
| YUV | 112.87 | 148.39 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 63 | 149 | 0 | 0.68 | 0.24 | 0.23 | 321.49 | 0.54 | 0.51 |
| Hex | C5 | 3F | 95 | 0 | 44 | 18 | 17 | 141 | 36 | 33 |
| Octal | 305 | 77 | 225 | 0 | 104 | 30 | 27 | 501 | 66 | 63 |
| Binary | 11000101 | 111111 | 10010101 | 0 | 1000100 | 11000 | 10111 | 101000001 | 110110 | 110011 |
Color Harmonies of #C53F95
Complementary color
Monochromatic Colors of #C53F95
Black with #C53F95
Text Example
Text Example
White with #C53F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53F95; }
p { color: rgb(197,63,149); }
H1.HeaderClassName
{
color: #C53F95;
}
.AnyTagClassName
{
color: #C53F95;
}
</style>
background-color css
<style>
a { background-color: #C53F95; }
a { background-color: rgb(197,63,149); }
div.DivClassName
{
background-color: #C53F95;
}
.BgClassName
{
background-color: #C53F95;
}
</style>
border-color css
<style>
span { border-color: #C53F95; }
span { border-color: rgb(197,63,149); }
td.TdClassName
{
border-color: #C53F95;
}
.TagClassName
{
border-color: #C53F95;
}
</style>