Shades of Mulberry #C35D8D
Tints of Mulberry #C35D8D
RGB
CMYK
RGB Variations
Color information
#C35D8D (or 0xC35D8D) is known color: Mulberry. HEX triplet: C3, 5D and 8D. RGB value is (195,93,141). Sum of RGB (Red+Green+Blue) = 195+93+141=429 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.45% from 429); Green value is 93 (36.72% from 255 or 21.68% from 429); Blue value is 141 (55.47% from 255 or 32.87% from 429); Max value from RGB is 195 - color contains mainly: red. Hex color #C35D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35D8D is #3CA272. Grayscale: #808080. Windows color (decimal): -3973747 or 9264579. OLE color: 9264579.
HSL color Cylindrical-coordinate representation of color #C35D8D: hue angle of 331.76º 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 #C35D8D is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 93 | 141 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.24 |
| HSL | 331.76º | 0.46% | 0.56% | - |
| HSV(B) | 331.76º | 0.52% | 0.76% | - |
| XYZ | 31.23 | 21.35 | 27.68 | - |
| YUV | 128.97 | 134.79 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 93 | 141 | 0 | 0.52 | 0.28 | 0.24 | 331.76 | 0.46 | 0.56 |
| Hex | C3 | 5D | 8D | 0 | 34 | 1C | 18 | 14C | 2E | 38 |
| Octal | 303 | 135 | 215 | 0 | 64 | 34 | 30 | 514 | 56 | 70 |
| Binary | 11000011 | 1011101 | 10001101 | 0 | 110100 | 11100 | 11000 | 101001100 | 101110 | 111000 |
Color Harmonies of #C35D8D
Complementary color
Monochromatic Colors of #C35D8D
Black with #C35D8D
Text Example
Text Example
White with #C35D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35D8D; }
p { color: rgb(195,93,141); }
H1.HeaderClassName
{
color: #C35D8D;
}
.AnyTagClassName
{
color: #C35D8D;
}
</style>
background-color css
<style>
a { background-color: #C35D8D; }
a { background-color: rgb(195,93,141); }
div.DivClassName
{
background-color: #C35D8D;
}
.BgClassName
{
background-color: #C35D8D;
}
</style>
border-color css
<style>
span { border-color: #C35D8D; }
span { border-color: rgb(195,93,141); }
td.TdClassName
{
border-color: #C35D8D;
}
.TagClassName
{
border-color: #C35D8D;
}
</style>