Shades of Mulberry #C4449A
Tints of Mulberry #C4449A
RGB
CMYK
RGB Variations
Color information
#C4449A (or 0xC4449A) is known color: Mulberry. HEX triplet: C4, 44 and 9A. RGB value is (196,68,154). Sum of RGB (Red+Green+Blue) = 196+68+154=418 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.89% from 418); Green value is 68 (26.95% from 255 or 16.27% from 418); Blue value is 154 (60.55% from 255 or 36.84% from 418); Max value from RGB is 196 - color contains mainly: red. Hex color #C4449A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4449A is #3BBB65. Grayscale: #737373. Windows color (decimal): -3914598 or 10110148. OLE color: 10110148.
HSL color Cylindrical-coordinate representation of color #C4449A: hue angle of 319.69º 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 #C4449A is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 68 | 154 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.23 |
| HSL | 319.69º | 0.52% | 0.52% | - |
| HSV(B) | 319.69º | 0.65% | 0.77% | - |
| XYZ | 30.66 | 18.2 | 32.47 | - |
| YUV | 116.08 | 149.41 | 185.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 68 | 154 | 0 | 0.65 | 0.21 | 0.23 | 319.69 | 0.52 | 0.52 |
| Hex | C4 | 44 | 9A | 0 | 41 | 15 | 17 | 140 | 34 | 34 |
| Octal | 304 | 104 | 232 | 0 | 101 | 25 | 27 | 500 | 64 | 64 |
| Binary | 11000100 | 1000100 | 10011010 | 0 | 1000001 | 10101 | 10111 | 101000000 | 110100 | 110100 |
Color Harmonies of #C4449A
Complementary color
Monochromatic Colors of #C4449A
Black with #C4449A
Text Example
Text Example
White with #C4449A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4449A; }
p { color: rgb(196,68,154); }
H1.HeaderClassName
{
color: #C4449A;
}
.AnyTagClassName
{
color: #C4449A;
}
</style>
background-color css
<style>
a { background-color: #C4449A; }
a { background-color: rgb(196,68,154); }
div.DivClassName
{
background-color: #C4449A;
}
.BgClassName
{
background-color: #C4449A;
}
</style>
border-color css
<style>
span { border-color: #C4449A; }
span { border-color: rgb(196,68,154); }
td.TdClassName
{
border-color: #C4449A;
}
.TagClassName
{
border-color: #C4449A;
}
</style>