Shades of Mulberry #C444A2
Tints of Mulberry #C444A2
RGB
CMYK
RGB Variations
Color information
#C444A2 (or 0xC444A2) is known color: Mulberry. HEX triplet: C4, 44 and A2. RGB value is (196,68,162). Sum of RGB (Red+Green+Blue) = 196+68+162=426 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.01% from 426); Green value is 68 (26.95% from 255 or 15.96% from 426); Blue value is 162 (63.67% from 255 or 38.03% from 426); Max value from RGB is 196 - color contains mainly: red. Hex color #C444A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C444A2 is #3BBB5D. Grayscale: #747474. Windows color (decimal): -3914590 or 10634436. OLE color: 10634436.
HSL color Cylindrical-coordinate representation of color #C444A2: hue angle of 315.94º 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 #C444A2 is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 68 | 162 | - |
| CMYK | 0 | 0.65 | 0.17 | 0.23 |
| HSL | 315.94º | 0.52% | 0.52% | - |
| HSV(B) | 315.94º | 0.65% | 0.77% | - |
| XYZ | 31.35 | 18.48 | 36.1 | - |
| YUV | 116.99 | 153.41 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 68 | 162 | 0 | 0.65 | 0.17 | 0.23 | 315.94 | 0.52 | 0.52 |
| Hex | C4 | 44 | A2 | 0 | 41 | 11 | 17 | 13C | 34 | 34 |
| Octal | 304 | 104 | 242 | 0 | 101 | 21 | 27 | 474 | 64 | 64 |
| Binary | 11000100 | 1000100 | 10100010 | 0 | 1000001 | 10001 | 10111 | 100111100 | 110100 | 110100 |
Color Harmonies of #C444A2
Complementary color
Monochromatic Colors of #C444A2
Black with #C444A2
Text Example
Text Example
White with #C444A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C444A2; }
p { color: rgb(196,68,162); }
H1.HeaderClassName
{
color: #C444A2;
}
.AnyTagClassName
{
color: #C444A2;
}
</style>
background-color css
<style>
a { background-color: #C444A2; }
a { background-color: rgb(196,68,162); }
div.DivClassName
{
background-color: #C444A2;
}
.BgClassName
{
background-color: #C444A2;
}
</style>
border-color css
<style>
span { border-color: #C444A2; }
span { border-color: rgb(196,68,162); }
td.TdClassName
{
border-color: #C444A2;
}
.TagClassName
{
border-color: #C444A2;
}
</style>