Shades of Mulberry #C3528E
Tints of Mulberry #C3528E
RGB
CMYK
RGB Variations
Color information
#C3528E (or 0xC3528E) is known color: Mulberry. HEX triplet: C3, 52 and 8E. RGB value is (195,82,142). Sum of RGB (Red+Green+Blue) = 195+82+142=419 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.54% from 419); Green value is 82 (32.42% from 255 or 19.57% from 419); Blue value is 142 (55.86% from 255 or 33.89% from 419); Max value from RGB is 195 - color contains mainly: red. Hex color #C3528E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3528E is #3CAD71. Grayscale: #7A7A7A. Windows color (decimal): -3976562 or 9327299. OLE color: 9327299.
HSL color Cylindrical-coordinate representation of color #C3528E: hue angle of 328.14º degrees, saturation: 0.48, 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 #C3528E is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 82 | 142 | - |
| CMYK | 0 | 0.58 | 0.27 | 0.24 |
| HSL | 328.14º | 0.48% | 0.54% | - |
| HSV(B) | 328.14º | 0.58% | 0.76% | - |
| XYZ | 30.41 | 19.59 | 27.77 | - |
| YUV | 122.63 | 138.94 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 82 | 142 | 0 | 0.58 | 0.27 | 0.24 | 328.14 | 0.48 | 0.54 |
| Hex | C3 | 52 | 8E | 0 | 3A | 1B | 18 | 148 | 30 | 36 |
| Octal | 303 | 122 | 216 | 0 | 72 | 33 | 30 | 510 | 60 | 66 |
| Binary | 11000011 | 1010010 | 10001110 | 0 | 111010 | 11011 | 11000 | 101001000 | 110000 | 110110 |
Color Harmonies of #C3528E
Complementary color
Monochromatic Colors of #C3528E
Black with #C3528E
Text Example
Text Example
White with #C3528E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3528E; }
p { color: rgb(195,82,142); }
H1.HeaderClassName
{
color: #C3528E;
}
.AnyTagClassName
{
color: #C3528E;
}
</style>
background-color css
<style>
a { background-color: #C3528E; }
a { background-color: rgb(195,82,142); }
div.DivClassName
{
background-color: #C3528E;
}
.BgClassName
{
background-color: #C3528E;
}
</style>
border-color css
<style>
span { border-color: #C3528E; }
span { border-color: rgb(195,82,142); }
td.TdClassName
{
border-color: #C3528E;
}
.TagClassName
{
border-color: #C3528E;
}
</style>