Shades of Mulberry #C6417E
Tints of Mulberry #C6417E
RGB
CMYK
RGB Variations
Color information
#C6417E (or 0xC6417E) is known color: Mulberry. HEX triplet: C6, 41 and 7E. RGB value is (198,65,126). Sum of RGB (Red+Green+Blue) = 198+65+126=389 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.90% from 389); Green value is 65 (25.78% from 255 or 16.71% from 389); Blue value is 126 (49.61% from 255 or 32.39% from 389); Max value from RGB is 198 - color contains mainly: red. Hex color #C6417E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6417E is #39BE81. Grayscale: #6F6F6F. Windows color (decimal): -3784322 or 8274374. OLE color: 8274374.
HSL color Cylindrical-coordinate representation of color #C6417E: hue angle of 332.48º 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 #C6417E is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 65 | 126 | - |
| CMYK | 0 | 0.67 | 0.36 | 0.22 |
| HSL | 332.48º | 0.54% | 0.52% | - |
| HSV(B) | 332.48º | 0.67% | 0.78% | - |
| XYZ | 28.94 | 17.29 | 21.55 | - |
| YUV | 111.72 | 136.06 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 65 | 126 | 0 | 0.67 | 0.36 | 0.22 | 332.48 | 0.54 | 0.52 |
| Hex | C6 | 41 | 7E | 0 | 43 | 24 | 16 | 14C | 36 | 34 |
| Octal | 306 | 101 | 176 | 0 | 103 | 44 | 26 | 514 | 66 | 64 |
| Binary | 11000110 | 1000001 | 1111110 | 0 | 1000011 | 100100 | 10110 | 101001100 | 110110 | 110100 |
Color Harmonies of #C6417E
Complementary color
Monochromatic Colors of #C6417E
Black with #C6417E
Text Example
Text Example
White with #C6417E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6417E; }
p { color: rgb(198,65,126); }
H1.HeaderClassName
{
color: #C6417E;
}
.AnyTagClassName
{
color: #C6417E;
}
</style>
background-color css
<style>
a { background-color: #C6417E; }
a { background-color: rgb(198,65,126); }
div.DivClassName
{
background-color: #C6417E;
}
.BgClassName
{
background-color: #C6417E;
}
</style>
border-color css
<style>
span { border-color: #C6417E; }
span { border-color: rgb(198,65,126); }
td.TdClassName
{
border-color: #C6417E;
}
.TagClassName
{
border-color: #C6417E;
}
</style>