Shades of Mulberry #C241A0
Tints of Mulberry #C241A0
RGB
CMYK
RGB Variations
Color information
#C241A0 (or 0xC241A0) is known color: Mulberry. HEX triplet: C2, 41 and A0. RGB value is (194,65,160). Sum of RGB (Red+Green+Blue) = 194+65+160=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 65 (25.78% from 255 or 15.51% from 419); Blue value is 160 (62.89% from 255 or 38.19% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C241A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C241A0 is #3DBE5F. Grayscale: #727272. Windows color (decimal): -4046432 or 10502594. OLE color: 10502594.
HSL color Cylindrical-coordinate representation of color #C241A0: hue angle of 315.81º 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 #C241A0 is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 65 | 160 | - |
| CMYK | 0 | 0.66 | 0.18 | 0.24 |
| HSL | 315.81º | 0.51% | 0.51% | - |
| HSV(B) | 315.81º | 0.66% | 0.76% | - |
| XYZ | 30.48 | 17.79 | 35.08 | - |
| YUV | 114.4 | 153.74 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 65 | 160 | 0 | 0.66 | 0.18 | 0.24 | 315.81 | 0.51 | 0.51 |
| Hex | C2 | 41 | A0 | 0 | 42 | 12 | 18 | 13C | 33 | 33 |
| Octal | 302 | 101 | 240 | 0 | 102 | 22 | 30 | 474 | 63 | 63 |
| Binary | 11000010 | 1000001 | 10100000 | 0 | 1000010 | 10010 | 11000 | 100111100 | 110011 | 110011 |
Color Harmonies of #C241A0
Complementary color
Monochromatic Colors of #C241A0
Black with #C241A0
Text Example
Text Example
White with #C241A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C241A0; }
p { color: rgb(194,65,160); }
H1.HeaderClassName
{
color: #C241A0;
}
.AnyTagClassName
{
color: #C241A0;
}
</style>
background-color css
<style>
a { background-color: #C241A0; }
a { background-color: rgb(194,65,160); }
div.DivClassName
{
background-color: #C241A0;
}
.BgClassName
{
background-color: #C241A0;
}
</style>
border-color css
<style>
span { border-color: #C241A0; }
span { border-color: rgb(194,65,160); }
td.TdClassName
{
border-color: #C241A0;
}
.TagClassName
{
border-color: #C241A0;
}
</style>