Shades of Mulberry #C3529E
Tints of Mulberry #C3529E
RGB
CMYK
RGB Variations
Color information
#C3529E (or 0xC3529E) is known color: Mulberry. HEX triplet: C3, 52 and 9E. RGB value is (195,82,158). Sum of RGB (Red+Green+Blue) = 195+82+158=435 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.83% from 435); Green value is 82 (32.42% from 255 or 18.85% from 435); Blue value is 158 (62.11% from 255 or 36.32% from 435); Max value from RGB is 195 - color contains mainly: red. Hex color #C3529E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3529E is #3CAD61. Grayscale: #7C7C7C. Windows color (decimal): -3976546 or 10375875. OLE color: 10375875.
HSL color Cylindrical-coordinate representation of color #C3529E: hue angle of 319.65º 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 #C3529E is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 82 | 158 | - |
| CMYK | 0 | 0.58 | 0.19 | 0.24 |
| HSL | 319.65º | 0.48% | 0.54% | - |
| HSV(B) | 319.65º | 0.58% | 0.76% | - |
| XYZ | 31.69 | 20.11 | 34.56 | - |
| YUV | 124.45 | 146.94 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 82 | 158 | 0 | 0.58 | 0.19 | 0.24 | 319.65 | 0.48 | 0.54 |
| Hex | C3 | 52 | 9E | 0 | 3A | 13 | 18 | 140 | 30 | 36 |
| Octal | 303 | 122 | 236 | 0 | 72 | 23 | 30 | 500 | 60 | 66 |
| Binary | 11000011 | 1010010 | 10011110 | 0 | 111010 | 10011 | 11000 | 101000000 | 110000 | 110110 |
Color Harmonies of #C3529E
Complementary color
Monochromatic Colors of #C3529E
Black with #C3529E
Text Example
Text Example
White with #C3529E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3529E; }
p { color: rgb(195,82,158); }
H1.HeaderClassName
{
color: #C3529E;
}
.AnyTagClassName
{
color: #C3529E;
}
</style>
background-color css
<style>
a { background-color: #C3529E; }
a { background-color: rgb(195,82,158); }
div.DivClassName
{
background-color: #C3529E;
}
.BgClassName
{
background-color: #C3529E;
}
</style>
border-color css
<style>
span { border-color: #C3529E; }
span { border-color: rgb(195,82,158); }
td.TdClassName
{
border-color: #C3529E;
}
.TagClassName
{
border-color: #C3529E;
}
</style>