Shades of Mulberry #C44A8F
Tints of Mulberry #C44A8F
RGB
CMYK
RGB Variations
Color information
#C44A8F (or 0xC44A8F) is known color: Mulberry. HEX triplet: C4, 4A and 8F. RGB value is (196,74,143). Sum of RGB (Red+Green+Blue) = 196+74+143=413 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.46% from 413); Green value is 74 (29.30% from 255 or 17.92% from 413); Blue value is 143 (56.25% from 255 or 34.62% from 413); Max value from RGB is 196 - color contains mainly: red. Hex color #C44A8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44A8F is #3BB570. Grayscale: #767676. Windows color (decimal): -3913073 or 9390788. OLE color: 9390788.
HSL color Cylindrical-coordinate representation of color #C44A8F: hue angle of 326.07º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C44A8F is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 74 | 143 | - |
| CMYK | 0 | 0.62 | 0.27 | 0.23 |
| HSL | 326.07º | 0.51% | 0.53% | - |
| HSV(B) | 326.07º | 0.62% | 0.77% | - |
| XYZ | 30.17 | 18.62 | 27.99 | - |
| YUV | 118.34 | 141.92 | 183.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 74 | 143 | 0 | 0.62 | 0.27 | 0.23 | 326.07 | 0.51 | 0.53 |
| Hex | C4 | 4A | 8F | 0 | 3E | 1B | 17 | 146 | 33 | 35 |
| Octal | 304 | 112 | 217 | 0 | 76 | 33 | 27 | 506 | 63 | 65 |
| Binary | 11000100 | 1001010 | 10001111 | 0 | 111110 | 11011 | 10111 | 101000110 | 110011 | 110101 |
Color Harmonies of #C44A8F
Complementary color
Monochromatic Colors of #C44A8F
Black with #C44A8F
Text Example
Text Example
White with #C44A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44A8F; }
p { color: rgb(196,74,143); }
H1.HeaderClassName
{
color: #C44A8F;
}
.AnyTagClassName
{
color: #C44A8F;
}
</style>
background-color css
<style>
a { background-color: #C44A8F; }
a { background-color: rgb(196,74,143); }
div.DivClassName
{
background-color: #C44A8F;
}
.BgClassName
{
background-color: #C44A8F;
}
</style>
border-color css
<style>
span { border-color: #C44A8F; }
span { border-color: rgb(196,74,143); }
td.TdClassName
{
border-color: #C44A8F;
}
.TagClassName
{
border-color: #C44A8F;
}
</style>