Shades of Mulberry #C35180
Tints of Mulberry #C35180
RGB
CMYK
RGB Variations
Color information
#C35180 (or 0xC35180) is known color: Mulberry. HEX triplet: C3, 51 and 80. RGB value is (195,81,128). Sum of RGB (Red+Green+Blue) = 195+81+128=404 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.27% from 404); Green value is 81 (32.03% from 255 or 20.05% from 404); Blue value is 128 (50.39% from 255 or 31.68% from 404); Max value from RGB is 195 - color contains mainly: red. Hex color #C35180 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35180 is #3CAE7F. Grayscale: #787878. Windows color (decimal): -3976832 or 8409539. OLE color: 8409539.
HSL color Cylindrical-coordinate representation of color #C35180: hue angle of 335.26º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C35180 is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 81 | 128 | - |
| CMYK | 0 | 0.58 | 0.34 | 0.24 |
| HSL | 335.26º | 0.49% | 0.54% | - |
| HSV(B) | 335.26º | 0.58% | 0.76% | - |
| XYZ | 29.34 | 19.05 | 22.55 | - |
| YUV | 120.44 | 132.27 | 181.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 81 | 128 | 0 | 0.58 | 0.34 | 0.24 | 335.26 | 0.49 | 0.54 |
| Hex | C3 | 51 | 80 | 0 | 3A | 22 | 18 | 14F | 31 | 36 |
| Octal | 303 | 121 | 200 | 0 | 72 | 42 | 30 | 517 | 61 | 66 |
| Binary | 11000011 | 1010001 | 10000000 | 0 | 111010 | 100010 | 11000 | 101001111 | 110001 | 110110 |
Color Harmonies of #C35180
Complementary color
Monochromatic Colors of #C35180
Black with #C35180
Text Example
Text Example
White with #C35180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35180; }
p { color: rgb(195,81,128); }
H1.HeaderClassName
{
color: #C35180;
}
.AnyTagClassName
{
color: #C35180;
}
</style>
background-color css
<style>
a { background-color: #C35180; }
a { background-color: rgb(195,81,128); }
div.DivClassName
{
background-color: #C35180;
}
.BgClassName
{
background-color: #C35180;
}
</style>
border-color css
<style>
span { border-color: #C35180; }
span { border-color: rgb(195,81,128); }
td.TdClassName
{
border-color: #C35180;
}
.TagClassName
{
border-color: #C35180;
}
</style>