Shades of Mulberry #C84D98
Tints of Mulberry #C84D98
RGB
CMYK
RGB Variations
Color information
#C84D98 (or 0xC84D98) is known color: Mulberry. HEX triplet: C8, 4D and 98. RGB value is (200,77,152). Sum of RGB (Red+Green+Blue) = 200+77+152=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 77 (30.47% from 255 or 17.95% from 429); Blue value is 152 (59.77% from 255 or 35.43% from 429); Max value from RGB is 200 - color contains mainly: red. Hex color #C84D98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C84D98 is #37B267. Grayscale: #7A7A7A. Windows color (decimal): -3650152 or 9981384. OLE color: 9981384.
HSL color Cylindrical-coordinate representation of color #C84D98: hue angle of 323.41º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C84D98 is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 77 | 152 | - |
| CMYK | 0 | 0.62 | 0.24 | 0.22 |
| HSL | 323.41º | 0.53% | 0.54% | - |
| HSV(B) | 323.41º | 0.62% | 0.78% | - |
| XYZ | 32.14 | 19.85 | 31.84 | - |
| YUV | 122.33 | 144.75 | 183.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 77 | 152 | 0 | 0.62 | 0.24 | 0.22 | 323.41 | 0.53 | 0.54 |
| Hex | C8 | 4D | 98 | 0 | 3E | 18 | 16 | 143 | 35 | 36 |
| Octal | 310 | 115 | 230 | 0 | 76 | 30 | 26 | 503 | 65 | 66 |
| Binary | 11001000 | 1001101 | 10011000 | 0 | 111110 | 11000 | 10110 | 101000011 | 110101 | 110110 |
Color Harmonies of #C84D98
Complementary color
Monochromatic Colors of #C84D98
Black with #C84D98
Text Example
Text Example
White with #C84D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84D98; }
p { color: rgb(200,77,152); }
H1.HeaderClassName
{
color: #C84D98;
}
.AnyTagClassName
{
color: #C84D98;
}
</style>
background-color css
<style>
a { background-color: #C84D98; }
a { background-color: rgb(200,77,152); }
div.DivClassName
{
background-color: #C84D98;
}
.BgClassName
{
background-color: #C84D98;
}
</style>
border-color css
<style>
span { border-color: #C84D98; }
span { border-color: rgb(200,77,152); }
td.TdClassName
{
border-color: #C84D98;
}
.TagClassName
{
border-color: #C84D98;
}
</style>