Shades of Mulberry #C34193
Tints of Mulberry #C34193
RGB
CMYK
RGB Variations
Color information
#C34193 (or 0xC34193) is known color: Mulberry. HEX triplet: C3, 41 and 93. RGB value is (195,65,147). Sum of RGB (Red+Green+Blue) = 195+65+147=407 (53% of max value = 765). Red value is 195 (76.56% from 255 or 47.91% from 407); Green value is 65 (25.78% from 255 or 15.97% from 407); Blue value is 147 (57.81% from 255 or 36.12% from 407); Max value from RGB is 195 - color contains mainly: red. Hex color #C34193 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34193 is #3CBE6C. Grayscale: #717171. Windows color (decimal): -3980909 or 9650627. OLE color: 9650627.
HSL color Cylindrical-coordinate representation of color #C34193: hue angle of 322.15º 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 #C34193 is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 65 | 147 | - |
| CMYK | 0 | 0.67 | 0.25 | 0.24 |
| HSL | 322.15º | 0.52% | 0.51% | - |
| HSV(B) | 322.15º | 0.67% | 0.76% | - |
| XYZ | 29.66 | 17.49 | 29.42 | - |
| YUV | 113.22 | 147.07 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 65 | 147 | 0 | 0.67 | 0.25 | 0.24 | 322.15 | 0.52 | 0.51 |
| Hex | C3 | 41 | 93 | 0 | 43 | 19 | 18 | 142 | 34 | 33 |
| Octal | 303 | 101 | 223 | 0 | 103 | 31 | 30 | 502 | 64 | 63 |
| Binary | 11000011 | 1000001 | 10010011 | 0 | 1000011 | 11001 | 11000 | 101000010 | 110100 | 110011 |
Color Harmonies of #C34193
Complementary color
Monochromatic Colors of #C34193
Black with #C34193
Text Example
Text Example
White with #C34193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34193; }
p { color: rgb(195,65,147); }
H1.HeaderClassName
{
color: #C34193;
}
.AnyTagClassName
{
color: #C34193;
}
</style>
background-color css
<style>
a { background-color: #C34193; }
a { background-color: rgb(195,65,147); }
div.DivClassName
{
background-color: #C34193;
}
.BgClassName
{
background-color: #C34193;
}
</style>
border-color css
<style>
span { border-color: #C34193; }
span { border-color: rgb(195,65,147); }
td.TdClassName
{
border-color: #C34193;
}
.TagClassName
{
border-color: #C34193;
}
</style>