Shades of Mulberry #C8399F
Tints of Mulberry #C8399F
RGB
CMYK
RGB Variations
Color information
#C8399F (or 0xC8399F) is known color: Mulberry. HEX triplet: C8, 39 and 9F. RGB value is (200,57,159). Sum of RGB (Red+Green+Blue) = 200+57+159=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 57 (22.66% from 255 or 13.70% from 416); Blue value is 159 (62.5% from 255 or 38.22% from 416); Max value from RGB is 200 - color contains mainly: red. Hex color #C8399F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8399F is #37C660. Grayscale: #6F6F6F. Windows color (decimal): -3655265 or 10435016. OLE color: 10435016.
HSL color Cylindrical-coordinate representation of color #C8399F: hue angle of 317.2º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C8399F is Cyan = 0, Magento = 0.72, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 57 | 159 | - |
| CMYK | 0 | 0.72 | 0.20 | 0.22 |
| HSL | 317.2º | 0.57% | 0.5% | - |
| HSV(B) | 317.2º | 0.72% | 0.78% | - |
| XYZ | 31.54 | 17.71 | 34.56 | - |
| YUV | 111.39 | 154.88 | 191.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 57 | 159 | 0 | 0.72 | 0.20 | 0.22 | 317.2 | 0.57 | 0.5 |
| Hex | C8 | 39 | 9F | 0 | 48 | 14 | 16 | 13D | 39 | 32 |
| Octal | 310 | 71 | 237 | 0 | 110 | 24 | 26 | 475 | 71 | 62 |
| Binary | 11001000 | 111001 | 10011111 | 0 | 1001000 | 10100 | 10110 | 100111101 | 111001 | 110010 |
Color Harmonies of #C8399F
Complementary color
Monochromatic Colors of #C8399F
Black with #C8399F
Text Example
Text Example
White with #C8399F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8399F; }
p { color: rgb(200,57,159); }
H1.HeaderClassName
{
color: #C8399F;
}
.AnyTagClassName
{
color: #C8399F;
}
</style>
background-color css
<style>
a { background-color: #C8399F; }
a { background-color: rgb(200,57,159); }
div.DivClassName
{
background-color: #C8399F;
}
.BgClassName
{
background-color: #C8399F;
}
</style>
border-color css
<style>
span { border-color: #C8399F; }
span { border-color: rgb(200,57,159); }
td.TdClassName
{
border-color: #C8399F;
}
.TagClassName
{
border-color: #C8399F;
}
</style>