Shades of Mulberry #C34A95
Tints of Mulberry #C34A95
RGB
CMYK
RGB Variations
Color information
#C34A95 (or 0xC34A95) is known color: Mulberry. HEX triplet: C3, 4A and 95. RGB value is (195,74,149). Sum of RGB (Red+Green+Blue) = 195+74+149=418 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.65% from 418); Green value is 74 (29.30% from 255 or 17.70% from 418); Blue value is 149 (58.59% from 255 or 35.65% from 418); Max value from RGB is 195 - color contains mainly: red. Hex color #C34A95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34A95 is #3CB56A. Grayscale: #767676. Windows color (decimal): -3978603 or 9784003. OLE color: 9784003.
HSL color Cylindrical-coordinate representation of color #C34A95: hue angle of 322.81º 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 #C34A95 is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 74 | 149 | - |
| CMYK | 0 | 0.62 | 0.24 | 0.24 |
| HSL | 322.81º | 0.5% | 0.53% | - |
| HSV(B) | 322.81º | 0.62% | 0.76% | - |
| XYZ | 30.38 | 18.67 | 30.44 | - |
| YUV | 118.73 | 145.09 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 74 | 149 | 0 | 0.62 | 0.24 | 0.24 | 322.81 | 0.5 | 0.53 |
| Hex | C3 | 4A | 95 | 0 | 3E | 18 | 18 | 143 | 32 | 35 |
| Octal | 303 | 112 | 225 | 0 | 76 | 30 | 30 | 503 | 62 | 65 |
| Binary | 11000011 | 1001010 | 10010101 | 0 | 111110 | 11000 | 11000 | 101000011 | 110010 | 110101 |
Color Harmonies of #C34A95
Complementary color
Monochromatic Colors of #C34A95
Black with #C34A95
Text Example
Text Example
White with #C34A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34A95; }
p { color: rgb(195,74,149); }
H1.HeaderClassName
{
color: #C34A95;
}
.AnyTagClassName
{
color: #C34A95;
}
</style>
background-color css
<style>
a { background-color: #C34A95; }
a { background-color: rgb(195,74,149); }
div.DivClassName
{
background-color: #C34A95;
}
.BgClassName
{
background-color: #C34A95;
}
</style>
border-color css
<style>
span { border-color: #C34A95; }
span { border-color: rgb(195,74,149); }
td.TdClassName
{
border-color: #C34A95;
}
.TagClassName
{
border-color: #C34A95;
}
</style>