Shades of Mulberry #C34A89
Tints of Mulberry #C34A89
RGB
CMYK
RGB Variations
Color information
#C34A89 (or 0xC34A89) is known color: Mulberry. HEX triplet: C3, 4A and 89. RGB value is (195,74,137). Sum of RGB (Red+Green+Blue) = 195+74+137=406 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.03% from 406); Green value is 74 (29.30% from 255 or 18.23% from 406); Blue value is 137 (53.91% from 255 or 33.74% from 406); Max value from RGB is 195 - color contains mainly: red. Hex color #C34A89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34A89 is #3CB576. Grayscale: #757575. Windows color (decimal): -3978615 or 8997571. OLE color: 8997571.
HSL color Cylindrical-coordinate representation of color #C34A89: hue angle of 328.76º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C34A89 is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 74 | 137 | - |
| CMYK | 0 | 0.62 | 0.30 | 0.24 |
| HSL | 328.76º | 0.5% | 0.53% | - |
| HSV(B) | 328.76º | 0.62% | 0.76% | - |
| XYZ | 29.47 | 18.31 | 25.65 | - |
| YUV | 117.36 | 139.09 | 183.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 74 | 137 | 0 | 0.62 | 0.30 | 0.24 | 328.76 | 0.5 | 0.53 |
| Hex | C3 | 4A | 89 | 0 | 3E | 1E | 18 | 149 | 32 | 35 |
| Octal | 303 | 112 | 211 | 0 | 76 | 36 | 30 | 511 | 62 | 65 |
| Binary | 11000011 | 1001010 | 10001001 | 0 | 111110 | 11110 | 11000 | 101001001 | 110010 | 110101 |
Color Harmonies of #C34A89
Complementary color
Monochromatic Colors of #C34A89
Black with #C34A89
Text Example
Text Example
White with #C34A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34A89; }
p { color: rgb(195,74,137); }
H1.HeaderClassName
{
color: #C34A89;
}
.AnyTagClassName
{
color: #C34A89;
}
</style>
background-color css
<style>
a { background-color: #C34A89; }
a { background-color: rgb(195,74,137); }
div.DivClassName
{
background-color: #C34A89;
}
.BgClassName
{
background-color: #C34A89;
}
</style>
border-color css
<style>
span { border-color: #C34A89; }
span { border-color: rgb(195,74,137); }
td.TdClassName
{
border-color: #C34A89;
}
.TagClassName
{
border-color: #C34A89;
}
</style>