Shades of Mulberry #C44F7E
Tints of Mulberry #C44F7E
RGB
CMYK
RGB Variations
Color information
#C44F7E (or 0xC44F7E) is known color: Mulberry. HEX triplet: C4, 4F and 7E. RGB value is (196,79,126). Sum of RGB (Red+Green+Blue) = 196+79+126=401 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.88% from 401); Green value is 79 (31.25% from 255 or 19.70% from 401); Blue value is 126 (49.61% from 255 or 31.42% from 401); Max value from RGB is 196 - color contains mainly: red. Hex color #C44F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C44F7E is #3BB081. Grayscale: #777777. Windows color (decimal): -3911810 or 8277956. OLE color: 8277956.
HSL color Cylindrical-coordinate representation of color #C44F7E: hue angle of 335.9º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C44F7E is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 79 | 126 | - |
| CMYK | 0 | 0.60 | 0.36 | 0.23 |
| HSL | 335.9º | 0.5% | 0.54% | - |
| HSV(B) | 335.9º | 0.6% | 0.77% | - |
| XYZ | 29.33 | 18.83 | 21.83 | - |
| YUV | 119.34 | 131.76 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 79 | 126 | 0 | 0.60 | 0.36 | 0.23 | 335.9 | 0.5 | 0.54 |
| Hex | C4 | 4F | 7E | 0 | 3C | 24 | 17 | 150 | 32 | 36 |
| Octal | 304 | 117 | 176 | 0 | 74 | 44 | 27 | 520 | 62 | 66 |
| Binary | 11000100 | 1001111 | 1111110 | 0 | 111100 | 100100 | 10111 | 101010000 | 110010 | 110110 |
Color Harmonies of #C44F7E
Complementary color
Monochromatic Colors of #C44F7E
Black with #C44F7E
Text Example
Text Example
White with #C44F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44F7E; }
p { color: rgb(196,79,126); }
H1.HeaderClassName
{
color: #C44F7E;
}
.AnyTagClassName
{
color: #C44F7E;
}
</style>
background-color css
<style>
a { background-color: #C44F7E; }
a { background-color: rgb(196,79,126); }
div.DivClassName
{
background-color: #C44F7E;
}
.BgClassName
{
background-color: #C44F7E;
}
</style>
border-color css
<style>
span { border-color: #C44F7E; }
span { border-color: rgb(196,79,126); }
td.TdClassName
{
border-color: #C44F7E;
}
.TagClassName
{
border-color: #C44F7E;
}
</style>