Shades of Mulberry #C740A3
Tints of Mulberry #C740A3
RGB
CMYK
RGB Variations
Color information
#C740A3 (or 0xC740A3) is known color: Mulberry. HEX triplet: C7, 40 and A3. RGB value is (199,64,163). Sum of RGB (Red+Green+Blue) = 199+64+163=426 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.71% from 426); Green value is 64 (25.39% from 255 or 15.02% from 426); Blue value is 163 (64.06% from 255 or 38.26% from 426); Max value from RGB is 199 - color contains mainly: red. Hex color #C740A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C740A3 is #38BF5C. Grayscale: #737373. Windows color (decimal): -3719005 or 10698951. OLE color: 10698951.
HSL color Cylindrical-coordinate representation of color #C740A3: hue angle of 316º 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 #C740A3 is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 64 | 163 | - |
| CMYK | 0 | 0.68 | 0.18 | 0.22 |
| HSL | 316º | 0.55% | 0.52% | - |
| HSV(B) | 316º | 0.68% | 0.78% | - |
| XYZ | 32 | 18.45 | 36.53 | - |
| YUV | 115.65 | 154.73 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 64 | 163 | 0 | 0.68 | 0.18 | 0.22 | 316 | 0.55 | 0.52 |
| Hex | C7 | 40 | A3 | 0 | 44 | 12 | 16 | 13C | 37 | 34 |
| Octal | 307 | 100 | 243 | 0 | 104 | 22 | 26 | 474 | 67 | 64 |
| Binary | 11000111 | 1000000 | 10100011 | 0 | 1000100 | 10010 | 10110 | 100111100 | 110111 | 110100 |
Color Harmonies of #C740A3
Complementary color
Monochromatic Colors of #C740A3
Black with #C740A3
Text Example
Text Example
White with #C740A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C740A3; }
p { color: rgb(199,64,163); }
H1.HeaderClassName
{
color: #C740A3;
}
.AnyTagClassName
{
color: #C740A3;
}
</style>
background-color css
<style>
a { background-color: #C740A3; }
a { background-color: rgb(199,64,163); }
div.DivClassName
{
background-color: #C740A3;
}
.BgClassName
{
background-color: #C740A3;
}
</style>
border-color css
<style>
span { border-color: #C740A3; }
span { border-color: rgb(199,64,163); }
td.TdClassName
{
border-color: #C740A3;
}
.TagClassName
{
border-color: #C740A3;
}
</style>