Shades of Mulberry #C740A0
Tints of Mulberry #C740A0
RGB
CMYK
RGB Variations
Color information
#C740A0 (or 0xC740A0) is known color: Mulberry. HEX triplet: C7, 40 and A0. RGB value is (199,64,160). Sum of RGB (Red+Green+Blue) = 199+64+160=423 (56% of max value = 765). Red value is 199 (78.12% from 255 or 47.04% from 423); Green value is 64 (25.39% from 255 or 15.13% from 423); Blue value is 160 (62.89% from 255 or 37.83% from 423); Max value from RGB is 199 - color contains mainly: red. Hex color #C740A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C740A0 is #38BF5F. Grayscale: #737373. Windows color (decimal): -3719008 or 10502343. OLE color: 10502343.
HSL color Cylindrical-coordinate representation of color #C740A0: hue angle of 317.33º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C740A0 is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 64 | 160 | - |
| CMYK | 0 | 0.68 | 0.20 | 0.22 |
| HSL | 317.33º | 0.55% | 0.52% | - |
| HSV(B) | 317.33º | 0.68% | 0.78% | - |
| XYZ | 31.73 | 18.35 | 35.13 | - |
| YUV | 115.31 | 153.23 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 64 | 160 | 0 | 0.68 | 0.20 | 0.22 | 317.33 | 0.55 | 0.52 |
| Hex | C7 | 40 | A0 | 0 | 44 | 14 | 16 | 13D | 37 | 34 |
| Octal | 307 | 100 | 240 | 0 | 104 | 24 | 26 | 475 | 67 | 64 |
| Binary | 11000111 | 1000000 | 10100000 | 0 | 1000100 | 10100 | 10110 | 100111101 | 110111 | 110100 |
Color Harmonies of #C740A0
Complementary color
Monochromatic Colors of #C740A0
Black with #C740A0
Text Example
Text Example
White with #C740A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C740A0; }
p { color: rgb(199,64,160); }
H1.HeaderClassName
{
color: #C740A0;
}
.AnyTagClassName
{
color: #C740A0;
}
</style>
background-color css
<style>
a { background-color: #C740A0; }
a { background-color: rgb(199,64,160); }
div.DivClassName
{
background-color: #C740A0;
}
.BgClassName
{
background-color: #C740A0;
}
</style>
border-color css
<style>
span { border-color: #C740A0; }
span { border-color: rgb(199,64,160); }
td.TdClassName
{
border-color: #C740A0;
}
.TagClassName
{
border-color: #C740A0;
}
</style>