Shades of Mulberry #C8519A
Tints of Mulberry #C8519A
RGB
CMYK
RGB Variations
Color information
#C8519A (or 0xC8519A) is known color: Mulberry. HEX triplet: C8, 51 and 9A. RGB value is (200,81,154). Sum of RGB (Red+Green+Blue) = 200+81+154=435 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.98% from 435); Green value is 81 (32.03% from 255 or 18.62% from 435); Blue value is 154 (60.55% from 255 or 35.40% from 435); Max value from RGB is 200 - color contains mainly: red. Hex color #C8519A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8519A is #37AE65. Grayscale: #7C7C7C. Windows color (decimal): -3649126 or 10113480. OLE color: 10113480.
HSL color Cylindrical-coordinate representation of color #C8519A: hue angle of 323.19º 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 #C8519A is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 81 | 154 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.22 |
| HSL | 323.19º | 0.52% | 0.55% | - |
| HSV(B) | 323.19º | 0.6% | 0.78% | - |
| XYZ | 32.59 | 20.5 | 32.81 | - |
| YUV | 124.9 | 144.42 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 81 | 154 | 0 | 0.59 | 0.23 | 0.22 | 323.19 | 0.52 | 0.55 |
| Hex | C8 | 51 | 9A | 0 | 3B | 17 | 16 | 143 | 34 | 37 |
| Octal | 310 | 121 | 232 | 0 | 73 | 27 | 26 | 503 | 64 | 67 |
| Binary | 11001000 | 1010001 | 10011010 | 0 | 111011 | 10111 | 10110 | 101000011 | 110100 | 110111 |
Color Harmonies of #C8519A
Complementary color
Monochromatic Colors of #C8519A
Black with #C8519A
Text Example
Text Example
White with #C8519A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8519A; }
p { color: rgb(200,81,154); }
H1.HeaderClassName
{
color: #C8519A;
}
.AnyTagClassName
{
color: #C8519A;
}
</style>
background-color css
<style>
a { background-color: #C8519A; }
a { background-color: rgb(200,81,154); }
div.DivClassName
{
background-color: #C8519A;
}
.BgClassName
{
background-color: #C8519A;
}
</style>
border-color css
<style>
span { border-color: #C8519A; }
span { border-color: rgb(200,81,154); }
td.TdClassName
{
border-color: #C8519A;
}
.TagClassName
{
border-color: #C8519A;
}
</style>