Shades of Mulberry #C34292
Tints of Mulberry #C34292
RGB
CMYK
RGB Variations
Color information
#C34292 (or 0xC34292) is known color: Mulberry. HEX triplet: C3, 42 and 92. RGB value is (195,66,146). Sum of RGB (Red+Green+Blue) = 195+66+146=407 (53% of max value = 765). Red value is 195 (76.56% from 255 or 47.91% from 407); Green value is 66 (26.17% from 255 or 16.22% from 407); Blue value is 146 (57.42% from 255 or 35.87% from 407); Max value from RGB is 195 - color contains mainly: red. Hex color #C34292 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34292 is #3CBD6D. Grayscale: #717171. Windows color (decimal): -3980654 or 9585347. OLE color: 9585347.
HSL color Cylindrical-coordinate representation of color #C34292: hue angle of 322.79º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C34292 is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 66 | 146 | - |
| CMYK | 0 | 0.66 | 0.25 | 0.24 |
| HSL | 322.79º | 0.52% | 0.51% | - |
| HSV(B) | 322.79º | 0.66% | 0.76% | - |
| XYZ | 29.64 | 17.57 | 29.02 | - |
| YUV | 113.69 | 146.24 | 186 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 66 | 146 | 0 | 0.66 | 0.25 | 0.24 | 322.79 | 0.52 | 0.51 |
| Hex | C3 | 42 | 92 | 0 | 42 | 19 | 18 | 143 | 34 | 33 |
| Octal | 303 | 102 | 222 | 0 | 102 | 31 | 30 | 503 | 64 | 63 |
| Binary | 11000011 | 1000010 | 10010010 | 0 | 1000010 | 11001 | 11000 | 101000011 | 110100 | 110011 |
Color Harmonies of #C34292
Complementary color
Monochromatic Colors of #C34292
Black with #C34292
Text Example
Text Example
White with #C34292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34292; }
p { color: rgb(195,66,146); }
H1.HeaderClassName
{
color: #C34292;
}
.AnyTagClassName
{
color: #C34292;
}
</style>
background-color css
<style>
a { background-color: #C34292; }
a { background-color: rgb(195,66,146); }
div.DivClassName
{
background-color: #C34292;
}
.BgClassName
{
background-color: #C34292;
}
</style>
border-color css
<style>
span { border-color: #C34292; }
span { border-color: rgb(195,66,146); }
td.TdClassName
{
border-color: #C34292;
}
.TagClassName
{
border-color: #C34292;
}
</style>