Shades of Mulberry #C84A8D
Tints of Mulberry #C84A8D
RGB
CMYK
RGB Variations
Color information
#C84A8D (or 0xC84A8D) is known color: Mulberry. HEX triplet: C8, 4A and 8D. RGB value is (200,74,141). Sum of RGB (Red+Green+Blue) = 200+74+141=415 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.19% from 415); Green value is 74 (29.30% from 255 or 17.83% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 200 - color contains mainly: red. Hex color #C84A8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84A8D is #37B572. Grayscale: #777777. Windows color (decimal): -3650931 or 9259720. OLE color: 9259720.
HSL color Cylindrical-coordinate representation of color #C84A8D: hue angle of 328.1º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C84A8D is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 74 | 141 | - |
| CMYK | 0 | 0.63 | 0.29 | 0.22 |
| HSL | 328.1º | 0.53% | 0.54% | - |
| HSV(B) | 328.1º | 0.63% | 0.78% | - |
| XYZ | 31.08 | 19.1 | 27.25 | - |
| YUV | 119.31 | 140.24 | 185.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 74 | 141 | 0 | 0.63 | 0.29 | 0.22 | 328.1 | 0.53 | 0.54 |
| Hex | C8 | 4A | 8D | 0 | 3F | 1D | 16 | 148 | 35 | 36 |
| Octal | 310 | 112 | 215 | 0 | 77 | 35 | 26 | 510 | 65 | 66 |
| Binary | 11001000 | 1001010 | 10001101 | 0 | 111111 | 11101 | 10110 | 101001000 | 110101 | 110110 |
Color Harmonies of #C84A8D
Complementary color
Monochromatic Colors of #C84A8D
Black with #C84A8D
Text Example
Text Example
White with #C84A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84A8D; }
p { color: rgb(200,74,141); }
H1.HeaderClassName
{
color: #C84A8D;
}
.AnyTagClassName
{
color: #C84A8D;
}
</style>
background-color css
<style>
a { background-color: #C84A8D; }
a { background-color: rgb(200,74,141); }
div.DivClassName
{
background-color: #C84A8D;
}
.BgClassName
{
background-color: #C84A8D;
}
</style>
border-color css
<style>
span { border-color: #C84A8D; }
span { border-color: rgb(200,74,141); }
td.TdClassName
{
border-color: #C84A8D;
}
.TagClassName
{
border-color: #C84A8D;
}
</style>