Shades of Mulberry #C8417E
Tints of Mulberry #C8417E
RGB
CMYK
RGB Variations
Color information
#C8417E (or 0xC8417E) is known color: Mulberry. HEX triplet: C8, 41 and 7E. RGB value is (200,65,126). Sum of RGB (Red+Green+Blue) = 200+65+126=391 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.15% from 391); Green value is 65 (25.78% from 255 or 16.62% from 391); Blue value is 126 (49.61% from 255 or 32.23% from 391); Max value from RGB is 200 - color contains mainly: red. Hex color #C8417E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8417E is #37BE81. Grayscale: #707070. Windows color (decimal): -3653250 or 8274376. OLE color: 8274376.
HSL color Cylindrical-coordinate representation of color #C8417E: hue angle of 332.89º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C8417E is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 65 | 126 | - |
| CMYK | 0 | 0.68 | 0.37 | 0.22 |
| HSL | 332.89º | 0.55% | 0.52% | - |
| HSV(B) | 332.89º | 0.68% | 0.78% | - |
| XYZ | 29.48 | 17.57 | 21.58 | - |
| YUV | 112.32 | 135.73 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 65 | 126 | 0 | 0.68 | 0.37 | 0.22 | 332.89 | 0.55 | 0.52 |
| Hex | C8 | 41 | 7E | 0 | 44 | 25 | 16 | 14D | 37 | 34 |
| Octal | 310 | 101 | 176 | 0 | 104 | 45 | 26 | 515 | 67 | 64 |
| Binary | 11001000 | 1000001 | 1111110 | 0 | 1000100 | 100101 | 10110 | 101001101 | 110111 | 110100 |
Color Harmonies of #C8417E
Complementary color
Monochromatic Colors of #C8417E
Black with #C8417E
Text Example
Text Example
White with #C8417E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8417E; }
p { color: rgb(200,65,126); }
H1.HeaderClassName
{
color: #C8417E;
}
.AnyTagClassName
{
color: #C8417E;
}
</style>
background-color css
<style>
a { background-color: #C8417E; }
a { background-color: rgb(200,65,126); }
div.DivClassName
{
background-color: #C8417E;
}
.BgClassName
{
background-color: #C8417E;
}
</style>
border-color css
<style>
span { border-color: #C8417E; }
span { border-color: rgb(200,65,126); }
td.TdClassName
{
border-color: #C8417E;
}
.TagClassName
{
border-color: #C8417E;
}
</style>