Shades of Mulberry #C35EA0
Tints of Mulberry #C35EA0
RGB
CMYK
RGB Variations
Color information
#C35EA0 (or 0xC35EA0) is known color: Mulberry. HEX triplet: C3, 5E and A0. RGB value is (195,94,160). Sum of RGB (Red+Green+Blue) = 195+94+160=449 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.43% from 449); Green value is 94 (37.11% from 255 or 20.94% from 449); Blue value is 160 (62.89% from 255 or 35.63% from 449); Max value from RGB is 195 - color contains mainly: red. Hex color #C35EA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35EA0 is #3CA15F. Grayscale: #838383. Windows color (decimal): -3973472 or 10510019. OLE color: 10510019.
HSL color Cylindrical-coordinate representation of color #C35EA0: hue angle of 320.79º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C35EA0 is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 94 | 160 | - |
| CMYK | 0 | 0.52 | 0.18 | 0.24 |
| HSL | 320.79º | 0.46% | 0.57% | - |
| HSV(B) | 320.79º | 0.52% | 0.76% | - |
| XYZ | 32.85 | 22.15 | 35.8 | - |
| YUV | 131.72 | 143.96 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 94 | 160 | 0 | 0.52 | 0.18 | 0.24 | 320.79 | 0.46 | 0.57 |
| Hex | C3 | 5E | A0 | 0 | 34 | 12 | 18 | 141 | 2E | 39 |
| Octal | 303 | 136 | 240 | 0 | 64 | 22 | 30 | 501 | 56 | 71 |
| Binary | 11000011 | 1011110 | 10100000 | 0 | 110100 | 10010 | 11000 | 101000001 | 101110 | 111001 |
Color Harmonies of #C35EA0
Complementary color
Monochromatic Colors of #C35EA0
Black with #C35EA0
Text Example
Text Example
White with #C35EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35EA0; }
p { color: rgb(195,94,160); }
H1.HeaderClassName
{
color: #C35EA0;
}
.AnyTagClassName
{
color: #C35EA0;
}
</style>
background-color css
<style>
a { background-color: #C35EA0; }
a { background-color: rgb(195,94,160); }
div.DivClassName
{
background-color: #C35EA0;
}
.BgClassName
{
background-color: #C35EA0;
}
</style>
border-color css
<style>
span { border-color: #C35EA0; }
span { border-color: rgb(195,94,160); }
td.TdClassName
{
border-color: #C35EA0;
}
.TagClassName
{
border-color: #C35EA0;
}
</style>