Shades of Mulberry #C6418C
Tints of Mulberry #C6418C
RGB
CMYK
RGB Variations
Color information
#C6418C (or 0xC6418C) is known color: Mulberry. HEX triplet: C6, 41 and 8C. RGB value is (198,65,140). Sum of RGB (Red+Green+Blue) = 198+65+140=403 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.13% from 403); Green value is 65 (25.78% from 255 or 16.13% from 403); Blue value is 140 (55.08% from 255 or 34.74% from 403); Max value from RGB is 198 - color contains mainly: red. Hex color #C6418C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6418C is #39BE73. Grayscale: #717171. Windows color (decimal): -3784308 or 9191878. OLE color: 9191878.
HSL color Cylindrical-coordinate representation of color #C6418C: hue angle of 326.17º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C6418C is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 65 | 140 | - |
| CMYK | 0 | 0.67 | 0.29 | 0.22 |
| HSL | 326.17º | 0.54% | 0.52% | - |
| HSV(B) | 326.17º | 0.67% | 0.78% | - |
| XYZ | 29.91 | 17.68 | 26.65 | - |
| YUV | 113.32 | 143.06 | 188.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 65 | 140 | 0 | 0.67 | 0.29 | 0.22 | 326.17 | 0.54 | 0.52 |
| Hex | C6 | 41 | 8C | 0 | 43 | 1D | 16 | 146 | 36 | 34 |
| Octal | 306 | 101 | 214 | 0 | 103 | 35 | 26 | 506 | 66 | 64 |
| Binary | 11000110 | 1000001 | 10001100 | 0 | 1000011 | 11101 | 10110 | 101000110 | 110110 | 110100 |
Color Harmonies of #C6418C
Complementary color
Monochromatic Colors of #C6418C
Black with #C6418C
Text Example
Text Example
White with #C6418C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6418C; }
p { color: rgb(198,65,140); }
H1.HeaderClassName
{
color: #C6418C;
}
.AnyTagClassName
{
color: #C6418C;
}
</style>
background-color css
<style>
a { background-color: #C6418C; }
a { background-color: rgb(198,65,140); }
div.DivClassName
{
background-color: #C6418C;
}
.BgClassName
{
background-color: #C6418C;
}
</style>
border-color css
<style>
span { border-color: #C6418C; }
span { border-color: rgb(198,65,140); }
td.TdClassName
{
border-color: #C6418C;
}
.TagClassName
{
border-color: #C6418C;
}
</style>