Shades of Mulberry #C750A3
Tints of Mulberry #C750A3
RGB
CMYK
RGB Variations
Color information
#C750A3 (or 0xC750A3) is known color: Mulberry. HEX triplet: C7, 50 and A3. RGB value is (199,80,163). Sum of RGB (Red+Green+Blue) = 199+80+163=442 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.02% from 442); Green value is 80 (31.64% from 255 or 18.10% from 442); Blue value is 163 (64.06% from 255 or 36.88% from 442); Max value from RGB is 199 - color contains mainly: red. Hex color #C750A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C750A3 is #38AF5C. Grayscale: #7C7C7C. Windows color (decimal): -3714909 or 10703047. OLE color: 10703047.
HSL color Cylindrical-coordinate representation of color #C750A3: hue angle of 318.15º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C750A3 is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 80 | 163 | - |
| CMYK | 0 | 0.60 | 0.18 | 0.22 |
| HSL | 318.15º | 0.52% | 0.55% | - |
| HSV(B) | 318.15º | 0.6% | 0.78% | - |
| XYZ | 33.03 | 20.52 | 36.87 | - |
| YUV | 125.04 | 149.42 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 80 | 163 | 0 | 0.60 | 0.18 | 0.22 | 318.15 | 0.52 | 0.55 |
| Hex | C7 | 50 | A3 | 0 | 3C | 12 | 16 | 13E | 34 | 37 |
| Octal | 307 | 120 | 243 | 0 | 74 | 22 | 26 | 476 | 64 | 67 |
| Binary | 11000111 | 1010000 | 10100011 | 0 | 111100 | 10010 | 10110 | 100111110 | 110100 | 110111 |
Color Harmonies of #C750A3
Complementary color
Monochromatic Colors of #C750A3
Black with #C750A3
Text Example
Text Example
White with #C750A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C750A3; }
p { color: rgb(199,80,163); }
H1.HeaderClassName
{
color: #C750A3;
}
.AnyTagClassName
{
color: #C750A3;
}
</style>
background-color css
<style>
a { background-color: #C750A3; }
a { background-color: rgb(199,80,163); }
div.DivClassName
{
background-color: #C750A3;
}
.BgClassName
{
background-color: #C750A3;
}
</style>
border-color css
<style>
span { border-color: #C750A3; }
span { border-color: rgb(199,80,163); }
td.TdClassName
{
border-color: #C750A3;
}
.TagClassName
{
border-color: #C750A3;
}
</style>