Shades of Mulberry #C53D90
Tints of Mulberry #C53D90
RGB
CMYK
RGB Variations
Color information
#C53D90 (or 0xC53D90) is known color: Mulberry. HEX triplet: C5, 3D and 90. RGB value is (197,61,144). Sum of RGB (Red+Green+Blue) = 197+61+144=402 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.00% from 402); Green value is 61 (24.22% from 255 or 15.17% from 402); Blue value is 144 (56.64% from 255 or 35.82% from 402); Max value from RGB is 197 - color contains mainly: red. Hex color #C53D90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53D90 is #3AC26F. Grayscale: #6E6E6E. Windows color (decimal): -3850864 or 9452997. OLE color: 9452997.
HSL color Cylindrical-coordinate representation of color #C53D90: hue angle of 323.38º 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 #C53D90 is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 61 | 144 | - |
| CMYK | 0 | 0.69 | 0.27 | 0.23 |
| HSL | 323.38º | 0.54% | 0.51% | - |
| HSV(B) | 323.38º | 0.69% | 0.77% | - |
| XYZ | 29.73 | 17.22 | 28.14 | - |
| YUV | 111.13 | 146.56 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 61 | 144 | 0 | 0.69 | 0.27 | 0.23 | 323.38 | 0.54 | 0.51 |
| Hex | C5 | 3D | 90 | 0 | 45 | 1B | 17 | 143 | 36 | 33 |
| Octal | 305 | 75 | 220 | 0 | 105 | 33 | 27 | 503 | 66 | 63 |
| Binary | 11000101 | 111101 | 10010000 | 0 | 1000101 | 11011 | 10111 | 101000011 | 110110 | 110011 |
Color Harmonies of #C53D90
Complementary color
Monochromatic Colors of #C53D90
Black with #C53D90
Text Example
Text Example
White with #C53D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53D90; }
p { color: rgb(197,61,144); }
H1.HeaderClassName
{
color: #C53D90;
}
.AnyTagClassName
{
color: #C53D90;
}
</style>
background-color css
<style>
a { background-color: #C53D90; }
a { background-color: rgb(197,61,144); }
div.DivClassName
{
background-color: #C53D90;
}
.BgClassName
{
background-color: #C53D90;
}
</style>
border-color css
<style>
span { border-color: #C53D90; }
span { border-color: rgb(197,61,144); }
td.TdClassName
{
border-color: #C53D90;
}
.TagClassName
{
border-color: #C53D90;
}
</style>