Shades of Mulberry #C4449B
Tints of Mulberry #C4449B
RGB
CMYK
RGB Variations
Color information
#C4449B (or 0xC4449B) is known color: Mulberry. HEX triplet: C4, 44 and 9B. RGB value is (196,68,155). Sum of RGB (Red+Green+Blue) = 196+68+155=419 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.78% from 419); Green value is 68 (26.95% from 255 or 16.23% from 419); Blue value is 155 (60.94% from 255 or 36.99% from 419); Max value from RGB is 196 - color contains mainly: red. Hex color #C4449B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4449B is #3BBB64. Grayscale: #737373. Windows color (decimal): -3914597 or 10175684. OLE color: 10175684.
HSL color Cylindrical-coordinate representation of color #C4449B: hue angle of 319.22º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C4449B is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 68 | 155 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.23 |
| HSL | 319.22º | 0.52% | 0.52% | - |
| HSV(B) | 319.22º | 0.65% | 0.77% | - |
| XYZ | 30.75 | 18.24 | 32.91 | - |
| YUV | 116.19 | 149.91 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 68 | 155 | 0 | 0.65 | 0.21 | 0.23 | 319.22 | 0.52 | 0.52 |
| Hex | C4 | 44 | 9B | 0 | 41 | 15 | 17 | 13F | 34 | 34 |
| Octal | 304 | 104 | 233 | 0 | 101 | 25 | 27 | 477 | 64 | 64 |
| Binary | 11000100 | 1000100 | 10011011 | 0 | 1000001 | 10101 | 10111 | 100111111 | 110100 | 110100 |
Color Harmonies of #C4449B
Complementary color
Monochromatic Colors of #C4449B
Black with #C4449B
Text Example
Text Example
White with #C4449B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4449B; }
p { color: rgb(196,68,155); }
H1.HeaderClassName
{
color: #C4449B;
}
.AnyTagClassName
{
color: #C4449B;
}
</style>
background-color css
<style>
a { background-color: #C4449B; }
a { background-color: rgb(196,68,155); }
div.DivClassName
{
background-color: #C4449B;
}
.BgClassName
{
background-color: #C4449B;
}
</style>
border-color css
<style>
span { border-color: #C4449B; }
span { border-color: rgb(196,68,155); }
td.TdClassName
{
border-color: #C4449B;
}
.TagClassName
{
border-color: #C4449B;
}
</style>