Shades of Mulberry #C850A3
Tints of Mulberry #C850A3
RGB
CMYK
RGB Variations
Color information
#C850A3 (or 0xC850A3) is known color: Mulberry. HEX triplet: C8, 50 and A3. RGB value is (200,80,163). Sum of RGB (Red+Green+Blue) = 200+80+163=443 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.15% from 443); Green value is 80 (31.64% from 255 or 18.06% from 443); Blue value is 163 (64.06% from 255 or 36.79% from 443); Max value from RGB is 200 - color contains mainly: red. Hex color #C850A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C850A3 is #37AF5C. Grayscale: #7D7D7D. Windows color (decimal): -3649373 or 10703048. OLE color: 10703048.
HSL color Cylindrical-coordinate representation of color #C850A3: hue angle of 318.5º 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 #C850A3 is Cyan = 0, Magento = 0.6, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 80 | 163 | - |
| CMYK | 0 | 0.6 | 0.18 | 0.22 |
| HSL | 318.5º | 0.52% | 0.55% | - |
| HSV(B) | 318.5º | 0.6% | 0.78% | - |
| XYZ | 33.3 | 20.66 | 36.88 | - |
| YUV | 125.34 | 149.26 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 80 | 163 | 0 | 0.6 | 0.18 | 0.22 | 318.5 | 0.52 | 0.55 |
| Hex | C8 | 50 | A3 | 0 | 3C | 12 | 16 | 13E | 34 | 37 |
| Octal | 310 | 120 | 243 | 0 | 74 | 22 | 26 | 476 | 64 | 67 |
| Binary | 11001000 | 1010000 | 10100011 | 0 | 111100 | 10010 | 10110 | 100111110 | 110100 | 110111 |
Color Harmonies of #C850A3
Complementary color
Monochromatic Colors of #C850A3
Black with #C850A3
Text Example
Text Example
White with #C850A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C850A3; }
p { color: rgb(200,80,163); }
H1.HeaderClassName
{
color: #C850A3;
}
.AnyTagClassName
{
color: #C850A3;
}
</style>
background-color css
<style>
a { background-color: #C850A3; }
a { background-color: rgb(200,80,163); }
div.DivClassName
{
background-color: #C850A3;
}
.BgClassName
{
background-color: #C850A3;
}
</style>
border-color css
<style>
span { border-color: #C850A3; }
span { border-color: rgb(200,80,163); }
td.TdClassName
{
border-color: #C850A3;
}
.TagClassName
{
border-color: #C850A3;
}
</style>