Shades of Mulberry #C55A8A
Tints of Mulberry #C55A8A
RGB
CMYK
RGB Variations
Color information
#C55A8A (or 0xC55A8A) is known color: Mulberry. HEX triplet: C5, 5A and 8A. RGB value is (197,90,138). Sum of RGB (Red+Green+Blue) = 197+90+138=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 90 (35.55% from 255 or 21.18% from 425); Blue value is 138 (54.30% from 255 or 32.47% from 425); Max value from RGB is 197 - color contains mainly: red. Hex color #C55A8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55A8A is #3AA575. Grayscale: #7F7F7F. Windows color (decimal): -3843446 or 9067205. OLE color: 9067205.
HSL color Cylindrical-coordinate representation of color #C55A8A: hue angle of 333.08º 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 #C55A8A is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 90 | 138 | - |
| CMYK | 0 | 0.54 | 0.30 | 0.23 |
| HSL | 333.08º | 0.48% | 0.56% | - |
| HSV(B) | 333.08º | 0.54% | 0.77% | - |
| XYZ | 31.27 | 21.02 | 26.45 | - |
| YUV | 127.47 | 133.95 | 177.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 90 | 138 | 0 | 0.54 | 0.30 | 0.23 | 333.08 | 0.48 | 0.56 |
| Hex | C5 | 5A | 8A | 0 | 36 | 1E | 17 | 14D | 30 | 38 |
| Octal | 305 | 132 | 212 | 0 | 66 | 36 | 27 | 515 | 60 | 70 |
| Binary | 11000101 | 1011010 | 10001010 | 0 | 110110 | 11110 | 10111 | 101001101 | 110000 | 111000 |
Color Harmonies of #C55A8A
Complementary color
Monochromatic Colors of #C55A8A
Black with #C55A8A
Text Example
Text Example
White with #C55A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55A8A; }
p { color: rgb(197,90,138); }
H1.HeaderClassName
{
color: #C55A8A;
}
.AnyTagClassName
{
color: #C55A8A;
}
</style>
background-color css
<style>
a { background-color: #C55A8A; }
a { background-color: rgb(197,90,138); }
div.DivClassName
{
background-color: #C55A8A;
}
.BgClassName
{
background-color: #C55A8A;
}
</style>
border-color css
<style>
span { border-color: #C55A8A; }
span { border-color: rgb(197,90,138); }
td.TdClassName
{
border-color: #C55A8A;
}
.TagClassName
{
border-color: #C55A8A;
}
</style>