Shades of Mulberry #C6407C
Tints of Mulberry #C6407C
RGB
CMYK
RGB Variations
Color information
#C6407C (or 0xC6407C) is known color: Mulberry. HEX triplet: C6, 40 and 7C. RGB value is (198,64,124). Sum of RGB (Red+Green+Blue) = 198+64+124=386 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.30% from 386); Green value is 64 (25.39% from 255 or 16.58% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 198 - color contains mainly: red. Hex color #C6407C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6407C is #39BF83. Grayscale: #6E6E6E. Windows color (decimal): -3784580 or 8143046. OLE color: 8143046.
HSL color Cylindrical-coordinate representation of color #C6407C: hue angle of 333.13º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C6407C is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 64 | 124 | - |
| CMYK | 0 | 0.68 | 0.37 | 0.22 |
| HSL | 333.13º | 0.54% | 0.51% | - |
| HSV(B) | 333.13º | 0.68% | 0.78% | - |
| XYZ | 28.76 | 17.13 | 20.86 | - |
| YUV | 110.91 | 135.39 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 64 | 124 | 0 | 0.68 | 0.37 | 0.22 | 333.13 | 0.54 | 0.51 |
| Hex | C6 | 40 | 7C | 0 | 44 | 25 | 16 | 14D | 36 | 33 |
| Octal | 306 | 100 | 174 | 0 | 104 | 45 | 26 | 515 | 66 | 63 |
| Binary | 11000110 | 1000000 | 1111100 | 0 | 1000100 | 100101 | 10110 | 101001101 | 110110 | 110011 |
Color Harmonies of #C6407C
Complementary color
Monochromatic Colors of #C6407C
Black with #C6407C
Text Example
Text Example
White with #C6407C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6407C; }
p { color: rgb(198,64,124); }
H1.HeaderClassName
{
color: #C6407C;
}
.AnyTagClassName
{
color: #C6407C;
}
</style>
background-color css
<style>
a { background-color: #C6407C; }
a { background-color: rgb(198,64,124); }
div.DivClassName
{
background-color: #C6407C;
}
.BgClassName
{
background-color: #C6407C;
}
</style>
border-color css
<style>
span { border-color: #C6407C; }
span { border-color: rgb(198,64,124); }
td.TdClassName
{
border-color: #C6407C;
}
.TagClassName
{
border-color: #C6407C;
}
</style>