Shades of Mulberry #C442A2
Tints of Mulberry #C442A2
RGB
CMYK
RGB Variations
Color information
#C442A2 (or 0xC442A2) is known color: Mulberry. HEX triplet: C4, 42 and A2. RGB value is (196,66,162). Sum of RGB (Red+Green+Blue) = 196+66+162=424 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.23% from 424); Green value is 66 (26.17% from 255 or 15.57% from 424); Blue value is 162 (63.67% from 255 or 38.21% from 424); Max value from RGB is 196 - color contains mainly: red. Hex color #C442A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C442A2 is #3BBD5D. Grayscale: #737373. Windows color (decimal): -3915102 or 10633924. OLE color: 10633924.
HSL color Cylindrical-coordinate representation of color #C442A2: hue angle of 315.69º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C442A2 is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 66 | 162 | - |
| CMYK | 0 | 0.66 | 0.17 | 0.23 |
| HSL | 315.69º | 0.52% | 0.51% | - |
| HSV(B) | 315.69º | 0.66% | 0.77% | - |
| XYZ | 31.23 | 18.24 | 36.06 | - |
| YUV | 115.81 | 154.07 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 66 | 162 | 0 | 0.66 | 0.17 | 0.23 | 315.69 | 0.52 | 0.51 |
| Hex | C4 | 42 | A2 | 0 | 42 | 11 | 17 | 13C | 34 | 33 |
| Octal | 304 | 102 | 242 | 0 | 102 | 21 | 27 | 474 | 64 | 63 |
| Binary | 11000100 | 1000010 | 10100010 | 0 | 1000010 | 10001 | 10111 | 100111100 | 110100 | 110011 |
Color Harmonies of #C442A2
Complementary color
Monochromatic Colors of #C442A2
Black with #C442A2
Text Example
Text Example
White with #C442A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C442A2; }
p { color: rgb(196,66,162); }
H1.HeaderClassName
{
color: #C442A2;
}
.AnyTagClassName
{
color: #C442A2;
}
</style>
background-color css
<style>
a { background-color: #C442A2; }
a { background-color: rgb(196,66,162); }
div.DivClassName
{
background-color: #C442A2;
}
.BgClassName
{
background-color: #C442A2;
}
</style>
border-color css
<style>
span { border-color: #C442A2; }
span { border-color: rgb(196,66,162); }
td.TdClassName
{
border-color: #C442A2;
}
.TagClassName
{
border-color: #C442A2;
}
</style>