Shades of Mulberry #C8519B
Tints of Mulberry #C8519B
RGB
CMYK
RGB Variations
Color information
#C8519B (or 0xC8519B) is known color: Mulberry. HEX triplet: C8, 51 and 9B. RGB value is (200,81,155). Sum of RGB (Red+Green+Blue) = 200+81+155=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 81 (32.03% from 255 or 18.58% from 436); Blue value is 155 (60.94% from 255 or 35.55% from 436); Max value from RGB is 200 - color contains mainly: red. Hex color #C8519B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8519B is #37AE64. Grayscale: #7C7C7C. Windows color (decimal): -3649125 or 10179016. OLE color: 10179016.
HSL color Cylindrical-coordinate representation of color #C8519B: hue angle of 322.69º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C8519B is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 81 | 155 | - |
| CMYK | 0 | 0.59 | 0.22 | 0.22 |
| HSL | 322.69º | 0.52% | 0.55% | - |
| HSV(B) | 322.69º | 0.6% | 0.78% | - |
| XYZ | 32.68 | 20.53 | 33.25 | - |
| YUV | 125.02 | 144.92 | 181.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 81 | 155 | 0 | 0.59 | 0.22 | 0.22 | 322.69 | 0.52 | 0.55 |
| Hex | C8 | 51 | 9B | 0 | 3B | 16 | 16 | 143 | 34 | 37 |
| Octal | 310 | 121 | 233 | 0 | 73 | 26 | 26 | 503 | 64 | 67 |
| Binary | 11001000 | 1010001 | 10011011 | 0 | 111011 | 10110 | 10110 | 101000011 | 110100 | 110111 |
Color Harmonies of #C8519B
Complementary color
Monochromatic Colors of #C8519B
Black with #C8519B
Text Example
Text Example
White with #C8519B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8519B; }
p { color: rgb(200,81,155); }
H1.HeaderClassName
{
color: #C8519B;
}
.AnyTagClassName
{
color: #C8519B;
}
</style>
background-color css
<style>
a { background-color: #C8519B; }
a { background-color: rgb(200,81,155); }
div.DivClassName
{
background-color: #C8519B;
}
.BgClassName
{
background-color: #C8519B;
}
</style>
border-color css
<style>
span { border-color: #C8519B; }
span { border-color: rgb(200,81,155); }
td.TdClassName
{
border-color: #C8519B;
}
.TagClassName
{
border-color: #C8519B;
}
</style>