Shades of Mulberry #C752A0
Tints of Mulberry #C752A0
RGB
CMYK
RGB Variations
Color information
#C752A0 (or 0xC752A0) is known color: Mulberry. HEX triplet: C7, 52 and A0. RGB value is (199,82,160). Sum of RGB (Red+Green+Blue) = 199+82+160=441 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.12% from 441); Green value is 82 (32.42% from 255 or 18.59% from 441); Blue value is 160 (62.89% from 255 or 36.28% from 441); Max value from RGB is 199 - color contains mainly: red. Hex color #C752A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C752A0 is #38AD5F. Grayscale: #7D7D7D. Windows color (decimal): -3714400 or 10506951. OLE color: 10506951.
HSL color Cylindrical-coordinate representation of color #C752A0: hue angle of 320º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C752A0 is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 82 | 160 | - |
| CMYK | 0 | 0.59 | 0.20 | 0.22 |
| HSL | 320º | 0.51% | 0.55% | - |
| HSV(B) | 320º | 0.59% | 0.78% | - |
| XYZ | 32.92 | 20.71 | 35.52 | - |
| YUV | 125.88 | 147.26 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 82 | 160 | 0 | 0.59 | 0.20 | 0.22 | 320 | 0.51 | 0.55 |
| Hex | C7 | 52 | A0 | 0 | 3B | 14 | 16 | 140 | 33 | 37 |
| Octal | 307 | 122 | 240 | 0 | 73 | 24 | 26 | 500 | 63 | 67 |
| Binary | 11000111 | 1010010 | 10100000 | 0 | 111011 | 10100 | 10110 | 101000000 | 110011 | 110111 |
Color Harmonies of #C752A0
Complementary color
Monochromatic Colors of #C752A0
Black with #C752A0
Text Example
Text Example
White with #C752A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C752A0; }
p { color: rgb(199,82,160); }
H1.HeaderClassName
{
color: #C752A0;
}
.AnyTagClassName
{
color: #C752A0;
}
</style>
background-color css
<style>
a { background-color: #C752A0; }
a { background-color: rgb(199,82,160); }
div.DivClassName
{
background-color: #C752A0;
}
.BgClassName
{
background-color: #C752A0;
}
</style>
border-color css
<style>
span { border-color: #C752A0; }
span { border-color: rgb(199,82,160); }
td.TdClassName
{
border-color: #C752A0;
}
.TagClassName
{
border-color: #C752A0;
}
</style>