Shades of Mulberry #C3487E
Tints of Mulberry #C3487E
RGB
CMYK
RGB Variations
Color information
#C3487E (or 0xC3487E) is known color: Mulberry. HEX triplet: C3, 48 and 7E. RGB value is (195,72,126). Sum of RGB (Red+Green+Blue) = 195+72+126=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 72 (28.52% from 255 or 18.32% from 393); Blue value is 126 (49.61% from 255 or 32.06% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C3487E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3487E is #3CB781. Grayscale: #727272. Windows color (decimal): -3979138 or 8276163. OLE color: 8276163.
HSL color Cylindrical-coordinate representation of color #C3487E: hue angle of 333.66º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C3487E is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 72 | 126 | - |
| CMYK | 0 | 0.63 | 0.35 | 0.24 |
| HSL | 333.66º | 0.51% | 0.52% | - |
| HSV(B) | 333.66º | 0.63% | 0.76% | - |
| XYZ | 28.59 | 17.74 | 21.66 | - |
| YUV | 114.93 | 134.25 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 72 | 126 | 0 | 0.63 | 0.35 | 0.24 | 333.66 | 0.51 | 0.52 |
| Hex | C3 | 48 | 7E | 0 | 3F | 23 | 18 | 14E | 33 | 34 |
| Octal | 303 | 110 | 176 | 0 | 77 | 43 | 30 | 516 | 63 | 64 |
| Binary | 11000011 | 1001000 | 1111110 | 0 | 111111 | 100011 | 11000 | 101001110 | 110011 | 110100 |
Color Harmonies of #C3487E
Complementary color
Monochromatic Colors of #C3487E
Black with #C3487E
Text Example
Text Example
White with #C3487E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3487E; }
p { color: rgb(195,72,126); }
H1.HeaderClassName
{
color: #C3487E;
}
.AnyTagClassName
{
color: #C3487E;
}
</style>
background-color css
<style>
a { background-color: #C3487E; }
a { background-color: rgb(195,72,126); }
div.DivClassName
{
background-color: #C3487E;
}
.BgClassName
{
background-color: #C3487E;
}
</style>
border-color css
<style>
span { border-color: #C3487E; }
span { border-color: rgb(195,72,126); }
td.TdClassName
{
border-color: #C3487E;
}
.TagClassName
{
border-color: #C3487E;
}
</style>