Shades of Mulberry #C44B9C
Tints of Mulberry #C44B9C
RGB
CMYK
RGB Variations
Color information
#C44B9C (or 0xC44B9C) is known color: Mulberry. HEX triplet: C4, 4B and 9C. RGB value is (196,75,156). Sum of RGB (Red+Green+Blue) = 196+75+156=427 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.90% from 427); Green value is 75 (29.69% from 255 or 17.56% from 427); Blue value is 156 (61.33% from 255 or 36.53% from 427); Max value from RGB is 196 - color contains mainly: red. Hex color #C44B9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44B9C is #3BB463. Grayscale: #787878. Windows color (decimal): -3912804 or 10243012. OLE color: 10243012.
HSL color Cylindrical-coordinate representation of color #C44B9C: hue angle of 319.83º 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 #C44B9C is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 75 | 156 | - |
| CMYK | 0 | 0.62 | 0.20 | 0.23 |
| HSL | 319.83º | 0.51% | 0.53% | - |
| HSV(B) | 319.83º | 0.62% | 0.77% | - |
| XYZ | 31.28 | 19.17 | 33.5 | - |
| YUV | 120.41 | 148.09 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 75 | 156 | 0 | 0.62 | 0.20 | 0.23 | 319.83 | 0.51 | 0.53 |
| Hex | C4 | 4B | 9C | 0 | 3E | 14 | 17 | 140 | 33 | 35 |
| Octal | 304 | 113 | 234 | 0 | 76 | 24 | 27 | 500 | 63 | 65 |
| Binary | 11000100 | 1001011 | 10011100 | 0 | 111110 | 10100 | 10111 | 101000000 | 110011 | 110101 |
Color Harmonies of #C44B9C
Complementary color
Monochromatic Colors of #C44B9C
Black with #C44B9C
Text Example
Text Example
White with #C44B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44B9C; }
p { color: rgb(196,75,156); }
H1.HeaderClassName
{
color: #C44B9C;
}
.AnyTagClassName
{
color: #C44B9C;
}
</style>
background-color css
<style>
a { background-color: #C44B9C; }
a { background-color: rgb(196,75,156); }
div.DivClassName
{
background-color: #C44B9C;
}
.BgClassName
{
background-color: #C44B9C;
}
</style>
border-color css
<style>
span { border-color: #C44B9C; }
span { border-color: rgb(196,75,156); }
td.TdClassName
{
border-color: #C44B9C;
}
.TagClassName
{
border-color: #C44B9C;
}
</style>