Shades of Mulberry #C3529F
Tints of Mulberry #C3529F
RGB
CMYK
RGB Variations
Color information
#C3529F (or 0xC3529F) is known color: Mulberry. HEX triplet: C3, 52 and 9F. RGB value is (195,82,159). Sum of RGB (Red+Green+Blue) = 195+82+159=436 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.72% from 436); Green value is 82 (32.42% from 255 or 18.81% from 436); Blue value is 159 (62.5% from 255 or 36.47% from 436); Max value from RGB is 195 - color contains mainly: red. Hex color #C3529F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3529F is #3CAD60. Grayscale: #7C7C7C. Windows color (decimal): -3976545 or 10441411. OLE color: 10441411.
HSL color Cylindrical-coordinate representation of color #C3529F: hue angle of 319.12º 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 #C3529F is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 82 | 159 | - |
| CMYK | 0 | 0.58 | 0.18 | 0.24 |
| HSL | 319.12º | 0.48% | 0.54% | - |
| HSV(B) | 319.12º | 0.58% | 0.76% | - |
| XYZ | 31.78 | 20.14 | 35.01 | - |
| YUV | 124.57 | 147.44 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 82 | 159 | 0 | 0.58 | 0.18 | 0.24 | 319.12 | 0.48 | 0.54 |
| Hex | C3 | 52 | 9F | 0 | 3A | 12 | 18 | 13F | 30 | 36 |
| Octal | 303 | 122 | 237 | 0 | 72 | 22 | 30 | 477 | 60 | 66 |
| Binary | 11000011 | 1010010 | 10011111 | 0 | 111010 | 10010 | 11000 | 100111111 | 110000 | 110110 |
Color Harmonies of #C3529F
Complementary color
Monochromatic Colors of #C3529F
Black with #C3529F
Text Example
Text Example
White with #C3529F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3529F; }
p { color: rgb(195,82,159); }
H1.HeaderClassName
{
color: #C3529F;
}
.AnyTagClassName
{
color: #C3529F;
}
</style>
background-color css
<style>
a { background-color: #C3529F; }
a { background-color: rgb(195,82,159); }
div.DivClassName
{
background-color: #C3529F;
}
.BgClassName
{
background-color: #C3529F;
}
</style>
border-color css
<style>
span { border-color: #C3529F; }
span { border-color: rgb(195,82,159); }
td.TdClassName
{
border-color: #C3529F;
}
.TagClassName
{
border-color: #C3529F;
}
</style>