Shades of Mulberry #C53F98
Tints of Mulberry #C53F98
RGB
CMYK
RGB Variations
Color information
#C53F98 (or 0xC53F98) is known color: Mulberry. HEX triplet: C5, 3F and 98. RGB value is (197,63,152). Sum of RGB (Red+Green+Blue) = 197+63+152=412 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.82% from 412); Green value is 63 (25% from 255 or 15.29% from 412); Blue value is 152 (59.77% from 255 or 36.89% from 412); Max value from RGB is 197 - color contains mainly: red. Hex color #C53F98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53F98 is #3AC067. Grayscale: #707070. Windows color (decimal): -3850344 or 9977797. OLE color: 9977797.
HSL color Cylindrical-coordinate representation of color #C53F98: hue angle of 320.15º 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 #C53F98 is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 63 | 152 | - |
| CMYK | 0 | 0.68 | 0.23 | 0.23 |
| HSL | 320.15º | 0.54% | 0.51% | - |
| HSV(B) | 320.15º | 0.68% | 0.77% | - |
| XYZ | 30.47 | 17.69 | 31.51 | - |
| YUV | 113.21 | 149.89 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 63 | 152 | 0 | 0.68 | 0.23 | 0.23 | 320.15 | 0.54 | 0.51 |
| Hex | C5 | 3F | 98 | 0 | 44 | 17 | 17 | 140 | 36 | 33 |
| Octal | 305 | 77 | 230 | 0 | 104 | 27 | 27 | 500 | 66 | 63 |
| Binary | 11000101 | 111111 | 10011000 | 0 | 1000100 | 10111 | 10111 | 101000000 | 110110 | 110011 |
Color Harmonies of #C53F98
Complementary color
Monochromatic Colors of #C53F98
Black with #C53F98
Text Example
Text Example
White with #C53F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53F98; }
p { color: rgb(197,63,152); }
H1.HeaderClassName
{
color: #C53F98;
}
.AnyTagClassName
{
color: #C53F98;
}
</style>
background-color css
<style>
a { background-color: #C53F98; }
a { background-color: rgb(197,63,152); }
div.DivClassName
{
background-color: #C53F98;
}
.BgClassName
{
background-color: #C53F98;
}
</style>
border-color css
<style>
span { border-color: #C53F98; }
span { border-color: rgb(197,63,152); }
td.TdClassName
{
border-color: #C53F98;
}
.TagClassName
{
border-color: #C53F98;
}
</style>