Shades of Mulberry #C241A2
Tints of Mulberry #C241A2
RGB
CMYK
RGB Variations
Color information
#C241A2 (or 0xC241A2) is known color: Mulberry. HEX triplet: C2, 41 and A2. RGB value is (194,65,162). Sum of RGB (Red+Green+Blue) = 194+65+162=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 65 (25.78% from 255 or 15.44% from 421); Blue value is 162 (63.67% from 255 or 38.48% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C241A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C241A2 is #3DBE5D. Grayscale: #727272. Windows color (decimal): -4046430 or 10633666. OLE color: 10633666.
HSL color Cylindrical-coordinate representation of color #C241A2: hue angle of 314.88º 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 #C241A2 is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 65 | 162 | - |
| CMYK | 0 | 0.66 | 0.16 | 0.24 |
| HSL | 314.88º | 0.51% | 0.51% | - |
| HSV(B) | 314.88º | 0.66% | 0.76% | - |
| XYZ | 30.66 | 17.86 | 36.01 | - |
| YUV | 114.63 | 154.74 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 65 | 162 | 0 | 0.66 | 0.16 | 0.24 | 314.88 | 0.51 | 0.51 |
| Hex | C2 | 41 | A2 | 0 | 42 | 10 | 18 | 13B | 33 | 33 |
| Octal | 302 | 101 | 242 | 0 | 102 | 20 | 30 | 473 | 63 | 63 |
| Binary | 11000010 | 1000001 | 10100010 | 0 | 1000010 | 10000 | 11000 | 100111011 | 110011 | 110011 |
Color Harmonies of #C241A2
Complementary color
Monochromatic Colors of #C241A2
Black with #C241A2
Text Example
Text Example
White with #C241A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C241A2; }
p { color: rgb(194,65,162); }
H1.HeaderClassName
{
color: #C241A2;
}
.AnyTagClassName
{
color: #C241A2;
}
</style>
background-color css
<style>
a { background-color: #C241A2; }
a { background-color: rgb(194,65,162); }
div.DivClassName
{
background-color: #C241A2;
}
.BgClassName
{
background-color: #C241A2;
}
</style>
border-color css
<style>
span { border-color: #C241A2; }
span { border-color: rgb(194,65,162); }
td.TdClassName
{
border-color: #C241A2;
}
.TagClassName
{
border-color: #C241A2;
}
</style>