Shades of Mulberry #C84E8A
Tints of Mulberry #C84E8A
RGB
CMYK
RGB Variations
Color information
#C84E8A (or 0xC84E8A) is known color: Mulberry. HEX triplet: C8, 4E and 8A. RGB value is (200,78,138). Sum of RGB (Red+Green+Blue) = 200+78+138=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 78 (30.86% from 255 or 18.75% from 416); Blue value is 138 (54.30% from 255 or 33.17% from 416); Max value from RGB is 200 - color contains mainly: red. Hex color #C84E8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C84E8A is #37B175. Grayscale: #797979. Windows color (decimal): -3649910 or 9064136. OLE color: 9064136.
HSL color Cylindrical-coordinate representation of color #C84E8A: hue angle of 330.49º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C84E8A is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 78 | 138 | - |
| CMYK | 0 | 0.61 | 0.31 | 0.22 |
| HSL | 330.49º | 0.53% | 0.55% | - |
| HSV(B) | 330.49º | 0.61% | 0.78% | - |
| XYZ | 31.13 | 19.56 | 26.18 | - |
| YUV | 121.32 | 137.42 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 78 | 138 | 0 | 0.61 | 0.31 | 0.22 | 330.49 | 0.53 | 0.55 |
| Hex | C8 | 4E | 8A | 0 | 3D | 1F | 16 | 14A | 35 | 37 |
| Octal | 310 | 116 | 212 | 0 | 75 | 37 | 26 | 512 | 65 | 67 |
| Binary | 11001000 | 1001110 | 10001010 | 0 | 111101 | 11111 | 10110 | 101001010 | 110101 | 110111 |
Color Harmonies of #C84E8A
Complementary color
Monochromatic Colors of #C84E8A
Black with #C84E8A
Text Example
Text Example
White with #C84E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84E8A; }
p { color: rgb(200,78,138); }
H1.HeaderClassName
{
color: #C84E8A;
}
.AnyTagClassName
{
color: #C84E8A;
}
</style>
background-color css
<style>
a { background-color: #C84E8A; }
a { background-color: rgb(200,78,138); }
div.DivClassName
{
background-color: #C84E8A;
}
.BgClassName
{
background-color: #C84E8A;
}
</style>
border-color css
<style>
span { border-color: #C84E8A; }
span { border-color: rgb(200,78,138); }
td.TdClassName
{
border-color: #C84E8A;
}
.TagClassName
{
border-color: #C84E8A;
}
</style>