Shades of Mulberry #C34091
Tints of Mulberry #C34091
RGB
CMYK
RGB Variations
Color information
#C34091 (or 0xC34091) is known color: Mulberry. HEX triplet: C3, 40 and 91. RGB value is (195,64,145). Sum of RGB (Red+Green+Blue) = 195+64+145=404 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.27% from 404); Green value is 64 (25.39% from 255 or 15.84% from 404); Blue value is 145 (57.03% from 255 or 35.89% from 404); Max value from RGB is 195 - color contains mainly: red. Hex color #C34091 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34091 is #3CBF6E. Grayscale: #707070. Windows color (decimal): -3981167 or 9519299. OLE color: 9519299.
HSL color Cylindrical-coordinate representation of color #C34091: hue angle of 322.9º 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 #C34091 is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 64 | 145 | - |
| CMYK | 0 | 0.67 | 0.26 | 0.24 |
| HSL | 322.9º | 0.52% | 0.51% | - |
| HSV(B) | 322.9º | 0.67% | 0.76% | - |
| XYZ | 29.45 | 17.31 | 28.58 | - |
| YUV | 112.4 | 146.4 | 186.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 64 | 145 | 0 | 0.67 | 0.26 | 0.24 | 322.9 | 0.52 | 0.51 |
| Hex | C3 | 40 | 91 | 0 | 43 | 1A | 18 | 143 | 34 | 33 |
| Octal | 303 | 100 | 221 | 0 | 103 | 32 | 30 | 503 | 64 | 63 |
| Binary | 11000011 | 1000000 | 10010001 | 0 | 1000011 | 11010 | 11000 | 101000011 | 110100 | 110011 |
Color Harmonies of #C34091
Complementary color
Monochromatic Colors of #C34091
Black with #C34091
Text Example
Text Example
White with #C34091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34091; }
p { color: rgb(195,64,145); }
H1.HeaderClassName
{
color: #C34091;
}
.AnyTagClassName
{
color: #C34091;
}
</style>
background-color css
<style>
a { background-color: #C34091; }
a { background-color: rgb(195,64,145); }
div.DivClassName
{
background-color: #C34091;
}
.BgClassName
{
background-color: #C34091;
}
</style>
border-color css
<style>
span { border-color: #C34091; }
span { border-color: rgb(195,64,145); }
td.TdClassName
{
border-color: #C34091;
}
.TagClassName
{
border-color: #C34091;
}
</style>