Shades of Mulberry #C6407D
Tints of Mulberry #C6407D
RGB
CMYK
RGB Variations
Color information
#C6407D (or 0xC6407D) is known color: Mulberry. HEX triplet: C6, 40 and 7D. RGB value is (198,64,125). Sum of RGB (Red+Green+Blue) = 198+64+125=387 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.16% from 387); Green value is 64 (25.39% from 255 or 16.54% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 198 - color contains mainly: red. Hex color #C6407D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6407D is #39BF82. Grayscale: #6E6E6E. Windows color (decimal): -3784579 or 8208582. OLE color: 8208582.
HSL color Cylindrical-coordinate representation of color #C6407D: hue angle of 332.69º 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 #C6407D is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 64 | 125 | - |
| CMYK | 0 | 0.68 | 0.37 | 0.22 |
| HSL | 332.69º | 0.54% | 0.51% | - |
| HSV(B) | 332.69º | 0.68% | 0.78% | - |
| XYZ | 28.82 | 17.15 | 21.19 | - |
| YUV | 111.02 | 135.89 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 64 | 125 | 0 | 0.68 | 0.37 | 0.22 | 332.69 | 0.54 | 0.51 |
| Hex | C6 | 40 | 7D | 0 | 44 | 25 | 16 | 14D | 36 | 33 |
| Octal | 306 | 100 | 175 | 0 | 104 | 45 | 26 | 515 | 66 | 63 |
| Binary | 11000110 | 1000000 | 1111101 | 0 | 1000100 | 100101 | 10110 | 101001101 | 110110 | 110011 |
Color Harmonies of #C6407D
Complementary color
Monochromatic Colors of #C6407D
Black with #C6407D
Text Example
Text Example
White with #C6407D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6407D; }
p { color: rgb(198,64,125); }
H1.HeaderClassName
{
color: #C6407D;
}
.AnyTagClassName
{
color: #C6407D;
}
</style>
background-color css
<style>
a { background-color: #C6407D; }
a { background-color: rgb(198,64,125); }
div.DivClassName
{
background-color: #C6407D;
}
.BgClassName
{
background-color: #C6407D;
}
</style>
border-color css
<style>
span { border-color: #C6407D; }
span { border-color: rgb(198,64,125); }
td.TdClassName
{
border-color: #C6407D;
}
.TagClassName
{
border-color: #C6407D;
}
</style>