Shades of Mulberry #C34A99
Tints of Mulberry #C34A99
RGB
CMYK
RGB Variations
Color information
#C34A99 (or 0xC34A99) is known color: Mulberry. HEX triplet: C3, 4A and 99. RGB value is (195,74,153). Sum of RGB (Red+Green+Blue) = 195+74+153=422 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.21% from 422); Green value is 74 (29.30% from 255 or 17.54% from 422); Blue value is 153 (60.16% from 255 or 36.26% from 422); Max value from RGB is 195 - color contains mainly: red. Hex color #C34A99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34A99 is #3CB566. Grayscale: #767676. Windows color (decimal): -3978599 or 10046147. OLE color: 10046147.
HSL color Cylindrical-coordinate representation of color #C34A99: hue angle of 320.83º 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 #C34A99 is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 74 | 153 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.24 |
| HSL | 320.83º | 0.5% | 0.53% | - |
| HSV(B) | 320.83º | 0.62% | 0.76% | - |
| XYZ | 30.7 | 18.8 | 32.15 | - |
| YUV | 119.19 | 147.09 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 74 | 153 | 0 | 0.62 | 0.22 | 0.24 | 320.83 | 0.5 | 0.53 |
| Hex | C3 | 4A | 99 | 0 | 3E | 16 | 18 | 141 | 32 | 35 |
| Octal | 303 | 112 | 231 | 0 | 76 | 26 | 30 | 501 | 62 | 65 |
| Binary | 11000011 | 1001010 | 10011001 | 0 | 111110 | 10110 | 11000 | 101000001 | 110010 | 110101 |
Color Harmonies of #C34A99
Complementary color
Monochromatic Colors of #C34A99
Black with #C34A99
Text Example
Text Example
White with #C34A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34A99; }
p { color: rgb(195,74,153); }
H1.HeaderClassName
{
color: #C34A99;
}
.AnyTagClassName
{
color: #C34A99;
}
</style>
background-color css
<style>
a { background-color: #C34A99; }
a { background-color: rgb(195,74,153); }
div.DivClassName
{
background-color: #C34A99;
}
.BgClassName
{
background-color: #C34A99;
}
</style>
border-color css
<style>
span { border-color: #C34A99; }
span { border-color: rgb(195,74,153); }
td.TdClassName
{
border-color: #C34A99;
}
.TagClassName
{
border-color: #C34A99;
}
</style>