Shades of Mulberry #C5408B
Tints of Mulberry #C5408B
RGB
CMYK
RGB Variations
Color information
#C5408B (or 0xC5408B) is known color: Mulberry. HEX triplet: C5, 40 and 8B. RGB value is (197,64,139). Sum of RGB (Red+Green+Blue) = 197+64+139=400 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.25% from 400); Green value is 64 (25.39% from 255 or 16% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 197 - color contains mainly: red. Hex color #C5408B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5408B is #3ABF74. Grayscale: #707070. Windows color (decimal): -3850101 or 9126085. OLE color: 9126085.
HSL color Cylindrical-coordinate representation of color #C5408B: hue angle of 326.17º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C5408B is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 64 | 139 | - |
| CMYK | 0 | 0.68 | 0.29 | 0.23 |
| HSL | 326.17º | 0.53% | 0.51% | - |
| HSV(B) | 326.17º | 0.68% | 0.77% | - |
| XYZ | 29.52 | 17.4 | 26.23 | - |
| YUV | 112.32 | 143.06 | 188.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 64 | 139 | 0 | 0.68 | 0.29 | 0.23 | 326.17 | 0.53 | 0.51 |
| Hex | C5 | 40 | 8B | 0 | 44 | 1D | 17 | 146 | 35 | 33 |
| Octal | 305 | 100 | 213 | 0 | 104 | 35 | 27 | 506 | 65 | 63 |
| Binary | 11000101 | 1000000 | 10001011 | 0 | 1000100 | 11101 | 10111 | 101000110 | 110101 | 110011 |
Color Harmonies of #C5408B
Complementary color
Monochromatic Colors of #C5408B
Black with #C5408B
Text Example
Text Example
White with #C5408B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5408B; }
p { color: rgb(197,64,139); }
H1.HeaderClassName
{
color: #C5408B;
}
.AnyTagClassName
{
color: #C5408B;
}
</style>
background-color css
<style>
a { background-color: #C5408B; }
a { background-color: rgb(197,64,139); }
div.DivClassName
{
background-color: #C5408B;
}
.BgClassName
{
background-color: #C5408B;
}
</style>
border-color css
<style>
span { border-color: #C5408B; }
span { border-color: rgb(197,64,139); }
td.TdClassName
{
border-color: #C5408B;
}
.TagClassName
{
border-color: #C5408B;
}
</style>