Shades of Mulberry #C240A0
Tints of Mulberry #C240A0
RGB
CMYK
RGB Variations
Color information
#C240A0 (or 0xC240A0) is known color: Mulberry. HEX triplet: C2, 40 and A0. RGB value is (194,64,160). Sum of RGB (Red+Green+Blue) = 194+64+160=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 64 (25.39% from 255 or 15.31% from 418); Blue value is 160 (62.89% from 255 or 38.28% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C240A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C240A0 is #3DBF5F. Grayscale: #717171. Windows color (decimal): -4046688 or 10502338. OLE color: 10502338.
HSL color Cylindrical-coordinate representation of color #C240A0: hue angle of 315.69º 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 #C240A0 is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 64 | 160 | - |
| CMYK | 0 | 0.67 | 0.18 | 0.24 |
| HSL | 315.69º | 0.52% | 0.51% | - |
| HSV(B) | 315.69º | 0.67% | 0.76% | - |
| XYZ | 30.43 | 17.67 | 35.07 | - |
| YUV | 113.81 | 154.07 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 64 | 160 | 0 | 0.67 | 0.18 | 0.24 | 315.69 | 0.52 | 0.51 |
| Hex | C2 | 40 | A0 | 0 | 43 | 12 | 18 | 13C | 34 | 33 |
| Octal | 302 | 100 | 240 | 0 | 103 | 22 | 30 | 474 | 64 | 63 |
| Binary | 11000010 | 1000000 | 10100000 | 0 | 1000011 | 10010 | 11000 | 100111100 | 110100 | 110011 |
Color Harmonies of #C240A0
Complementary color
Monochromatic Colors of #C240A0
Black with #C240A0
Text Example
Text Example
White with #C240A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C240A0; }
p { color: rgb(194,64,160); }
H1.HeaderClassName
{
color: #C240A0;
}
.AnyTagClassName
{
color: #C240A0;
}
</style>
background-color css
<style>
a { background-color: #C240A0; }
a { background-color: rgb(194,64,160); }
div.DivClassName
{
background-color: #C240A0;
}
.BgClassName
{
background-color: #C240A0;
}
</style>
border-color css
<style>
span { border-color: #C240A0; }
span { border-color: rgb(194,64,160); }
td.TdClassName
{
border-color: #C240A0;
}
.TagClassName
{
border-color: #C240A0;
}
</style>