Shades of Mulberry #C740A1
Tints of Mulberry #C740A1
RGB
CMYK
RGB Variations
Color information
#C740A1 (or 0xC740A1) is known color: Mulberry. HEX triplet: C7, 40 and A1. RGB value is (199,64,161). Sum of RGB (Red+Green+Blue) = 199+64+161=424 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.93% from 424); Green value is 64 (25.39% from 255 or 15.09% from 424); Blue value is 161 (63.28% from 255 or 37.97% from 424); Max value from RGB is 199 - color contains mainly: red. Hex color #C740A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C740A1 is #38BF5E. Grayscale: #737373. Windows color (decimal): -3719007 or 10567879. OLE color: 10567879.
HSL color Cylindrical-coordinate representation of color #C740A1: hue angle of 316.89º 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 #C740A1 is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 64 | 161 | - |
| CMYK | 0 | 0.68 | 0.19 | 0.22 |
| HSL | 316.89º | 0.55% | 0.52% | - |
| HSV(B) | 316.89º | 0.68% | 0.78% | - |
| XYZ | 31.82 | 18.38 | 35.59 | - |
| YUV | 115.42 | 153.73 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 64 | 161 | 0 | 0.68 | 0.19 | 0.22 | 316.89 | 0.55 | 0.52 |
| Hex | C7 | 40 | A1 | 0 | 44 | 13 | 16 | 13D | 37 | 34 |
| Octal | 307 | 100 | 241 | 0 | 104 | 23 | 26 | 475 | 67 | 64 |
| Binary | 11000111 | 1000000 | 10100001 | 0 | 1000100 | 10011 | 10110 | 100111101 | 110111 | 110100 |
Color Harmonies of #C740A1
Complementary color
Monochromatic Colors of #C740A1
Black with #C740A1
Text Example
Text Example
White with #C740A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C740A1; }
p { color: rgb(199,64,161); }
H1.HeaderClassName
{
color: #C740A1;
}
.AnyTagClassName
{
color: #C740A1;
}
</style>
background-color css
<style>
a { background-color: #C740A1; }
a { background-color: rgb(199,64,161); }
div.DivClassName
{
background-color: #C740A1;
}
.BgClassName
{
background-color: #C740A1;
}
</style>
border-color css
<style>
span { border-color: #C740A1; }
span { border-color: rgb(199,64,161); }
td.TdClassName
{
border-color: #C740A1;
}
.TagClassName
{
border-color: #C740A1;
}
</style>