Shades of Mulberry #C84A8C
Tints of Mulberry #C84A8C
RGB
CMYK
RGB Variations
Color information
#C84A8C (or 0xC84A8C) is known color: Mulberry. HEX triplet: C8, 4A and 8C. RGB value is (200,74,140). Sum of RGB (Red+Green+Blue) = 200+74+140=414 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.31% from 414); Green value is 74 (29.30% from 255 or 17.87% from 414); Blue value is 140 (55.08% from 255 or 33.82% from 414); Max value from RGB is 200 - color contains mainly: red. Hex color #C84A8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84A8C is #37B573. Grayscale: #777777. Windows color (decimal): -3650932 or 9194184. OLE color: 9194184.
HSL color Cylindrical-coordinate representation of color #C84A8C: hue angle of 328.57º 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 #C84A8C is Cyan = 0, Magento = 0.63, Yellow = 0.3 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 74 | 140 | - |
| CMYK | 0 | 0.63 | 0.3 | 0.22 |
| HSL | 328.57º | 0.53% | 0.54% | - |
| HSV(B) | 328.57º | 0.63% | 0.78% | - |
| XYZ | 31 | 19.07 | 26.86 | - |
| YUV | 119.2 | 139.74 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 74 | 140 | 0 | 0.63 | 0.3 | 0.22 | 328.57 | 0.53 | 0.54 |
| Hex | C8 | 4A | 8C | 0 | 3F | 1E | 16 | 149 | 35 | 36 |
| Octal | 310 | 112 | 214 | 0 | 77 | 36 | 26 | 511 | 65 | 66 |
| Binary | 11001000 | 1001010 | 10001100 | 0 | 111111 | 11110 | 10110 | 101001001 | 110101 | 110110 |
Color Harmonies of #C84A8C
Complementary color
Monochromatic Colors of #C84A8C
Black with #C84A8C
Text Example
Text Example
White with #C84A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84A8C; }
p { color: rgb(200,74,140); }
H1.HeaderClassName
{
color: #C84A8C;
}
.AnyTagClassName
{
color: #C84A8C;
}
</style>
background-color css
<style>
a { background-color: #C84A8C; }
a { background-color: rgb(200,74,140); }
div.DivClassName
{
background-color: #C84A8C;
}
.BgClassName
{
background-color: #C84A8C;
}
</style>
border-color css
<style>
span { border-color: #C84A8C; }
span { border-color: rgb(200,74,140); }
td.TdClassName
{
border-color: #C84A8C;
}
.TagClassName
{
border-color: #C84A8C;
}
</style>