Shades of Mulberry #C650A3
Tints of Mulberry #C650A3
RGB
CMYK
RGB Variations
Color information
#C650A3 (or 0xC650A3) is known color: Mulberry. HEX triplet: C6, 50 and A3. RGB value is (198,80,163). Sum of RGB (Red+Green+Blue) = 198+80+163=441 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.90% from 441); Green value is 80 (31.64% from 255 or 18.14% from 441); Blue value is 163 (64.06% from 255 or 36.96% from 441); Max value from RGB is 198 - color contains mainly: red. Hex color #C650A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C650A3 is #39AF5C. Grayscale: #7C7C7C. Windows color (decimal): -3780445 or 10703046. OLE color: 10703046.
HSL color Cylindrical-coordinate representation of color #C650A3: hue angle of 317.8º degrees, saturation: 0.51, 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 #C650A3 is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 80 | 163 | - |
| CMYK | 0 | 0.60 | 0.18 | 0.22 |
| HSL | 317.8º | 0.51% | 0.55% | - |
| HSV(B) | 317.8º | 0.6% | 0.78% | - |
| XYZ | 32.77 | 20.39 | 36.86 | - |
| YUV | 124.74 | 149.59 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 80 | 163 | 0 | 0.60 | 0.18 | 0.22 | 317.8 | 0.51 | 0.55 |
| Hex | C6 | 50 | A3 | 0 | 3C | 12 | 16 | 13E | 33 | 37 |
| Octal | 306 | 120 | 243 | 0 | 74 | 22 | 26 | 476 | 63 | 67 |
| Binary | 11000110 | 1010000 | 10100011 | 0 | 111100 | 10010 | 10110 | 100111110 | 110011 | 110111 |
Color Harmonies of #C650A3
Complementary color
Monochromatic Colors of #C650A3
Black with #C650A3
Text Example
Text Example
White with #C650A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C650A3; }
p { color: rgb(198,80,163); }
H1.HeaderClassName
{
color: #C650A3;
}
.AnyTagClassName
{
color: #C650A3;
}
</style>
background-color css
<style>
a { background-color: #C650A3; }
a { background-color: rgb(198,80,163); }
div.DivClassName
{
background-color: #C650A3;
}
.BgClassName
{
background-color: #C650A3;
}
</style>
border-color css
<style>
span { border-color: #C650A3; }
span { border-color: rgb(198,80,163); }
td.TdClassName
{
border-color: #C650A3;
}
.TagClassName
{
border-color: #C650A3;
}
</style>