Shades of Mulberry #C3528C
Tints of Mulberry #C3528C
RGB
CMYK
RGB Variations
Color information
#C3528C (or 0xC3528C) is known color: Mulberry. HEX triplet: C3, 52 and 8C. RGB value is (195,82,140). Sum of RGB (Red+Green+Blue) = 195+82+140=417 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.76% from 417); Green value is 82 (32.42% from 255 or 19.66% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 195 - color contains mainly: red. Hex color #C3528C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3528C is #3CAD73. Grayscale: #7A7A7A. Windows color (decimal): -3976564 or 9196227. OLE color: 9196227.
HSL color Cylindrical-coordinate representation of color #C3528C: hue angle of 329.2º 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 #C3528C is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 82 | 140 | - |
| CMYK | 0 | 0.58 | 0.28 | 0.24 |
| HSL | 329.2º | 0.48% | 0.54% | - |
| HSV(B) | 329.2º | 0.58% | 0.76% | - |
| XYZ | 30.26 | 19.53 | 26.99 | - |
| YUV | 122.4 | 137.94 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 82 | 140 | 0 | 0.58 | 0.28 | 0.24 | 329.2 | 0.48 | 0.54 |
| Hex | C3 | 52 | 8C | 0 | 3A | 1C | 18 | 149 | 30 | 36 |
| Octal | 303 | 122 | 214 | 0 | 72 | 34 | 30 | 511 | 60 | 66 |
| Binary | 11000011 | 1010010 | 10001100 | 0 | 111010 | 11100 | 11000 | 101001001 | 110000 | 110110 |
Color Harmonies of #C3528C
Complementary color
Monochromatic Colors of #C3528C
Black with #C3528C
Text Example
Text Example
White with #C3528C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3528C; }
p { color: rgb(195,82,140); }
H1.HeaderClassName
{
color: #C3528C;
}
.AnyTagClassName
{
color: #C3528C;
}
</style>
background-color css
<style>
a { background-color: #C3528C; }
a { background-color: rgb(195,82,140); }
div.DivClassName
{
background-color: #C3528C;
}
.BgClassName
{
background-color: #C3528C;
}
</style>
border-color css
<style>
span { border-color: #C3528C; }
span { border-color: rgb(195,82,140); }
td.TdClassName
{
border-color: #C3528C;
}
.TagClassName
{
border-color: #C3528C;
}
</style>