Shades of Mulberry #C84A7D
Tints of Mulberry #C84A7D
RGB
CMYK
RGB Variations
Color information
#C84A7D (or 0xC84A7D) is known color: Mulberry. HEX triplet: C8, 4A and 7D. RGB value is (200,74,125). Sum of RGB (Red+Green+Blue) = 200+74+125=399 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.13% from 399); Green value is 74 (29.30% from 255 or 18.55% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 200 - color contains mainly: red. Hex color #C84A7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84A7D is #37B582. Grayscale: #757575. Windows color (decimal): -3650947 or 8211144. OLE color: 8211144.
HSL color Cylindrical-coordinate representation of color #C84A7D: hue angle of 335.71º 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 #C84A7D is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 74 | 125 | - |
| CMYK | 0 | 0.63 | 0.38 | 0.22 |
| HSL | 335.71º | 0.53% | 0.54% | - |
| HSV(B) | 335.71º | 0.63% | 0.78% | - |
| XYZ | 29.97 | 18.66 | 21.42 | - |
| YUV | 117.49 | 132.24 | 186.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 74 | 125 | 0 | 0.63 | 0.38 | 0.22 | 335.71 | 0.53 | 0.54 |
| Hex | C8 | 4A | 7D | 0 | 3F | 26 | 16 | 150 | 35 | 36 |
| Octal | 310 | 112 | 175 | 0 | 77 | 46 | 26 | 520 | 65 | 66 |
| Binary | 11001000 | 1001010 | 1111101 | 0 | 111111 | 100110 | 10110 | 101010000 | 110101 | 110110 |
Color Harmonies of #C84A7D
Complementary color
Monochromatic Colors of #C84A7D
Black with #C84A7D
Text Example
Text Example
White with #C84A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84A7D; }
p { color: rgb(200,74,125); }
H1.HeaderClassName
{
color: #C84A7D;
}
.AnyTagClassName
{
color: #C84A7D;
}
</style>
background-color css
<style>
a { background-color: #C84A7D; }
a { background-color: rgb(200,74,125); }
div.DivClassName
{
background-color: #C84A7D;
}
.BgClassName
{
background-color: #C84A7D;
}
</style>
border-color css
<style>
span { border-color: #C84A7D; }
span { border-color: rgb(200,74,125); }
td.TdClassName
{
border-color: #C84A7D;
}
.TagClassName
{
border-color: #C84A7D;
}
</style>