Shades of Mulberry #C5419B
Tints of Mulberry #C5419B
RGB
CMYK
RGB Variations
Color information
#C5419B (or 0xC5419B) is known color: Mulberry. HEX triplet: C5, 41 and 9B. RGB value is (197,65,155). Sum of RGB (Red+Green+Blue) = 197+65+155=417 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.24% from 417); Green value is 65 (25.78% from 255 or 15.59% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 197 - color contains mainly: red. Hex color #C5419B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5419B is #3ABE64. Grayscale: #727272. Windows color (decimal): -3849829 or 10174917. OLE color: 10174917.
HSL color Cylindrical-coordinate representation of color #C5419B: hue angle of 319.09º 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 #C5419B is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 65 | 155 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.23 |
| HSL | 319.09º | 0.53% | 0.51% | - |
| HSV(B) | 319.09º | 0.67% | 0.77% | - |
| XYZ | 30.83 | 18.02 | 32.86 | - |
| YUV | 114.73 | 150.73 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 65 | 155 | 0 | 0.67 | 0.21 | 0.23 | 319.09 | 0.53 | 0.51 |
| Hex | C5 | 41 | 9B | 0 | 43 | 15 | 17 | 13F | 35 | 33 |
| Octal | 305 | 101 | 233 | 0 | 103 | 25 | 27 | 477 | 65 | 63 |
| Binary | 11000101 | 1000001 | 10011011 | 0 | 1000011 | 10101 | 10111 | 100111111 | 110101 | 110011 |
Color Harmonies of #C5419B
Complementary color
Monochromatic Colors of #C5419B
Black with #C5419B
Text Example
Text Example
White with #C5419B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5419B; }
p { color: rgb(197,65,155); }
H1.HeaderClassName
{
color: #C5419B;
}
.AnyTagClassName
{
color: #C5419B;
}
</style>
background-color css
<style>
a { background-color: #C5419B; }
a { background-color: rgb(197,65,155); }
div.DivClassName
{
background-color: #C5419B;
}
.BgClassName
{
background-color: #C5419B;
}
</style>
border-color css
<style>
span { border-color: #C5419B; }
span { border-color: rgb(197,65,155); }
td.TdClassName
{
border-color: #C5419B;
}
.TagClassName
{
border-color: #C5419B;
}
</style>