Shades of Mulberry #C34F84
Tints of Mulberry #C34F84
RGB
CMYK
RGB Variations
Color information
#C34F84 (or 0xC34F84) is known color: Mulberry. HEX triplet: C3, 4F and 84. RGB value is (195,79,132). Sum of RGB (Red+Green+Blue) = 195+79+132=406 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.03% from 406); Green value is 79 (31.25% from 255 or 19.46% from 406); Blue value is 132 (51.95% from 255 or 32.51% from 406); Max value from RGB is 195 - color contains mainly: red. Hex color #C34F84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C34F84 is #3CB07B. Grayscale: #777777. Windows color (decimal): -3977340 or 8671171. OLE color: 8671171.
HSL color Cylindrical-coordinate representation of color #C34F84: hue angle of 332.59º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C34F84 is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 79 | 132 | - |
| CMYK | 0 | 0.59 | 0.32 | 0.24 |
| HSL | 332.59º | 0.49% | 0.54% | - |
| HSV(B) | 332.59º | 0.59% | 0.76% | - |
| XYZ | 29.47 | 18.86 | 23.92 | - |
| YUV | 119.73 | 134.93 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 79 | 132 | 0 | 0.59 | 0.32 | 0.24 | 332.59 | 0.49 | 0.54 |
| Hex | C3 | 4F | 84 | 0 | 3B | 20 | 18 | 14D | 31 | 36 |
| Octal | 303 | 117 | 204 | 0 | 73 | 40 | 30 | 515 | 61 | 66 |
| Binary | 11000011 | 1001111 | 10000100 | 0 | 111011 | 100000 | 11000 | 101001101 | 110001 | 110110 |
Color Harmonies of #C34F84
Complementary color
Monochromatic Colors of #C34F84
Black with #C34F84
Text Example
Text Example
White with #C34F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34F84; }
p { color: rgb(195,79,132); }
H1.HeaderClassName
{
color: #C34F84;
}
.AnyTagClassName
{
color: #C34F84;
}
</style>
background-color css
<style>
a { background-color: #C34F84; }
a { background-color: rgb(195,79,132); }
div.DivClassName
{
background-color: #C34F84;
}
.BgClassName
{
background-color: #C34F84;
}
</style>
border-color css
<style>
span { border-color: #C34F84; }
span { border-color: rgb(195,79,132); }
td.TdClassName
{
border-color: #C34F84;
}
.TagClassName
{
border-color: #C34F84;
}
</style>