Shades of Mulberry #C34796
Tints of Mulberry #C34796
RGB
CMYK
RGB Variations
Color information
#C34796 (or 0xC34796) is known color: Mulberry. HEX triplet: C3, 47 and 96. RGB value is (195,71,150). Sum of RGB (Red+Green+Blue) = 195+71+150=416 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.88% from 416); Green value is 71 (28.12% from 255 or 17.07% from 416); Blue value is 150 (58.98% from 255 or 36.06% from 416); Max value from RGB is 195 - color contains mainly: red. Hex color #C34796 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34796 is #3CB869. Grayscale: #747474. Windows color (decimal): -3979370 or 9848771. OLE color: 9848771.
HSL color Cylindrical-coordinate representation of color #C34796: hue angle of 321.77º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C34796 is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 71 | 150 | - |
| CMYK | 0 | 0.64 | 0.23 | 0.24 |
| HSL | 321.77º | 0.51% | 0.52% | - |
| HSV(B) | 321.77º | 0.64% | 0.76% | - |
| XYZ | 30.26 | 18.31 | 30.79 | - |
| YUV | 117.08 | 146.58 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 71 | 150 | 0 | 0.64 | 0.23 | 0.24 | 321.77 | 0.51 | 0.52 |
| Hex | C3 | 47 | 96 | 0 | 40 | 17 | 18 | 142 | 33 | 34 |
| Octal | 303 | 107 | 226 | 0 | 100 | 27 | 30 | 502 | 63 | 64 |
| Binary | 11000011 | 1000111 | 10010110 | 0 | 1000000 | 10111 | 11000 | 101000010 | 110011 | 110100 |
Color Harmonies of #C34796
Complementary color
Monochromatic Colors of #C34796
Black with #C34796
Text Example
Text Example
White with #C34796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34796; }
p { color: rgb(195,71,150); }
H1.HeaderClassName
{
color: #C34796;
}
.AnyTagClassName
{
color: #C34796;
}
</style>
background-color css
<style>
a { background-color: #C34796; }
a { background-color: rgb(195,71,150); }
div.DivClassName
{
background-color: #C34796;
}
.BgClassName
{
background-color: #C34796;
}
</style>
border-color css
<style>
span { border-color: #C34796; }
span { border-color: rgb(195,71,150); }
td.TdClassName
{
border-color: #C34796;
}
.TagClassName
{
border-color: #C34796;
}
</style>