Shades of Mulberry #C739A8
Tints of Mulberry #C739A8
RGB
CMYK
RGB Variations
Color information
#C739A8 (or 0xC739A8) is known color: Mulberry. HEX triplet: C7, 39 and A8. RGB value is (199,57,168). Sum of RGB (Red+Green+Blue) = 199+57+168=424 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.93% from 424); Green value is 57 (22.66% from 255 or 13.44% from 424); Blue value is 168 (66.02% from 255 or 39.62% from 424); Max value from RGB is 199 - color contains mainly: red. Hex color #C739A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C739A8 is #38C657. Grayscale: #6F6F6F. Windows color (decimal): -3720792 or 11024839. OLE color: 11024839.
HSL color Cylindrical-coordinate representation of color #C739A8: hue angle of 313.1º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C739A8 is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 57 | 168 | - |
| CMYK | 0 | 0.71 | 0.16 | 0.22 |
| HSL | 313.1º | 0.56% | 0.5% | - |
| HSV(B) | 313.1º | 0.71% | 0.78% | - |
| XYZ | 32.08 | 17.9 | 38.81 | - |
| YUV | 112.11 | 159.54 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 57 | 168 | 0 | 0.71 | 0.16 | 0.22 | 313.1 | 0.56 | 0.5 |
| Hex | C7 | 39 | A8 | 0 | 47 | 10 | 16 | 139 | 38 | 32 |
| Octal | 307 | 71 | 250 | 0 | 107 | 20 | 26 | 471 | 70 | 62 |
| Binary | 11000111 | 111001 | 10101000 | 0 | 1000111 | 10000 | 10110 | 100111001 | 111000 | 110010 |
Color Harmonies of #C739A8
Complementary color
Monochromatic Colors of #C739A8
Black with #C739A8
Text Example
Text Example
White with #C739A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C739A8; }
p { color: rgb(199,57,168); }
H1.HeaderClassName
{
color: #C739A8;
}
.AnyTagClassName
{
color: #C739A8;
}
</style>
background-color css
<style>
a { background-color: #C739A8; }
a { background-color: rgb(199,57,168); }
div.DivClassName
{
background-color: #C739A8;
}
.BgClassName
{
background-color: #C739A8;
}
</style>
border-color css
<style>
span { border-color: #C739A8; }
span { border-color: rgb(199,57,168); }
td.TdClassName
{
border-color: #C739A8;
}
.TagClassName
{
border-color: #C739A8;
}
</style>