Shades of Mulberry #C753A1
Tints of Mulberry #C753A1
RGB
CMYK
RGB Variations
Color information
#C753A1 (or 0xC753A1) is known color: Mulberry. HEX triplet: C7, 53 and A1. RGB value is (199,83,161). Sum of RGB (Red+Green+Blue) = 199+83+161=443 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.92% from 443); Green value is 83 (32.81% from 255 or 18.74% from 443); Blue value is 161 (63.28% from 255 or 36.34% from 443); Max value from RGB is 199 - color contains mainly: red. Hex color #C753A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C753A1 is #38AC5E. Grayscale: #7E7E7E. Windows color (decimal): -3714143 or 10572743. OLE color: 10572743.
HSL color Cylindrical-coordinate representation of color #C753A1: hue angle of 319.66º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C753A1 is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 83 | 161 | - |
| CMYK | 0 | 0.58 | 0.19 | 0.22 |
| HSL | 319.66º | 0.51% | 0.55% | - |
| HSV(B) | 319.66º | 0.58% | 0.78% | - |
| XYZ | 33.08 | 20.9 | 36.01 | - |
| YUV | 126.58 | 147.43 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 83 | 161 | 0 | 0.58 | 0.19 | 0.22 | 319.66 | 0.51 | 0.55 |
| Hex | C7 | 53 | A1 | 0 | 3A | 13 | 16 | 140 | 33 | 37 |
| Octal | 307 | 123 | 241 | 0 | 72 | 23 | 26 | 500 | 63 | 67 |
| Binary | 11000111 | 1010011 | 10100001 | 0 | 111010 | 10011 | 10110 | 101000000 | 110011 | 110111 |
Color Harmonies of #C753A1
Complementary color
Monochromatic Colors of #C753A1
Black with #C753A1
Text Example
Text Example
White with #C753A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C753A1; }
p { color: rgb(199,83,161); }
H1.HeaderClassName
{
color: #C753A1;
}
.AnyTagClassName
{
color: #C753A1;
}
</style>
background-color css
<style>
a { background-color: #C753A1; }
a { background-color: rgb(199,83,161); }
div.DivClassName
{
background-color: #C753A1;
}
.BgClassName
{
background-color: #C753A1;
}
</style>
border-color css
<style>
span { border-color: #C753A1; }
span { border-color: rgb(199,83,161); }
td.TdClassName
{
border-color: #C753A1;
}
.TagClassName
{
border-color: #C753A1;
}
</style>