Shades of Mulberry #C5509C
Tints of Mulberry #C5509C
RGB
CMYK
RGB Variations
Color information
#C5509C (or 0xC5509C) is known color: Mulberry. HEX triplet: C5, 50 and 9C. RGB value is (197,80,156). Sum of RGB (Red+Green+Blue) = 197+80+156=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 80 (31.64% from 255 or 18.48% from 433); Blue value is 156 (61.33% from 255 or 36.03% from 433); Max value from RGB is 197 - color contains mainly: red. Hex color #C5509C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5509C is #3AAF63. Grayscale: #7B7B7B. Windows color (decimal): -3845988 or 10244293. OLE color: 10244293.
HSL color Cylindrical-coordinate representation of color #C5509C: hue angle of 321.03º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C5509C is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 80 | 156 | - |
| CMYK | 0 | 0.59 | 0.21 | 0.23 |
| HSL | 321.03º | 0.5% | 0.54% | - |
| HSV(B) | 321.03º | 0.59% | 0.77% | - |
| XYZ | 31.9 | 20.01 | 33.63 | - |
| YUV | 123.65 | 146.26 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 80 | 156 | 0 | 0.59 | 0.21 | 0.23 | 321.03 | 0.5 | 0.54 |
| Hex | C5 | 50 | 9C | 0 | 3B | 15 | 17 | 141 | 32 | 36 |
| Octal | 305 | 120 | 234 | 0 | 73 | 25 | 27 | 501 | 62 | 66 |
| Binary | 11000101 | 1010000 | 10011100 | 0 | 111011 | 10101 | 10111 | 101000001 | 110010 | 110110 |
Color Harmonies of #C5509C
Complementary color
Monochromatic Colors of #C5509C
Black with #C5509C
Text Example
Text Example
White with #C5509C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5509C; }
p { color: rgb(197,80,156); }
H1.HeaderClassName
{
color: #C5509C;
}
.AnyTagClassName
{
color: #C5509C;
}
</style>
background-color css
<style>
a { background-color: #C5509C; }
a { background-color: rgb(197,80,156); }
div.DivClassName
{
background-color: #C5509C;
}
.BgClassName
{
background-color: #C5509C;
}
</style>
border-color css
<style>
span { border-color: #C5509C; }
span { border-color: rgb(197,80,156); }
td.TdClassName
{
border-color: #C5509C;
}
.TagClassName
{
border-color: #C5509C;
}
</style>