Shades of Mulberry #C6519D
Tints of Mulberry #C6519D
RGB
CMYK
RGB Variations
Color information
#C6519D (or 0xC6519D) is known color: Mulberry. HEX triplet: C6, 51 and 9D. RGB value is (198,81,157). Sum of RGB (Red+Green+Blue) = 198+81+157=436 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.41% from 436); Green value is 81 (32.03% from 255 or 18.58% from 436); Blue value is 157 (61.72% from 255 or 36.01% from 436); Max value from RGB is 198 - color contains mainly: red. Hex color #C6519D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6519D is #39AE62. Grayscale: #7C7C7C. Windows color (decimal): -3780195 or 10310086. OLE color: 10310086.
HSL color Cylindrical-coordinate representation of color #C6519D: hue angle of 321.03º 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 #C6519D is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 81 | 157 | - |
| CMYK | 0 | 0.59 | 0.21 | 0.22 |
| HSL | 321.03º | 0.51% | 0.55% | - |
| HSV(B) | 321.03º | 0.59% | 0.78% | - |
| XYZ | 32.32 | 20.32 | 34.12 | - |
| YUV | 124.65 | 146.26 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 81 | 157 | 0 | 0.59 | 0.21 | 0.22 | 321.03 | 0.51 | 0.55 |
| Hex | C6 | 51 | 9D | 0 | 3B | 15 | 16 | 141 | 33 | 37 |
| Octal | 306 | 121 | 235 | 0 | 73 | 25 | 26 | 501 | 63 | 67 |
| Binary | 11000110 | 1010001 | 10011101 | 0 | 111011 | 10101 | 10110 | 101000001 | 110011 | 110111 |
Color Harmonies of #C6519D
Complementary color
Monochromatic Colors of #C6519D
Black with #C6519D
Text Example
Text Example
White with #C6519D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6519D; }
p { color: rgb(198,81,157); }
H1.HeaderClassName
{
color: #C6519D;
}
.AnyTagClassName
{
color: #C6519D;
}
</style>
background-color css
<style>
a { background-color: #C6519D; }
a { background-color: rgb(198,81,157); }
div.DivClassName
{
background-color: #C6519D;
}
.BgClassName
{
background-color: #C6519D;
}
</style>
border-color css
<style>
span { border-color: #C6519D; }
span { border-color: rgb(198,81,157); }
td.TdClassName
{
border-color: #C6519D;
}
.TagClassName
{
border-color: #C6519D;
}
</style>