Shades of Mulberry #C53B9A
Tints of Mulberry #C53B9A
RGB
CMYK
RGB Variations
Color information
#C53B9A (or 0xC53B9A) is known color: Mulberry. HEX triplet: C5, 3B and 9A. RGB value is (197,59,154). Sum of RGB (Red+Green+Blue) = 197+59+154=410 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.05% from 410); Green value is 59 (23.44% from 255 or 14.39% from 410); Blue value is 154 (60.55% from 255 or 37.56% from 410); Max value from RGB is 197 - color contains mainly: red. Hex color #C53B9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53B9A is #3AC465. Grayscale: #6E6E6E. Windows color (decimal): -3851366 or 10107845. OLE color: 10107845.
HSL color Cylindrical-coordinate representation of color #C53B9A: hue angle of 318.7º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C53B9A is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 59 | 154 | - |
| CMYK | 0 | 0.70 | 0.22 | 0.23 |
| HSL | 318.7º | 0.54% | 0.5% | - |
| HSV(B) | 318.7º | 0.7% | 0.77% | - |
| XYZ | 30.42 | 17.33 | 32.31 | - |
| YUV | 111.09 | 152.22 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 59 | 154 | 0 | 0.70 | 0.22 | 0.23 | 318.7 | 0.54 | 0.5 |
| Hex | C5 | 3B | 9A | 0 | 46 | 16 | 17 | 13F | 36 | 32 |
| Octal | 305 | 73 | 232 | 0 | 106 | 26 | 27 | 477 | 66 | 62 |
| Binary | 11000101 | 111011 | 10011010 | 0 | 1000110 | 10110 | 10111 | 100111111 | 110110 | 110010 |
Color Harmonies of #C53B9A
Complementary color
Monochromatic Colors of #C53B9A
Black with #C53B9A
Text Example
Text Example
White with #C53B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53B9A; }
p { color: rgb(197,59,154); }
H1.HeaderClassName
{
color: #C53B9A;
}
.AnyTagClassName
{
color: #C53B9A;
}
</style>
background-color css
<style>
a { background-color: #C53B9A; }
a { background-color: rgb(197,59,154); }
div.DivClassName
{
background-color: #C53B9A;
}
.BgClassName
{
background-color: #C53B9A;
}
</style>
border-color css
<style>
span { border-color: #C53B9A; }
span { border-color: rgb(197,59,154); }
td.TdClassName
{
border-color: #C53B9A;
}
.TagClassName
{
border-color: #C53B9A;
}
</style>