Shades of Mulberry #C752A3
Tints of Mulberry #C752A3
RGB
CMYK
RGB Variations
Color information
#C752A3 (or 0xC752A3) is known color: Mulberry. HEX triplet: C7, 52 and A3. RGB value is (199,82,163). Sum of RGB (Red+Green+Blue) = 199+82+163=444 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.82% from 444); Green value is 82 (32.42% from 255 or 18.47% from 444); Blue value is 163 (64.06% from 255 or 36.71% from 444); Max value from RGB is 199 - color contains mainly: red. Hex color #C752A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C752A3 is #38AD5C. Grayscale: #7E7E7E. Windows color (decimal): -3714397 or 10703559. OLE color: 10703559.
HSL color Cylindrical-coordinate representation of color #C752A3: hue angle of 318.46º 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 #C752A3 is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 82 | 163 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.22 |
| HSL | 318.46º | 0.51% | 0.55% | - |
| HSV(B) | 318.46º | 0.59% | 0.78% | - |
| XYZ | 33.18 | 20.82 | 36.92 | - |
| YUV | 126.22 | 148.76 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 82 | 163 | 0 | 0.59 | 0.18 | 0.22 | 318.46 | 0.51 | 0.55 |
| Hex | C7 | 52 | A3 | 0 | 3B | 12 | 16 | 13E | 33 | 37 |
| Octal | 307 | 122 | 243 | 0 | 73 | 22 | 26 | 476 | 63 | 67 |
| Binary | 11000111 | 1010010 | 10100011 | 0 | 111011 | 10010 | 10110 | 100111110 | 110011 | 110111 |
Color Harmonies of #C752A3
Complementary color
Monochromatic Colors of #C752A3
Black with #C752A3
Text Example
Text Example
White with #C752A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C752A3; }
p { color: rgb(199,82,163); }
H1.HeaderClassName
{
color: #C752A3;
}
.AnyTagClassName
{
color: #C752A3;
}
</style>
background-color css
<style>
a { background-color: #C752A3; }
a { background-color: rgb(199,82,163); }
div.DivClassName
{
background-color: #C752A3;
}
.BgClassName
{
background-color: #C752A3;
}
</style>
border-color css
<style>
span { border-color: #C752A3; }
span { border-color: rgb(199,82,163); }
td.TdClassName
{
border-color: #C752A3;
}
.TagClassName
{
border-color: #C752A3;
}
</style>