Shades of Mulberry #C44C9A
Tints of Mulberry #C44C9A
RGB
CMYK
RGB Variations
Color information
#C44C9A (or 0xC44C9A) is known color: Mulberry. HEX triplet: C4, 4C and 9A. RGB value is (196,76,154). Sum of RGB (Red+Green+Blue) = 196+76+154=426 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.01% from 426); Green value is 76 (30.08% from 255 or 17.84% from 426); Blue value is 154 (60.55% from 255 or 36.15% from 426); Max value from RGB is 196 - color contains mainly: red. Hex color #C44C9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44C9A is #3BB365. Grayscale: #787878. Windows color (decimal): -3912550 or 10112196. OLE color: 10112196.
HSL color Cylindrical-coordinate representation of color #C44C9A: hue angle of 321º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C44C9A is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 76 | 154 | - |
| CMYK | 0 | 0.61 | 0.21 | 0.23 |
| HSL | 321º | 0.5% | 0.53% | - |
| HSV(B) | 321º | 0.61% | 0.77% | - |
| XYZ | 31.18 | 19.24 | 32.64 | - |
| YUV | 120.77 | 146.76 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 76 | 154 | 0 | 0.61 | 0.21 | 0.23 | 321 | 0.5 | 0.53 |
| Hex | C4 | 4C | 9A | 0 | 3D | 15 | 17 | 141 | 32 | 35 |
| Octal | 304 | 114 | 232 | 0 | 75 | 25 | 27 | 501 | 62 | 65 |
| Binary | 11000100 | 1001100 | 10011010 | 0 | 111101 | 10101 | 10111 | 101000001 | 110010 | 110101 |
Color Harmonies of #C44C9A
Complementary color
Monochromatic Colors of #C44C9A
Black with #C44C9A
Text Example
Text Example
White with #C44C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44C9A; }
p { color: rgb(196,76,154); }
H1.HeaderClassName
{
color: #C44C9A;
}
.AnyTagClassName
{
color: #C44C9A;
}
</style>
background-color css
<style>
a { background-color: #C44C9A; }
a { background-color: rgb(196,76,154); }
div.DivClassName
{
background-color: #C44C9A;
}
.BgClassName
{
background-color: #C44C9A;
}
</style>
border-color css
<style>
span { border-color: #C44C9A; }
span { border-color: rgb(196,76,154); }
td.TdClassName
{
border-color: #C44C9A;
}
.TagClassName
{
border-color: #C44C9A;
}
</style>