Shades of Mulberry #C35E8F
Tints of Mulberry #C35E8F
RGB
CMYK
RGB Variations
Color information
#C35E8F (or 0xC35E8F) is known color: Mulberry. HEX triplet: C3, 5E and 8F. RGB value is (195,94,143). Sum of RGB (Red+Green+Blue) = 195+94+143=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 94 (37.11% from 255 or 21.76% from 432); Blue value is 143 (56.25% from 255 or 33.10% from 432); Max value from RGB is 195 - color contains mainly: red. Hex color #C35E8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35E8F is #3CA170. Grayscale: #818181. Windows color (decimal): -3973489 or 9395907. OLE color: 9395907.
HSL color Cylindrical-coordinate representation of color #C35E8F: hue angle of 330.89º 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 #C35E8F is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 94 | 143 | - |
| CMYK | 0 | 0.52 | 0.27 | 0.24 |
| HSL | 330.89º | 0.46% | 0.57% | - |
| HSV(B) | 330.89º | 0.52% | 0.76% | - |
| XYZ | 31.47 | 21.59 | 28.5 | - |
| YUV | 129.79 | 135.46 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 94 | 143 | 0 | 0.52 | 0.27 | 0.24 | 330.89 | 0.46 | 0.57 |
| Hex | C3 | 5E | 8F | 0 | 34 | 1B | 18 | 14B | 2E | 39 |
| Octal | 303 | 136 | 217 | 0 | 64 | 33 | 30 | 513 | 56 | 71 |
| Binary | 11000011 | 1011110 | 10001111 | 0 | 110100 | 11011 | 11000 | 101001011 | 101110 | 111001 |
Color Harmonies of #C35E8F
Complementary color
Monochromatic Colors of #C35E8F
Black with #C35E8F
Text Example
Text Example
White with #C35E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35E8F; }
p { color: rgb(195,94,143); }
H1.HeaderClassName
{
color: #C35E8F;
}
.AnyTagClassName
{
color: #C35E8F;
}
</style>
background-color css
<style>
a { background-color: #C35E8F; }
a { background-color: rgb(195,94,143); }
div.DivClassName
{
background-color: #C35E8F;
}
.BgClassName
{
background-color: #C35E8F;
}
</style>
border-color css
<style>
span { border-color: #C35E8F; }
span { border-color: rgb(195,94,143); }
td.TdClassName
{
border-color: #C35E8F;
}
.TagClassName
{
border-color: #C35E8F;
}
</style>