Shades of Mulberry #C35DA0
Tints of Mulberry #C35DA0
RGB
CMYK
RGB Variations
Color information
#C35DA0 (or 0xC35DA0) is known color: Mulberry. HEX triplet: C3, 5D and A0. RGB value is (195,93,160). Sum of RGB (Red+Green+Blue) = 195+93+160=448 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.53% from 448); Green value is 93 (36.72% from 255 or 20.76% from 448); Blue value is 160 (62.89% from 255 or 35.71% from 448); Max value from RGB is 195 - color contains mainly: red. Hex color #C35DA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35DA0 is #3CA25F. Grayscale: #828282. Windows color (decimal): -3973728 or 10509763. OLE color: 10509763.
HSL color Cylindrical-coordinate representation of color #C35DA0: hue angle of 320.59º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C35DA0 is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 93 | 160 | - |
| CMYK | 0 | 0.52 | 0.18 | 0.24 |
| HSL | 320.59º | 0.46% | 0.56% | - |
| HSV(B) | 320.59º | 0.52% | 0.76% | - |
| XYZ | 32.77 | 21.97 | 35.77 | - |
| YUV | 131.14 | 144.29 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 93 | 160 | 0 | 0.52 | 0.18 | 0.24 | 320.59 | 0.46 | 0.56 |
| Hex | C3 | 5D | A0 | 0 | 34 | 12 | 18 | 141 | 2E | 38 |
| Octal | 303 | 135 | 240 | 0 | 64 | 22 | 30 | 501 | 56 | 70 |
| Binary | 11000011 | 1011101 | 10100000 | 0 | 110100 | 10010 | 11000 | 101000001 | 101110 | 111000 |
Color Harmonies of #C35DA0
Complementary color
Monochromatic Colors of #C35DA0
Black with #C35DA0
Text Example
Text Example
White with #C35DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35DA0; }
p { color: rgb(195,93,160); }
H1.HeaderClassName
{
color: #C35DA0;
}
.AnyTagClassName
{
color: #C35DA0;
}
</style>
background-color css
<style>
a { background-color: #C35DA0; }
a { background-color: rgb(195,93,160); }
div.DivClassName
{
background-color: #C35DA0;
}
.BgClassName
{
background-color: #C35DA0;
}
</style>
border-color css
<style>
span { border-color: #C35DA0; }
span { border-color: rgb(195,93,160); }
td.TdClassName
{
border-color: #C35DA0;
}
.TagClassName
{
border-color: #C35DA0;
}
</style>