Shades of Mulberry #C8399E
Tints of Mulberry #C8399E
RGB
CMYK
RGB Variations
Color information
#C8399E (or 0xC8399E) is known color: Mulberry. HEX triplet: C8, 39 and 9E. RGB value is (200,57,158). Sum of RGB (Red+Green+Blue) = 200+57+158=415 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.19% from 415); Green value is 57 (22.66% from 255 or 13.73% from 415); Blue value is 158 (62.11% from 255 or 38.07% from 415); Max value from RGB is 200 - color contains mainly: red. Hex color #C8399E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8399E is #37C661. Grayscale: #6F6F6F. Windows color (decimal): -3655266 or 10369480. OLE color: 10369480.
HSL color Cylindrical-coordinate representation of color #C8399E: hue angle of 317.62º 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 #C8399E is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 57 | 158 | - |
| CMYK | 0 | 0.72 | 0.21 | 0.22 |
| HSL | 317.62º | 0.57% | 0.5% | - |
| HSV(B) | 317.62º | 0.72% | 0.78% | - |
| XYZ | 31.45 | 17.67 | 34.1 | - |
| YUV | 111.27 | 154.38 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 57 | 158 | 0 | 0.72 | 0.21 | 0.22 | 317.62 | 0.57 | 0.5 |
| Hex | C8 | 39 | 9E | 0 | 48 | 15 | 16 | 13E | 39 | 32 |
| Octal | 310 | 71 | 236 | 0 | 110 | 25 | 26 | 476 | 71 | 62 |
| Binary | 11001000 | 111001 | 10011110 | 0 | 1001000 | 10101 | 10110 | 100111110 | 111001 | 110010 |
Color Harmonies of #C8399E
Complementary color
Monochromatic Colors of #C8399E
Black with #C8399E
Text Example
Text Example
White with #C8399E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8399E; }
p { color: rgb(200,57,158); }
H1.HeaderClassName
{
color: #C8399E;
}
.AnyTagClassName
{
color: #C8399E;
}
</style>
background-color css
<style>
a { background-color: #C8399E; }
a { background-color: rgb(200,57,158); }
div.DivClassName
{
background-color: #C8399E;
}
.BgClassName
{
background-color: #C8399E;
}
</style>
border-color css
<style>
span { border-color: #C8399E; }
span { border-color: rgb(200,57,158); }
td.TdClassName
{
border-color: #C8399E;
}
.TagClassName
{
border-color: #C8399E;
}
</style>