Shades of Mulberry #C34992
Tints of Mulberry #C34992
RGB
CMYK
RGB Variations
Color information
#C34992 (or 0xC34992) is known color: Mulberry. HEX triplet: C3, 49 and 92. RGB value is (195,73,146). Sum of RGB (Red+Green+Blue) = 195+73+146=414 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.10% from 414); Green value is 73 (28.91% from 255 or 17.63% from 414); Blue value is 146 (57.42% from 255 or 35.27% from 414); Max value from RGB is 195 - color contains mainly: red. Hex color #C34992 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34992 is #3CB66D. Grayscale: #757575. Windows color (decimal): -3978862 or 9587139. OLE color: 9587139.
HSL color Cylindrical-coordinate representation of color #C34992: hue angle of 324.1º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C34992 is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 73 | 146 | - |
| CMYK | 0 | 0.63 | 0.25 | 0.24 |
| HSL | 324.1º | 0.5% | 0.53% | - |
| HSV(B) | 324.1º | 0.63% | 0.76% | - |
| XYZ | 30.08 | 18.44 | 29.17 | - |
| YUV | 117.8 | 143.92 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 73 | 146 | 0 | 0.63 | 0.25 | 0.24 | 324.1 | 0.5 | 0.53 |
| Hex | C3 | 49 | 92 | 0 | 3F | 19 | 18 | 144 | 32 | 35 |
| Octal | 303 | 111 | 222 | 0 | 77 | 31 | 30 | 504 | 62 | 65 |
| Binary | 11000011 | 1001001 | 10010010 | 0 | 111111 | 11001 | 11000 | 101000100 | 110010 | 110101 |
Color Harmonies of #C34992
Complementary color
Monochromatic Colors of #C34992
Black with #C34992
Text Example
Text Example
White with #C34992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34992; }
p { color: rgb(195,73,146); }
H1.HeaderClassName
{
color: #C34992;
}
.AnyTagClassName
{
color: #C34992;
}
</style>
background-color css
<style>
a { background-color: #C34992; }
a { background-color: rgb(195,73,146); }
div.DivClassName
{
background-color: #C34992;
}
.BgClassName
{
background-color: #C34992;
}
</style>
border-color css
<style>
span { border-color: #C34992; }
span { border-color: rgb(195,73,146); }
td.TdClassName
{
border-color: #C34992;
}
.TagClassName
{
border-color: #C34992;
}
</style>