Shades of Mulberry #C4508F
Tints of Mulberry #C4508F
RGB
CMYK
RGB Variations
Color information
#C4508F (or 0xC4508F) is known color: Mulberry. HEX triplet: C4, 50 and 8F. RGB value is (196,80,143). Sum of RGB (Red+Green+Blue) = 196+80+143=419 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.78% from 419); Green value is 80 (31.64% from 255 or 19.09% from 419); Blue value is 143 (56.25% from 255 or 34.13% from 419); Max value from RGB is 196 - color contains mainly: red. Hex color #C4508F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C4508F is #3BAF70. Grayscale: #797979. Windows color (decimal): -3911537 or 9392324. OLE color: 9392324.
HSL color Cylindrical-coordinate representation of color #C4508F: hue angle of 327.41º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C4508F is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 80 | 143 | - |
| CMYK | 0 | 0.59 | 0.27 | 0.23 |
| HSL | 327.41º | 0.5% | 0.54% | - |
| HSV(B) | 327.41º | 0.59% | 0.77% | - |
| XYZ | 30.59 | 19.46 | 28.13 | - |
| YUV | 121.87 | 139.93 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 80 | 143 | 0 | 0.59 | 0.27 | 0.23 | 327.41 | 0.5 | 0.54 |
| Hex | C4 | 50 | 8F | 0 | 3B | 1B | 17 | 147 | 32 | 36 |
| Octal | 304 | 120 | 217 | 0 | 73 | 33 | 27 | 507 | 62 | 66 |
| Binary | 11000100 | 1010000 | 10001111 | 0 | 111011 | 11011 | 10111 | 101000111 | 110010 | 110110 |
Color Harmonies of #C4508F
Complementary color
Monochromatic Colors of #C4508F
Black with #C4508F
Text Example
Text Example
White with #C4508F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4508F; }
p { color: rgb(196,80,143); }
H1.HeaderClassName
{
color: #C4508F;
}
.AnyTagClassName
{
color: #C4508F;
}
</style>
background-color css
<style>
a { background-color: #C4508F; }
a { background-color: rgb(196,80,143); }
div.DivClassName
{
background-color: #C4508F;
}
.BgClassName
{
background-color: #C4508F;
}
</style>
border-color css
<style>
span { border-color: #C4508F; }
span { border-color: rgb(196,80,143); }
td.TdClassName
{
border-color: #C4508F;
}
.TagClassName
{
border-color: #C4508F;
}
</style>