Shades of Mulberry #C34494
Tints of Mulberry #C34494
RGB
CMYK
RGB Variations
Color information
#C34494 (or 0xC34494) is known color: Mulberry. HEX triplet: C3, 44 and 94. RGB value is (195,68,148). Sum of RGB (Red+Green+Blue) = 195+68+148=411 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.45% from 411); Green value is 68 (26.95% from 255 or 16.55% from 411); Blue value is 148 (58.20% from 255 or 36.01% from 411); Max value from RGB is 195 - color contains mainly: red. Hex color #C34494 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34494 is #3CBB6B. Grayscale: #727272. Windows color (decimal): -3980140 or 9716931. OLE color: 9716931.
HSL color Cylindrical-coordinate representation of color #C34494: hue angle of 322.2º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C34494 is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 68 | 148 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.24 |
| HSL | 322.2º | 0.51% | 0.52% | - |
| HSV(B) | 322.2º | 0.65% | 0.76% | - |
| XYZ | 29.92 | 17.87 | 29.89 | - |
| YUV | 115.09 | 146.58 | 185 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 68 | 148 | 0 | 0.65 | 0.24 | 0.24 | 322.2 | 0.51 | 0.52 |
| Hex | C3 | 44 | 94 | 0 | 41 | 18 | 18 | 142 | 33 | 34 |
| Octal | 303 | 104 | 224 | 0 | 101 | 30 | 30 | 502 | 63 | 64 |
| Binary | 11000011 | 1000100 | 10010100 | 0 | 1000001 | 11000 | 11000 | 101000010 | 110011 | 110100 |
Color Harmonies of #C34494
Complementary color
Monochromatic Colors of #C34494
Black with #C34494
Text Example
Text Example
White with #C34494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34494; }
p { color: rgb(195,68,148); }
H1.HeaderClassName
{
color: #C34494;
}
.AnyTagClassName
{
color: #C34494;
}
</style>
background-color css
<style>
a { background-color: #C34494; }
a { background-color: rgb(195,68,148); }
div.DivClassName
{
background-color: #C34494;
}
.BgClassName
{
background-color: #C34494;
}
</style>
border-color css
<style>
span { border-color: #C34494; }
span { border-color: rgb(195,68,148); }
td.TdClassName
{
border-color: #C34494;
}
.TagClassName
{
border-color: #C34494;
}
</style>