Shades of Mulberry #C34492
Tints of Mulberry #C34492
RGB
CMYK
RGB Variations
Color information
#C34492 (or 0xC34492) is known color: Mulberry. HEX triplet: C3, 44 and 92. RGB value is (195,68,146). Sum of RGB (Red+Green+Blue) = 195+68+146=409 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.68% from 409); Green value is 68 (26.95% from 255 or 16.63% from 409); Blue value is 146 (57.42% from 255 or 35.70% from 409); Max value from RGB is 195 - color contains mainly: red. Hex color #C34492 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34492 is #3CBB6D. Grayscale: #727272. Windows color (decimal): -3980142 or 9585859. OLE color: 9585859.
HSL color Cylindrical-coordinate representation of color #C34492: hue angle of 323.15º 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 #C34492 is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 68 | 146 | - |
| CMYK | 0 | 0.65 | 0.25 | 0.24 |
| HSL | 323.15º | 0.51% | 0.52% | - |
| HSV(B) | 323.15º | 0.65% | 0.76% | - |
| XYZ | 29.76 | 17.81 | 29.06 | - |
| YUV | 114.87 | 145.58 | 185.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 68 | 146 | 0 | 0.65 | 0.25 | 0.24 | 323.15 | 0.51 | 0.52 |
| Hex | C3 | 44 | 92 | 0 | 41 | 19 | 18 | 143 | 33 | 34 |
| Octal | 303 | 104 | 222 | 0 | 101 | 31 | 30 | 503 | 63 | 64 |
| Binary | 11000011 | 1000100 | 10010010 | 0 | 1000001 | 11001 | 11000 | 101000011 | 110011 | 110100 |
Color Harmonies of #C34492
Complementary color
Monochromatic Colors of #C34492
Black with #C34492
Text Example
Text Example
White with #C34492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34492; }
p { color: rgb(195,68,146); }
H1.HeaderClassName
{
color: #C34492;
}
.AnyTagClassName
{
color: #C34492;
}
</style>
background-color css
<style>
a { background-color: #C34492; }
a { background-color: rgb(195,68,146); }
div.DivClassName
{
background-color: #C34492;
}
.BgClassName
{
background-color: #C34492;
}
</style>
border-color css
<style>
span { border-color: #C34492; }
span { border-color: rgb(195,68,146); }
td.TdClassName
{
border-color: #C34492;
}
.TagClassName
{
border-color: #C34492;
}
</style>