Shades of Mulberry #C6409F
Tints of Mulberry #C6409F
RGB
CMYK
RGB Variations
Color information
#C6409F (or 0xC6409F) is known color: Mulberry. HEX triplet: C6, 40 and 9F. RGB value is (198,64,159). Sum of RGB (Red+Green+Blue) = 198+64+159=421 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.03% from 421); Green value is 64 (25.39% from 255 or 15.20% from 421); Blue value is 159 (62.5% from 255 or 37.77% from 421); Max value from RGB is 198 - color contains mainly: red. Hex color #C6409F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6409F is #39BF60. Grayscale: #727272. Windows color (decimal): -3784545 or 10436806. OLE color: 10436806.
HSL color Cylindrical-coordinate representation of color #C6409F: hue angle of 317.46º 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 #C6409F is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 64 | 159 | - |
| CMYK | 0 | 0.68 | 0.20 | 0.22 |
| HSL | 317.46º | 0.54% | 0.51% | - |
| HSV(B) | 317.46º | 0.68% | 0.78% | - |
| XYZ | 31.38 | 18.18 | 34.66 | - |
| YUV | 114.9 | 152.89 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 64 | 159 | 0 | 0.68 | 0.20 | 0.22 | 317.46 | 0.54 | 0.51 |
| Hex | C6 | 40 | 9F | 0 | 44 | 14 | 16 | 13D | 36 | 33 |
| Octal | 306 | 100 | 237 | 0 | 104 | 24 | 26 | 475 | 66 | 63 |
| Binary | 11000110 | 1000000 | 10011111 | 0 | 1000100 | 10100 | 10110 | 100111101 | 110110 | 110011 |
Color Harmonies of #C6409F
Complementary color
Monochromatic Colors of #C6409F
Black with #C6409F
Text Example
Text Example
White with #C6409F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6409F; }
p { color: rgb(198,64,159); }
H1.HeaderClassName
{
color: #C6409F;
}
.AnyTagClassName
{
color: #C6409F;
}
</style>
background-color css
<style>
a { background-color: #C6409F; }
a { background-color: rgb(198,64,159); }
div.DivClassName
{
background-color: #C6409F;
}
.BgClassName
{
background-color: #C6409F;
}
</style>
border-color css
<style>
span { border-color: #C6409F; }
span { border-color: rgb(198,64,159); }
td.TdClassName
{
border-color: #C6409F;
}
.TagClassName
{
border-color: #C6409F;
}
</style>