Shades of Mulberry #C55A9D
Tints of Mulberry #C55A9D
RGB
CMYK
RGB Variations
Color information
#C55A9D (or 0xC55A9D) is known color: Mulberry. HEX triplet: C5, 5A and 9D. RGB value is (197,90,157). Sum of RGB (Red+Green+Blue) = 197+90+157=444 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.37% from 444); Green value is 90 (35.55% from 255 or 20.27% from 444); Blue value is 157 (61.72% from 255 or 35.36% from 444); Max value from RGB is 197 - color contains mainly: red. Hex color #C55A9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55A9D is #3AA562. Grayscale: #818181. Windows color (decimal): -3843427 or 10312389. OLE color: 10312389.
HSL color Cylindrical-coordinate representation of color #C55A9D: hue angle of 322.43º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C55A9D is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 90 | 157 | - |
| CMYK | 0 | 0.54 | 0.20 | 0.23 |
| HSL | 322.43º | 0.48% | 0.56% | - |
| HSV(B) | 322.43º | 0.54% | 0.77% | - |
| XYZ | 32.77 | 21.62 | 34.34 | - |
| YUV | 129.63 | 143.45 | 176.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 90 | 157 | 0 | 0.54 | 0.20 | 0.23 | 322.43 | 0.48 | 0.56 |
| Hex | C5 | 5A | 9D | 0 | 36 | 14 | 17 | 142 | 30 | 38 |
| Octal | 305 | 132 | 235 | 0 | 66 | 24 | 27 | 502 | 60 | 70 |
| Binary | 11000101 | 1011010 | 10011101 | 0 | 110110 | 10100 | 10111 | 101000010 | 110000 | 111000 |
Color Harmonies of #C55A9D
Complementary color
Monochromatic Colors of #C55A9D
Black with #C55A9D
Text Example
Text Example
White with #C55A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55A9D; }
p { color: rgb(197,90,157); }
H1.HeaderClassName
{
color: #C55A9D;
}
.AnyTagClassName
{
color: #C55A9D;
}
</style>
background-color css
<style>
a { background-color: #C55A9D; }
a { background-color: rgb(197,90,157); }
div.DivClassName
{
background-color: #C55A9D;
}
.BgClassName
{
background-color: #C55A9D;
}
</style>
border-color css
<style>
span { border-color: #C55A9D; }
span { border-color: rgb(197,90,157); }
td.TdClassName
{
border-color: #C55A9D;
}
.TagClassName
{
border-color: #C55A9D;
}
</style>