Shades of Mulberry #C34784
Tints of Mulberry #C34784
RGB
CMYK
RGB Variations
Color information
#C34784 (or 0xC34784) is known color: Mulberry. HEX triplet: C3, 47 and 84. RGB value is (195,71,132). Sum of RGB (Red+Green+Blue) = 195+71+132=398 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.99% from 398); Green value is 71 (28.12% from 255 or 17.84% from 398); Blue value is 132 (51.95% from 255 or 33.17% from 398); Max value from RGB is 195 - color contains mainly: red. Hex color #C34784 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34784 is #3CB87B. Grayscale: #727272. Windows color (decimal): -3979388 or 8669123. OLE color: 8669123.
HSL color Cylindrical-coordinate representation of color #C34784: hue angle of 330.48º 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 #C34784 is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 71 | 132 | - |
| CMYK | 0 | 0.64 | 0.32 | 0.24 |
| HSL | 330.48º | 0.51% | 0.52% | - |
| HSV(B) | 330.48º | 0.64% | 0.76% | - |
| XYZ | 28.92 | 17.77 | 23.74 | - |
| YUV | 115.03 | 137.58 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 71 | 132 | 0 | 0.64 | 0.32 | 0.24 | 330.48 | 0.51 | 0.52 |
| Hex | C3 | 47 | 84 | 0 | 40 | 20 | 18 | 14A | 33 | 34 |
| Octal | 303 | 107 | 204 | 0 | 100 | 40 | 30 | 512 | 63 | 64 |
| Binary | 11000011 | 1000111 | 10000100 | 0 | 1000000 | 100000 | 11000 | 101001010 | 110011 | 110100 |
Color Harmonies of #C34784
Complementary color
Monochromatic Colors of #C34784
Black with #C34784
Text Example
Text Example
White with #C34784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34784; }
p { color: rgb(195,71,132); }
H1.HeaderClassName
{
color: #C34784;
}
.AnyTagClassName
{
color: #C34784;
}
</style>
background-color css
<style>
a { background-color: #C34784; }
a { background-color: rgb(195,71,132); }
div.DivClassName
{
background-color: #C34784;
}
.BgClassName
{
background-color: #C34784;
}
</style>
border-color css
<style>
span { border-color: #C34784; }
span { border-color: rgb(195,71,132); }
td.TdClassName
{
border-color: #C34784;
}
.TagClassName
{
border-color: #C34784;
}
</style>