Shades of Mulberry #C240A2
Tints of Mulberry #C240A2
RGB
CMYK
RGB Variations
Color information
#C240A2 (or 0xC240A2) is known color: Mulberry. HEX triplet: C2, 40 and A2. RGB value is (194,64,162). Sum of RGB (Red+Green+Blue) = 194+64+162=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 64 (25.39% from 255 or 15.24% from 420); Blue value is 162 (63.67% from 255 or 38.57% from 420); Max value from RGB is 194 - color contains mainly: red. Hex color #C240A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C240A2 is #3DBF5D. Grayscale: #717171. Windows color (decimal): -4046686 or 10633410. OLE color: 10633410.
HSL color Cylindrical-coordinate representation of color #C240A2: hue angle of 314.77º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C240A2 is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 64 | 162 | - |
| CMYK | 0 | 0.67 | 0.16 | 0.24 |
| HSL | 314.77º | 0.52% | 0.51% | - |
| HSV(B) | 314.77º | 0.67% | 0.76% | - |
| XYZ | 30.6 | 17.74 | 35.99 | - |
| YUV | 114.04 | 155.07 | 185.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 64 | 162 | 0 | 0.67 | 0.16 | 0.24 | 314.77 | 0.52 | 0.51 |
| Hex | C2 | 40 | A2 | 0 | 43 | 10 | 18 | 13B | 34 | 33 |
| Octal | 302 | 100 | 242 | 0 | 103 | 20 | 30 | 473 | 64 | 63 |
| Binary | 11000010 | 1000000 | 10100010 | 0 | 1000011 | 10000 | 11000 | 100111011 | 110100 | 110011 |
Color Harmonies of #C240A2
Complementary color
Monochromatic Colors of #C240A2
Black with #C240A2
Text Example
Text Example
White with #C240A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C240A2; }
p { color: rgb(194,64,162); }
H1.HeaderClassName
{
color: #C240A2;
}
.AnyTagClassName
{
color: #C240A2;
}
</style>
background-color css
<style>
a { background-color: #C240A2; }
a { background-color: rgb(194,64,162); }
div.DivClassName
{
background-color: #C240A2;
}
.BgClassName
{
background-color: #C240A2;
}
</style>
border-color css
<style>
span { border-color: #C240A2; }
span { border-color: rgb(194,64,162); }
td.TdClassName
{
border-color: #C240A2;
}
.TagClassName
{
border-color: #C240A2;
}
</style>