Shades of Mulberry #C6429E
Tints of Mulberry #C6429E
RGB
CMYK
RGB Variations
Color information
#C6429E (or 0xC6429E) is known color: Mulberry. HEX triplet: C6, 42 and 9E. RGB value is (198,66,158). Sum of RGB (Red+Green+Blue) = 198+66+158=422 (55% of max value = 765). Red value is 198 (77.73% from 255 or 46.92% from 422); Green value is 66 (26.17% from 255 or 15.64% from 422); Blue value is 158 (62.11% from 255 or 37.44% from 422); Max value from RGB is 198 - color contains mainly: red. Hex color #C6429E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6429E is #39BD61. Grayscale: #737373. Windows color (decimal): -3784034 or 10371782. OLE color: 10371782.
HSL color Cylindrical-coordinate representation of color #C6429E: hue angle of 318.18º 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 #C6429E is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 66 | 158 | - |
| CMYK | 0 | 0.67 | 0.20 | 0.22 |
| HSL | 318.18º | 0.54% | 0.52% | - |
| HSV(B) | 318.18º | 0.67% | 0.78% | - |
| XYZ | 31.41 | 18.37 | 34.24 | - |
| YUV | 115.96 | 151.73 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 66 | 158 | 0 | 0.67 | 0.20 | 0.22 | 318.18 | 0.54 | 0.52 |
| Hex | C6 | 42 | 9E | 0 | 43 | 14 | 16 | 13E | 36 | 34 |
| Octal | 306 | 102 | 236 | 0 | 103 | 24 | 26 | 476 | 66 | 64 |
| Binary | 11000110 | 1000010 | 10011110 | 0 | 1000011 | 10100 | 10110 | 100111110 | 110110 | 110100 |
Color Harmonies of #C6429E
Complementary color
Monochromatic Colors of #C6429E
Black with #C6429E
Text Example
Text Example
White with #C6429E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6429E; }
p { color: rgb(198,66,158); }
H1.HeaderClassName
{
color: #C6429E;
}
.AnyTagClassName
{
color: #C6429E;
}
</style>
background-color css
<style>
a { background-color: #C6429E; }
a { background-color: rgb(198,66,158); }
div.DivClassName
{
background-color: #C6429E;
}
.BgClassName
{
background-color: #C6429E;
}
</style>
border-color css
<style>
span { border-color: #C6429E; }
span { border-color: rgb(198,66,158); }
td.TdClassName
{
border-color: #C6429E;
}
.TagClassName
{
border-color: #C6429E;
}
</style>