Shades of Mulberry #C35F9E
Tints of Mulberry #C35F9E
RGB
CMYK
RGB Variations
Color information
#C35F9E (or 0xC35F9E) is known color: Mulberry. HEX triplet: C3, 5F and 9E. RGB value is (195,95,158). Sum of RGB (Red+Green+Blue) = 195+95+158=448 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.53% from 448); Green value is 95 (37.5% from 255 or 21.21% from 448); Blue value is 158 (62.11% from 255 or 35.27% from 448); Max value from RGB is 195 - color contains mainly: red. Hex color #C35F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35F9E is #3CA061. Grayscale: #838383. Windows color (decimal): -3973218 or 10379203. OLE color: 10379203.
HSL color Cylindrical-coordinate representation of color #C35F9E: hue angle of 322.2º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C35F9E is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 95 | 158 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.24 |
| HSL | 322.2º | 0.45% | 0.57% | - |
| HSV(B) | 322.2º | 0.51% | 0.76% | - |
| XYZ | 32.77 | 22.26 | 34.92 | - |
| YUV | 132.08 | 142.63 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 95 | 158 | 0 | 0.51 | 0.19 | 0.24 | 322.2 | 0.45 | 0.57 |
| Hex | C3 | 5F | 9E | 0 | 33 | 13 | 18 | 142 | 2D | 39 |
| Octal | 303 | 137 | 236 | 0 | 63 | 23 | 30 | 502 | 55 | 71 |
| Binary | 11000011 | 1011111 | 10011110 | 0 | 110011 | 10011 | 11000 | 101000010 | 101101 | 111001 |
Color Harmonies of #C35F9E
Complementary color
Monochromatic Colors of #C35F9E
Black with #C35F9E
Text Example
Text Example
White with #C35F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35F9E; }
p { color: rgb(195,95,158); }
H1.HeaderClassName
{
color: #C35F9E;
}
.AnyTagClassName
{
color: #C35F9E;
}
</style>
background-color css
<style>
a { background-color: #C35F9E; }
a { background-color: rgb(195,95,158); }
div.DivClassName
{
background-color: #C35F9E;
}
.BgClassName
{
background-color: #C35F9E;
}
</style>
border-color css
<style>
span { border-color: #C35F9E; }
span { border-color: rgb(195,95,158); }
td.TdClassName
{
border-color: #C35F9E;
}
.TagClassName
{
border-color: #C35F9E;
}
</style>