Shades of Mulberry #C8399B
Tints of Mulberry #C8399B
RGB
CMYK
RGB Variations
Color information
#C8399B (or 0xC8399B) is known color: Mulberry. HEX triplet: C8, 39 and 9B. RGB value is (200,57,155). Sum of RGB (Red+Green+Blue) = 200+57+155=412 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.54% from 412); Green value is 57 (22.66% from 255 or 13.83% from 412); Blue value is 155 (60.94% from 255 or 37.62% from 412); Max value from RGB is 200 - color contains mainly: red. Hex color #C8399B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8399B is #37C664. Grayscale: #6E6E6E. Windows color (decimal): -3655269 or 10172872. OLE color: 10172872.
HSL color Cylindrical-coordinate representation of color #C8399B: hue angle of 318.88º 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 #C8399B is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 57 | 155 | - |
| CMYK | 0 | 0.72 | 0.22 | 0.22 |
| HSL | 318.88º | 0.57% | 0.5% | - |
| HSV(B) | 318.88º | 0.72% | 0.78% | - |
| XYZ | 31.2 | 17.57 | 32.76 | - |
| YUV | 110.93 | 152.88 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 57 | 155 | 0 | 0.72 | 0.22 | 0.22 | 318.88 | 0.57 | 0.5 |
| Hex | C8 | 39 | 9B | 0 | 48 | 16 | 16 | 13F | 39 | 32 |
| Octal | 310 | 71 | 233 | 0 | 110 | 26 | 26 | 477 | 71 | 62 |
| Binary | 11001000 | 111001 | 10011011 | 0 | 1001000 | 10110 | 10110 | 100111111 | 111001 | 110010 |
Color Harmonies of #C8399B
Complementary color
Monochromatic Colors of #C8399B
Black with #C8399B
Text Example
Text Example
White with #C8399B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8399B; }
p { color: rgb(200,57,155); }
H1.HeaderClassName
{
color: #C8399B;
}
.AnyTagClassName
{
color: #C8399B;
}
</style>
background-color css
<style>
a { background-color: #C8399B; }
a { background-color: rgb(200,57,155); }
div.DivClassName
{
background-color: #C8399B;
}
.BgClassName
{
background-color: #C8399B;
}
</style>
border-color css
<style>
span { border-color: #C8399B; }
span { border-color: rgb(200,57,155); }
td.TdClassName
{
border-color: #C8399B;
}
.TagClassName
{
border-color: #C8399B;
}
</style>