Shades of Mulberry #C8499F
Tints of Mulberry #C8499F
RGB
CMYK
RGB Variations
Color information
#C8499F (or 0xC8499F) is known color: Mulberry. HEX triplet: C8, 49 and 9F. RGB value is (200,73,159). Sum of RGB (Red+Green+Blue) = 200+73+159=432 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.30% from 432); Green value is 73 (28.91% from 255 or 16.90% from 432); Blue value is 159 (62.5% from 255 or 36.81% from 432); Max value from RGB is 200 - color contains mainly: red. Hex color #C8499F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8499F is #37B660. Grayscale: #787878. Windows color (decimal): -3651169 or 10439112. OLE color: 10439112.
HSL color Cylindrical-coordinate representation of color #C8499F: hue angle of 319.37º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C8499F is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 73 | 159 | - |
| CMYK | 0 | 0.64 | 0.20 | 0.22 |
| HSL | 319.37º | 0.54% | 0.54% | - |
| HSV(B) | 319.37º | 0.64% | 0.78% | - |
| XYZ | 32.46 | 19.55 | 34.86 | - |
| YUV | 120.78 | 149.58 | 184.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 73 | 159 | 0 | 0.64 | 0.20 | 0.22 | 319.37 | 0.54 | 0.54 |
| Hex | C8 | 49 | 9F | 0 | 40 | 14 | 16 | 13F | 36 | 36 |
| Octal | 310 | 111 | 237 | 0 | 100 | 24 | 26 | 477 | 66 | 66 |
| Binary | 11001000 | 1001001 | 10011111 | 0 | 1000000 | 10100 | 10110 | 100111111 | 110110 | 110110 |
Color Harmonies of #C8499F
Complementary color
Monochromatic Colors of #C8499F
Black with #C8499F
Text Example
Text Example
White with #C8499F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8499F; }
p { color: rgb(200,73,159); }
H1.HeaderClassName
{
color: #C8499F;
}
.AnyTagClassName
{
color: #C8499F;
}
</style>
background-color css
<style>
a { background-color: #C8499F; }
a { background-color: rgb(200,73,159); }
div.DivClassName
{
background-color: #C8499F;
}
.BgClassName
{
background-color: #C8499F;
}
</style>
border-color css
<style>
span { border-color: #C8499F; }
span { border-color: rgb(200,73,159); }
td.TdClassName
{
border-color: #C8499F;
}
.TagClassName
{
border-color: #C8499F;
}
</style>