Shades of Mulberry #C34C84
Tints of Mulberry #C34C84
RGB
CMYK
RGB Variations
Color information
#C34C84 (or 0xC34C84) is known color: Mulberry. HEX triplet: C3, 4C and 84. RGB value is (195,76,132). Sum of RGB (Red+Green+Blue) = 195+76+132=403 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.39% from 403); Green value is 76 (30.08% from 255 or 18.86% from 403); Blue value is 132 (51.95% from 255 or 32.75% from 403); Max value from RGB is 195 - color contains mainly: red. Hex color #C34C84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34C84 is #3CB37B. Grayscale: #757575. Windows color (decimal): -3978108 or 8670403. OLE color: 8670403.
HSL color Cylindrical-coordinate representation of color #C34C84: hue angle of 331.76º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C34C84 is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 76 | 132 | - |
| CMYK | 0 | 0.61 | 0.32 | 0.24 |
| HSL | 331.76º | 0.5% | 0.53% | - |
| HSV(B) | 331.76º | 0.61% | 0.76% | - |
| XYZ | 29.25 | 18.44 | 23.85 | - |
| YUV | 117.97 | 135.92 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 76 | 132 | 0 | 0.61 | 0.32 | 0.24 | 331.76 | 0.5 | 0.53 |
| Hex | C3 | 4C | 84 | 0 | 3D | 20 | 18 | 14C | 32 | 35 |
| Octal | 303 | 114 | 204 | 0 | 75 | 40 | 30 | 514 | 62 | 65 |
| Binary | 11000011 | 1001100 | 10000100 | 0 | 111101 | 100000 | 11000 | 101001100 | 110010 | 110101 |
Color Harmonies of #C34C84
Complementary color
Monochromatic Colors of #C34C84
Black with #C34C84
Text Example
Text Example
White with #C34C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34C84; }
p { color: rgb(195,76,132); }
H1.HeaderClassName
{
color: #C34C84;
}
.AnyTagClassName
{
color: #C34C84;
}
</style>
background-color css
<style>
a { background-color: #C34C84; }
a { background-color: rgb(195,76,132); }
div.DivClassName
{
background-color: #C34C84;
}
.BgClassName
{
background-color: #C34C84;
}
</style>
border-color css
<style>
span { border-color: #C34C84; }
span { border-color: rgb(195,76,132); }
td.TdClassName
{
border-color: #C34C84;
}
.TagClassName
{
border-color: #C34C84;
}
</style>