Shades of Mulberry #C55C98
Tints of Mulberry #C55C98
RGB
CMYK
RGB Variations
Color information
#C55C98 (or 0xC55C98) is known color: Mulberry. HEX triplet: C5, 5C and 98. RGB value is (197,92,152). Sum of RGB (Red+Green+Blue) = 197+92+152=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 92 (36.33% from 255 or 20.86% from 441); Blue value is 152 (59.77% from 255 or 34.47% from 441); Max value from RGB is 197 - color contains mainly: red. Hex color #C55C98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55C98 is #3AA367. Grayscale: #828282. Windows color (decimal): -3842920 or 9985221. OLE color: 9985221.
HSL color Cylindrical-coordinate representation of color #C55C98: hue angle of 325.71º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C55C98 is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 92 | 152 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.23 |
| HSL | 325.71º | 0.48% | 0.57% | - |
| HSV(B) | 325.71º | 0.53% | 0.77% | - |
| XYZ | 32.52 | 21.79 | 32.2 | - |
| YUV | 130.24 | 140.29 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 92 | 152 | 0 | 0.53 | 0.23 | 0.23 | 325.71 | 0.48 | 0.57 |
| Hex | C5 | 5C | 98 | 0 | 35 | 17 | 17 | 146 | 30 | 39 |
| Octal | 305 | 134 | 230 | 0 | 65 | 27 | 27 | 506 | 60 | 71 |
| Binary | 11000101 | 1011100 | 10011000 | 0 | 110101 | 10111 | 10111 | 101000110 | 110000 | 111001 |
Color Harmonies of #C55C98
Complementary color
Monochromatic Colors of #C55C98
Black with #C55C98
Text Example
Text Example
White with #C55C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55C98; }
p { color: rgb(197,92,152); }
H1.HeaderClassName
{
color: #C55C98;
}
.AnyTagClassName
{
color: #C55C98;
}
</style>
background-color css
<style>
a { background-color: #C55C98; }
a { background-color: rgb(197,92,152); }
div.DivClassName
{
background-color: #C55C98;
}
.BgClassName
{
background-color: #C55C98;
}
</style>
border-color css
<style>
span { border-color: #C55C98; }
span { border-color: rgb(197,92,152); }
td.TdClassName
{
border-color: #C55C98;
}
.TagClassName
{
border-color: #C55C98;
}
</style>