Shades of Mulberry #C753A6
Tints of Mulberry #C753A6
RGB
CMYK
RGB Variations
Color information
#C753A6 (or 0xC753A6) is known color: Mulberry. HEX triplet: C7, 53 and A6. RGB value is (199,83,166). Sum of RGB (Red+Green+Blue) = 199+83+166=448 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.42% from 448); Green value is 83 (32.81% from 255 or 18.53% from 448); Blue value is 166 (65.23% from 255 or 37.05% from 448); Max value from RGB is 199 - color contains mainly: red. Hex color #C753A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C753A6 is #38AC59. Grayscale: #7E7E7E. Windows color (decimal): -3714138 or 10900423. OLE color: 10900423.
HSL color Cylindrical-coordinate representation of color #C753A6: hue angle of 317.07º 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 #C753A6 is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 83 | 166 | - |
| CMYK | 0 | 0.58 | 0.17 | 0.22 |
| HSL | 317.07º | 0.51% | 0.55% | - |
| HSV(B) | 317.07º | 0.58% | 0.78% | - |
| XYZ | 33.53 | 21.08 | 38.38 | - |
| YUV | 127.15 | 149.93 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 83 | 166 | 0 | 0.58 | 0.17 | 0.22 | 317.07 | 0.51 | 0.55 |
| Hex | C7 | 53 | A6 | 0 | 3A | 11 | 16 | 13D | 33 | 37 |
| Octal | 307 | 123 | 246 | 0 | 72 | 21 | 26 | 475 | 63 | 67 |
| Binary | 11000111 | 1010011 | 10100110 | 0 | 111010 | 10001 | 10110 | 100111101 | 110011 | 110111 |
Color Harmonies of #C753A6
Complementary color
Monochromatic Colors of #C753A6
Black with #C753A6
Text Example
Text Example
White with #C753A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C753A6; }
p { color: rgb(199,83,166); }
H1.HeaderClassName
{
color: #C753A6;
}
.AnyTagClassName
{
color: #C753A6;
}
</style>
background-color css
<style>
a { background-color: #C753A6; }
a { background-color: rgb(199,83,166); }
div.DivClassName
{
background-color: #C753A6;
}
.BgClassName
{
background-color: #C753A6;
}
</style>
border-color css
<style>
span { border-color: #C753A6; }
span { border-color: rgb(199,83,166); }
td.TdClassName
{
border-color: #C753A6;
}
.TagClassName
{
border-color: #C753A6;
}
</style>