Shades of Mulberry #C8418B
Tints of Mulberry #C8418B
RGB
CMYK
RGB Variations
Color information
#C8418B (or 0xC8418B) is known color: Mulberry. HEX triplet: C8, 41 and 8B. RGB value is (200,65,139). Sum of RGB (Red+Green+Blue) = 200+65+139=404 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.50% from 404); Green value is 65 (25.78% from 255 or 16.09% from 404); Blue value is 139 (54.69% from 255 or 34.41% from 404); Max value from RGB is 200 - color contains mainly: red. Hex color #C8418B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8418B is #37BE74. Grayscale: #717171. Windows color (decimal): -3653237 or 9126344. OLE color: 9126344.
HSL color Cylindrical-coordinate representation of color #C8418B: hue angle of 327.11º 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 #C8418B is Cyan = 0, Magento = 0.68, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 65 | 139 | - |
| CMYK | 0 | 0.68 | 0.30 | 0.22 |
| HSL | 327.11º | 0.55% | 0.52% | - |
| HSV(B) | 327.11º | 0.68% | 0.78% | - |
| XYZ | 30.37 | 17.92 | 26.29 | - |
| YUV | 113.8 | 142.23 | 189.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 65 | 139 | 0 | 0.68 | 0.30 | 0.22 | 327.11 | 0.55 | 0.52 |
| Hex | C8 | 41 | 8B | 0 | 44 | 1E | 16 | 147 | 37 | 34 |
| Octal | 310 | 101 | 213 | 0 | 104 | 36 | 26 | 507 | 67 | 64 |
| Binary | 11001000 | 1000001 | 10001011 | 0 | 1000100 | 11110 | 10110 | 101000111 | 110111 | 110100 |
Color Harmonies of #C8418B
Complementary color
Monochromatic Colors of #C8418B
Black with #C8418B
Text Example
Text Example
White with #C8418B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8418B; }
p { color: rgb(200,65,139); }
H1.HeaderClassName
{
color: #C8418B;
}
.AnyTagClassName
{
color: #C8418B;
}
</style>
background-color css
<style>
a { background-color: #C8418B; }
a { background-color: rgb(200,65,139); }
div.DivClassName
{
background-color: #C8418B;
}
.BgClassName
{
background-color: #C8418B;
}
</style>
border-color css
<style>
span { border-color: #C8418B; }
span { border-color: rgb(200,65,139); }
td.TdClassName
{
border-color: #C8418B;
}
.TagClassName
{
border-color: #C8418B;
}
</style>