Shades of Mulberry #C84B8B
Tints of Mulberry #C84B8B
RGB
CMYK
RGB Variations
Color information
#C84B8B (or 0xC84B8B) is known color: Mulberry. HEX triplet: C8, 4B and 8B. RGB value is (200,75,139). Sum of RGB (Red+Green+Blue) = 200+75+139=414 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.31% from 414); Green value is 75 (29.69% from 255 or 18.12% from 414); Blue value is 139 (54.69% from 255 or 33.57% from 414); Max value from RGB is 200 - color contains mainly: red. Hex color #C84B8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84B8B is #37B474. Grayscale: #777777. Windows color (decimal): -3650677 or 9128904. OLE color: 9128904.
HSL color Cylindrical-coordinate representation of color #C84B8B: hue angle of 329.28º 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 #C84B8B is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 75 | 139 | - |
| CMYK | 0 | 0.62 | 0.30 | 0.22 |
| HSL | 329.28º | 0.53% | 0.54% | - |
| HSV(B) | 329.28º | 0.63% | 0.78% | - |
| XYZ | 31 | 19.18 | 26.49 | - |
| YUV | 119.67 | 138.91 | 185.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 75 | 139 | 0 | 0.62 | 0.30 | 0.22 | 329.28 | 0.53 | 0.54 |
| Hex | C8 | 4B | 8B | 0 | 3E | 1E | 16 | 149 | 35 | 36 |
| Octal | 310 | 113 | 213 | 0 | 76 | 36 | 26 | 511 | 65 | 66 |
| Binary | 11001000 | 1001011 | 10001011 | 0 | 111110 | 11110 | 10110 | 101001001 | 110101 | 110110 |
Color Harmonies of #C84B8B
Complementary color
Monochromatic Colors of #C84B8B
Black with #C84B8B
Text Example
Text Example
White with #C84B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84B8B; }
p { color: rgb(200,75,139); }
H1.HeaderClassName
{
color: #C84B8B;
}
.AnyTagClassName
{
color: #C84B8B;
}
</style>
background-color css
<style>
a { background-color: #C84B8B; }
a { background-color: rgb(200,75,139); }
div.DivClassName
{
background-color: #C84B8B;
}
.BgClassName
{
background-color: #C84B8B;
}
</style>
border-color css
<style>
span { border-color: #C84B8B; }
span { border-color: rgb(200,75,139); }
td.TdClassName
{
border-color: #C84B8B;
}
.TagClassName
{
border-color: #C84B8B;
}
</style>