Shades of Mulberry #C34895
Tints of Mulberry #C34895
RGB
CMYK
RGB Variations
Color information
#C34895 (or 0xC34895) is known color: Mulberry. HEX triplet: C3, 48 and 95. RGB value is (195,72,149). Sum of RGB (Red+Green+Blue) = 195+72+149=416 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.88% from 416); Green value is 72 (28.52% from 255 or 17.31% from 416); Blue value is 149 (58.59% from 255 or 35.82% from 416); Max value from RGB is 195 - color contains mainly: red. Hex color #C34895 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34895 is #3CB76A. Grayscale: #757575. Windows color (decimal): -3979115 or 9783491. OLE color: 9783491.
HSL color Cylindrical-coordinate representation of color #C34895: hue angle of 322.44º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C34895 is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 72 | 149 | - |
| CMYK | 0 | 0.63 | 0.24 | 0.24 |
| HSL | 322.44º | 0.51% | 0.52% | - |
| HSV(B) | 322.44º | 0.63% | 0.76% | - |
| XYZ | 30.25 | 18.41 | 30.39 | - |
| YUV | 117.56 | 145.75 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 72 | 149 | 0 | 0.63 | 0.24 | 0.24 | 322.44 | 0.51 | 0.52 |
| Hex | C3 | 48 | 95 | 0 | 3F | 18 | 18 | 142 | 33 | 34 |
| Octal | 303 | 110 | 225 | 0 | 77 | 30 | 30 | 502 | 63 | 64 |
| Binary | 11000011 | 1001000 | 10010101 | 0 | 111111 | 11000 | 11000 | 101000010 | 110011 | 110100 |
Color Harmonies of #C34895
Complementary color
Monochromatic Colors of #C34895
Black with #C34895
Text Example
Text Example
White with #C34895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34895; }
p { color: rgb(195,72,149); }
H1.HeaderClassName
{
color: #C34895;
}
.AnyTagClassName
{
color: #C34895;
}
</style>
background-color css
<style>
a { background-color: #C34895; }
a { background-color: rgb(195,72,149); }
div.DivClassName
{
background-color: #C34895;
}
.BgClassName
{
background-color: #C34895;
}
</style>
border-color css
<style>
span { border-color: #C34895; }
span { border-color: rgb(195,72,149); }
td.TdClassName
{
border-color: #C34895;
}
.TagClassName
{
border-color: #C34895;
}
</style>