Shades of Mulberry #C34986
Tints of Mulberry #C34986
RGB
CMYK
RGB Variations
Color information
#C34986 (or 0xC34986) is known color: Mulberry. HEX triplet: C3, 49 and 86. RGB value is (195,73,134). Sum of RGB (Red+Green+Blue) = 195+73+134=402 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.51% from 402); Green value is 73 (28.91% from 255 or 18.16% from 402); Blue value is 134 (52.73% from 255 or 33.33% from 402); Max value from RGB is 195 - color contains mainly: red. Hex color #C34986 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34986 is #3CB679. Grayscale: #747474. Windows color (decimal): -3978874 or 8800707. OLE color: 8800707.
HSL color Cylindrical-coordinate representation of color #C34986: hue angle of 330º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C34986 is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 73 | 134 | - |
| CMYK | 0 | 0.63 | 0.31 | 0.24 |
| HSL | 330º | 0.5% | 0.53% | - |
| HSV(B) | 330º | 0.63% | 0.76% | - |
| XYZ | 29.19 | 18.09 | 24.51 | - |
| YUV | 116.43 | 137.92 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 73 | 134 | 0 | 0.63 | 0.31 | 0.24 | 330 | 0.5 | 0.53 |
| Hex | C3 | 49 | 86 | 0 | 3F | 1F | 18 | 14A | 32 | 35 |
| Octal | 303 | 111 | 206 | 0 | 77 | 37 | 30 | 512 | 62 | 65 |
| Binary | 11000011 | 1001001 | 10000110 | 0 | 111111 | 11111 | 11000 | 101001010 | 110010 | 110101 |
Color Harmonies of #C34986
Complementary color
Monochromatic Colors of #C34986
Black with #C34986
Text Example
Text Example
White with #C34986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34986; }
p { color: rgb(195,73,134); }
H1.HeaderClassName
{
color: #C34986;
}
.AnyTagClassName
{
color: #C34986;
}
</style>
background-color css
<style>
a { background-color: #C34986; }
a { background-color: rgb(195,73,134); }
div.DivClassName
{
background-color: #C34986;
}
.BgClassName
{
background-color: #C34986;
}
</style>
border-color css
<style>
span { border-color: #C34986; }
span { border-color: rgb(195,73,134); }
td.TdClassName
{
border-color: #C34986;
}
.TagClassName
{
border-color: #C34986;
}
</style>