Shades of Mulberry #C34089
Tints of Mulberry #C34089
RGB
CMYK
RGB Variations
Color information
#C34089 (or 0xC34089) is known color: Mulberry. HEX triplet: C3, 40 and 89. RGB value is (195,64,137). Sum of RGB (Red+Green+Blue) = 195+64+137=396 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.24% from 396); Green value is 64 (25.39% from 255 or 16.16% from 396); Blue value is 137 (53.91% from 255 or 34.60% from 396); Max value from RGB is 195 - color contains mainly: red. Hex color #C34089 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34089 is #3CBF76. Grayscale: #6F6F6F. Windows color (decimal): -3981175 or 8995011. OLE color: 8995011.
HSL color Cylindrical-coordinate representation of color #C34089: hue angle of 326.56º 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 #C34089 is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 64 | 137 | - |
| CMYK | 0 | 0.67 | 0.30 | 0.24 |
| HSL | 326.56º | 0.52% | 0.51% | - |
| HSV(B) | 326.56º | 0.67% | 0.76% | - |
| XYZ | 28.85 | 17.08 | 25.44 | - |
| YUV | 111.49 | 142.4 | 187.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 64 | 137 | 0 | 0.67 | 0.30 | 0.24 | 326.56 | 0.52 | 0.51 |
| Hex | C3 | 40 | 89 | 0 | 43 | 1E | 18 | 147 | 34 | 33 |
| Octal | 303 | 100 | 211 | 0 | 103 | 36 | 30 | 507 | 64 | 63 |
| Binary | 11000011 | 1000000 | 10001001 | 0 | 1000011 | 11110 | 11000 | 101000111 | 110100 | 110011 |
Color Harmonies of #C34089
Complementary color
Monochromatic Colors of #C34089
Black with #C34089
Text Example
Text Example
White with #C34089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34089; }
p { color: rgb(195,64,137); }
H1.HeaderClassName
{
color: #C34089;
}
.AnyTagClassName
{
color: #C34089;
}
</style>
background-color css
<style>
a { background-color: #C34089; }
a { background-color: rgb(195,64,137); }
div.DivClassName
{
background-color: #C34089;
}
.BgClassName
{
background-color: #C34089;
}
</style>
border-color css
<style>
span { border-color: #C34089; }
span { border-color: rgb(195,64,137); }
td.TdClassName
{
border-color: #C34089;
}
.TagClassName
{
border-color: #C34089;
}
</style>