Shades of Mulberry #C3497F
Tints of Mulberry #C3497F
RGB
CMYK
RGB Variations
Color information
#C3497F (or 0xC3497F) is known color: Mulberry. HEX triplet: C3, 49 and 7F. RGB value is (195,73,127). Sum of RGB (Red+Green+Blue) = 195+73+127=395 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.37% from 395); Green value is 73 (28.91% from 255 or 18.48% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 195 - color contains mainly: red. Hex color #C3497F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3497F is #3CB680. Grayscale: #737373. Windows color (decimal): -3978881 or 8341955. OLE color: 8341955.
HSL color Cylindrical-coordinate representation of color #C3497F: hue angle of 333.44º 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 #C3497F is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 73 | 127 | - |
| CMYK | 0 | 0.63 | 0.35 | 0.24 |
| HSL | 333.44º | 0.5% | 0.53% | - |
| HSV(B) | 333.44º | 0.63% | 0.76% | - |
| XYZ | 28.72 | 17.9 | 22.02 | - |
| YUV | 115.63 | 134.42 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 73 | 127 | 0 | 0.63 | 0.35 | 0.24 | 333.44 | 0.5 | 0.53 |
| Hex | C3 | 49 | 7F | 0 | 3F | 23 | 18 | 14D | 32 | 35 |
| Octal | 303 | 111 | 177 | 0 | 77 | 43 | 30 | 515 | 62 | 65 |
| Binary | 11000011 | 1001001 | 1111111 | 0 | 111111 | 100011 | 11000 | 101001101 | 110010 | 110101 |
Color Harmonies of #C3497F
Complementary color
Monochromatic Colors of #C3497F
Black with #C3497F
Text Example
Text Example
White with #C3497F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3497F; }
p { color: rgb(195,73,127); }
H1.HeaderClassName
{
color: #C3497F;
}
.AnyTagClassName
{
color: #C3497F;
}
</style>
background-color css
<style>
a { background-color: #C3497F; }
a { background-color: rgb(195,73,127); }
div.DivClassName
{
background-color: #C3497F;
}
.BgClassName
{
background-color: #C3497F;
}
</style>
border-color css
<style>
span { border-color: #C3497F; }
span { border-color: rgb(195,73,127); }
td.TdClassName
{
border-color: #C3497F;
}
.TagClassName
{
border-color: #C3497F;
}
</style>