Shades of Mulberry #C4507E
Tints of Mulberry #C4507E
RGB
CMYK
RGB Variations
Color information
#C4507E (or 0xC4507E) is known color: Mulberry. HEX triplet: C4, 50 and 7E. RGB value is (196,80,126). Sum of RGB (Red+Green+Blue) = 196+80+126=402 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.76% from 402); Green value is 80 (31.64% from 255 or 19.90% from 402); Blue value is 126 (49.61% from 255 or 31.34% from 402); Max value from RGB is 196 - color contains mainly: red. Hex color #C4507E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4507E is #3BAF81. Grayscale: #777777. Windows color (decimal): -3911554 or 8278212. OLE color: 8278212.
HSL color Cylindrical-coordinate representation of color #C4507E: hue angle of 336.21º 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 #C4507E is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 80 | 126 | - |
| CMYK | 0 | 0.59 | 0.36 | 0.23 |
| HSL | 336.21º | 0.5% | 0.54% | - |
| HSV(B) | 336.21º | 0.59% | 0.77% | - |
| XYZ | 29.4 | 18.98 | 21.85 | - |
| YUV | 119.93 | 131.43 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 80 | 126 | 0 | 0.59 | 0.36 | 0.23 | 336.21 | 0.5 | 0.54 |
| Hex | C4 | 50 | 7E | 0 | 3B | 24 | 17 | 150 | 32 | 36 |
| Octal | 304 | 120 | 176 | 0 | 73 | 44 | 27 | 520 | 62 | 66 |
| Binary | 11000100 | 1010000 | 1111110 | 0 | 111011 | 100100 | 10111 | 101010000 | 110010 | 110110 |
Color Harmonies of #C4507E
Complementary color
Monochromatic Colors of #C4507E
Black with #C4507E
Text Example
Text Example
White with #C4507E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4507E; }
p { color: rgb(196,80,126); }
H1.HeaderClassName
{
color: #C4507E;
}
.AnyTagClassName
{
color: #C4507E;
}
</style>
background-color css
<style>
a { background-color: #C4507E; }
a { background-color: rgb(196,80,126); }
div.DivClassName
{
background-color: #C4507E;
}
.BgClassName
{
background-color: #C4507E;
}
</style>
border-color css
<style>
span { border-color: #C4507E; }
span { border-color: rgb(196,80,126); }
td.TdClassName
{
border-color: #C4507E;
}
.TagClassName
{
border-color: #C4507E;
}
</style>