Shades of Mulberry #C8408B
Tints of Mulberry #C8408B
RGB
CMYK
RGB Variations
Color information
#C8408B (or 0xC8408B) is known color: Mulberry. HEX triplet: C8, 40 and 8B. RGB value is (200,64,139). Sum of RGB (Red+Green+Blue) = 200+64+139=403 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.63% from 403); Green value is 64 (25.39% from 255 or 15.88% from 403); Blue value is 139 (54.69% from 255 or 34.49% from 403); Max value from RGB is 200 - color contains mainly: red. Hex color #C8408B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8408B is #37BF74. Grayscale: #717171. Windows color (decimal): -3653493 or 9126088. OLE color: 9126088.
HSL color Cylindrical-coordinate representation of color #C8408B: hue angle of 326.91º 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 #C8408B is Cyan = 0, Magento = 0.68, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 64 | 139 | - |
| CMYK | 0 | 0.68 | 0.30 | 0.22 |
| HSL | 326.91º | 0.55% | 0.52% | - |
| HSV(B) | 326.91º | 0.68% | 0.78% | - |
| XYZ | 30.31 | 17.81 | 26.27 | - |
| YUV | 113.21 | 142.56 | 189.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 64 | 139 | 0 | 0.68 | 0.30 | 0.22 | 326.91 | 0.55 | 0.52 |
| Hex | C8 | 40 | 8B | 0 | 44 | 1E | 16 | 147 | 37 | 34 |
| Octal | 310 | 100 | 213 | 0 | 104 | 36 | 26 | 507 | 67 | 64 |
| Binary | 11001000 | 1000000 | 10001011 | 0 | 1000100 | 11110 | 10110 | 101000111 | 110111 | 110100 |
Color Harmonies of #C8408B
Complementary color
Monochromatic Colors of #C8408B
Black with #C8408B
Text Example
Text Example
White with #C8408B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8408B; }
p { color: rgb(200,64,139); }
H1.HeaderClassName
{
color: #C8408B;
}
.AnyTagClassName
{
color: #C8408B;
}
</style>
background-color css
<style>
a { background-color: #C8408B; }
a { background-color: rgb(200,64,139); }
div.DivClassName
{
background-color: #C8408B;
}
.BgClassName
{
background-color: #C8408B;
}
</style>
border-color css
<style>
span { border-color: #C8408B; }
span { border-color: rgb(200,64,139); }
td.TdClassName
{
border-color: #C8408B;
}
.TagClassName
{
border-color: #C8408B;
}
</style>