Shades of Mulberry #C5419E
Tints of Mulberry #C5419E
RGB
CMYK
RGB Variations
Color information
#C5419E (or 0xC5419E) is known color: Mulberry. HEX triplet: C5, 41 and 9E. RGB value is (197,65,158). Sum of RGB (Red+Green+Blue) = 197+65+158=420 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.90% from 420); Green value is 65 (25.78% from 255 or 15.48% from 420); Blue value is 158 (62.11% from 255 or 37.62% from 420); Max value from RGB is 197 - color contains mainly: red. Hex color #C5419E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5419E is #3ABE61. Grayscale: #727272. Windows color (decimal): -3849826 or 10371525. OLE color: 10371525.
HSL color Cylindrical-coordinate representation of color #C5419E: hue angle of 317.73º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C5419E is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 65 | 158 | - |
| CMYK | 0 | 0.67 | 0.20 | 0.23 |
| HSL | 317.73º | 0.53% | 0.51% | - |
| HSV(B) | 317.73º | 0.67% | 0.77% | - |
| XYZ | 31.09 | 18.12 | 34.21 | - |
| YUV | 115.07 | 152.23 | 186.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 65 | 158 | 0 | 0.67 | 0.20 | 0.23 | 317.73 | 0.53 | 0.51 |
| Hex | C5 | 41 | 9E | 0 | 43 | 14 | 17 | 13E | 35 | 33 |
| Octal | 305 | 101 | 236 | 0 | 103 | 24 | 27 | 476 | 65 | 63 |
| Binary | 11000101 | 1000001 | 10011110 | 0 | 1000011 | 10100 | 10111 | 100111110 | 110101 | 110011 |
Color Harmonies of #C5419E
Complementary color
Monochromatic Colors of #C5419E
Black with #C5419E
Text Example
Text Example
White with #C5419E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5419E; }
p { color: rgb(197,65,158); }
H1.HeaderClassName
{
color: #C5419E;
}
.AnyTagClassName
{
color: #C5419E;
}
</style>
background-color css
<style>
a { background-color: #C5419E; }
a { background-color: rgb(197,65,158); }
div.DivClassName
{
background-color: #C5419E;
}
.BgClassName
{
background-color: #C5419E;
}
</style>
border-color css
<style>
span { border-color: #C5419E; }
span { border-color: rgb(197,65,158); }
td.TdClassName
{
border-color: #C5419E;
}
.TagClassName
{
border-color: #C5419E;
}
</style>