Shades of Mulberry #C55C9C
Tints of Mulberry #C55C9C
RGB
CMYK
RGB Variations
Color information
#C55C9C (or 0xC55C9C) is known color: Mulberry. HEX triplet: C5, 5C and 9C. RGB value is (197,92,156). Sum of RGB (Red+Green+Blue) = 197+92+156=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 92 (36.33% from 255 or 20.67% from 445); Blue value is 156 (61.33% from 255 or 35.06% from 445); Max value from RGB is 197 - color contains mainly: red. Hex color #C55C9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55C9C is #3AA363. Grayscale: #828282. Windows color (decimal): -3842916 or 10247365. OLE color: 10247365.
HSL color Cylindrical-coordinate representation of color #C55C9C: hue angle of 323.43º 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 #C55C9C is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 92 | 156 | - |
| CMYK | 0 | 0.53 | 0.21 | 0.23 |
| HSL | 323.43º | 0.48% | 0.57% | - |
| HSV(B) | 323.43º | 0.53% | 0.77% | - |
| XYZ | 32.85 | 21.92 | 33.95 | - |
| YUV | 130.69 | 142.29 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 92 | 156 | 0 | 0.53 | 0.21 | 0.23 | 323.43 | 0.48 | 0.57 |
| Hex | C5 | 5C | 9C | 0 | 35 | 15 | 17 | 143 | 30 | 39 |
| Octal | 305 | 134 | 234 | 0 | 65 | 25 | 27 | 503 | 60 | 71 |
| Binary | 11000101 | 1011100 | 10011100 | 0 | 110101 | 10101 | 10111 | 101000011 | 110000 | 111001 |
Color Harmonies of #C55C9C
Complementary color
Monochromatic Colors of #C55C9C
Black with #C55C9C
Text Example
Text Example
White with #C55C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55C9C; }
p { color: rgb(197,92,156); }
H1.HeaderClassName
{
color: #C55C9C;
}
.AnyTagClassName
{
color: #C55C9C;
}
</style>
background-color css
<style>
a { background-color: #C55C9C; }
a { background-color: rgb(197,92,156); }
div.DivClassName
{
background-color: #C55C9C;
}
.BgClassName
{
background-color: #C55C9C;
}
</style>
border-color css
<style>
span { border-color: #C55C9C; }
span { border-color: rgb(197,92,156); }
td.TdClassName
{
border-color: #C55C9C;
}
.TagClassName
{
border-color: #C55C9C;
}
</style>