Shades of Mulberry #C242A0
Tints of Mulberry #C242A0
RGB
CMYK
RGB Variations
Color information
#C242A0 (or 0xC242A0) is known color: Mulberry. HEX triplet: C2, 42 and A0. RGB value is (194,66,160). Sum of RGB (Red+Green+Blue) = 194+66+160=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 66 (26.17% from 255 or 15.71% from 420); Blue value is 160 (62.89% from 255 or 38.10% from 420); Max value from RGB is 194 - color contains mainly: red. Hex color #C242A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C242A0 is #3DBD5F. Grayscale: #727272. Windows color (decimal): -4046176 or 10502850. OLE color: 10502850.
HSL color Cylindrical-coordinate representation of color #C242A0: hue angle of 315.94º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C242A0 is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 66 | 160 | - |
| CMYK | 0 | 0.66 | 0.18 | 0.24 |
| HSL | 315.94º | 0.51% | 0.51% | - |
| HSV(B) | 315.94º | 0.66% | 0.76% | - |
| XYZ | 30.54 | 17.9 | 35.1 | - |
| YUV | 114.99 | 153.41 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 66 | 160 | 0 | 0.66 | 0.18 | 0.24 | 315.94 | 0.51 | 0.51 |
| Hex | C2 | 42 | A0 | 0 | 42 | 12 | 18 | 13C | 33 | 33 |
| Octal | 302 | 102 | 240 | 0 | 102 | 22 | 30 | 474 | 63 | 63 |
| Binary | 11000010 | 1000010 | 10100000 | 0 | 1000010 | 10010 | 11000 | 100111100 | 110011 | 110011 |
Color Harmonies of #C242A0
Complementary color
Monochromatic Colors of #C242A0
Black with #C242A0
Text Example
Text Example
White with #C242A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C242A0; }
p { color: rgb(194,66,160); }
H1.HeaderClassName
{
color: #C242A0;
}
.AnyTagClassName
{
color: #C242A0;
}
</style>
background-color css
<style>
a { background-color: #C242A0; }
a { background-color: rgb(194,66,160); }
div.DivClassName
{
background-color: #C242A0;
}
.BgClassName
{
background-color: #C242A0;
}
</style>
border-color css
<style>
span { border-color: #C242A0; }
span { border-color: rgb(194,66,160); }
td.TdClassName
{
border-color: #C242A0;
}
.TagClassName
{
border-color: #C242A0;
}
</style>