Shades of Mulberry #C34095
Tints of Mulberry #C34095
RGB
CMYK
RGB Variations
Color information
#C34095 (or 0xC34095) is known color: Mulberry. HEX triplet: C3, 40 and 95. RGB value is (195,64,149). Sum of RGB (Red+Green+Blue) = 195+64+149=408 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.79% from 408); Green value is 64 (25.39% from 255 or 15.69% from 408); Blue value is 149 (58.59% from 255 or 36.52% from 408); Max value from RGB is 195 - color contains mainly: red. Hex color #C34095 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34095 is #3CBF6A. Grayscale: #707070. Windows color (decimal): -3981163 or 9781443. OLE color: 9781443.
HSL color Cylindrical-coordinate representation of color #C34095: hue angle of 321.07º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C34095 is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 64 | 149 | - |
| CMYK | 0 | 0.67 | 0.24 | 0.24 |
| HSL | 321.07º | 0.52% | 0.51% | - |
| HSV(B) | 321.07º | 0.67% | 0.76% | - |
| XYZ | 29.76 | 17.44 | 30.23 | - |
| YUV | 112.86 | 148.4 | 186.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 64 | 149 | 0 | 0.67 | 0.24 | 0.24 | 321.07 | 0.52 | 0.51 |
| Hex | C3 | 40 | 95 | 0 | 43 | 18 | 18 | 141 | 34 | 33 |
| Octal | 303 | 100 | 225 | 0 | 103 | 30 | 30 | 501 | 64 | 63 |
| Binary | 11000011 | 1000000 | 10010101 | 0 | 1000011 | 11000 | 11000 | 101000001 | 110100 | 110011 |
Color Harmonies of #C34095
Complementary color
Monochromatic Colors of #C34095
Black with #C34095
Text Example
Text Example
White with #C34095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34095; }
p { color: rgb(195,64,149); }
H1.HeaderClassName
{
color: #C34095;
}
.AnyTagClassName
{
color: #C34095;
}
</style>
background-color css
<style>
a { background-color: #C34095; }
a { background-color: rgb(195,64,149); }
div.DivClassName
{
background-color: #C34095;
}
.BgClassName
{
background-color: #C34095;
}
</style>
border-color css
<style>
span { border-color: #C34095; }
span { border-color: rgb(195,64,149); }
td.TdClassName
{
border-color: #C34095;
}
.TagClassName
{
border-color: #C34095;
}
</style>