Shades of Mulberry #C84DA3
Tints of Mulberry #C84DA3
RGB
CMYK
RGB Variations
Color information
#C84DA3 (or 0xC84DA3) is known color: Mulberry. HEX triplet: C8, 4D and A3. RGB value is (200,77,163). Sum of RGB (Red+Green+Blue) = 200+77+163=440 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.45% from 440); Green value is 77 (30.47% from 255 or 17.5% from 440); Blue value is 163 (64.06% from 255 or 37.05% from 440); Max value from RGB is 200 - color contains mainly: red. Hex color #C84DA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C84DA3 is #37B25C. Grayscale: #7B7B7B. Windows color (decimal): -3650141 or 10702280. OLE color: 10702280.
HSL color Cylindrical-coordinate representation of color #C84DA3: hue angle of 318.05º 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 #C84DA3 is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 77 | 163 | - |
| CMYK | 0 | 0.62 | 0.18 | 0.22 |
| HSL | 318.05º | 0.53% | 0.54% | - |
| HSV(B) | 318.05º | 0.62% | 0.78% | - |
| XYZ | 33.08 | 20.23 | 36.81 | - |
| YUV | 123.58 | 150.25 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 77 | 163 | 0 | 0.62 | 0.18 | 0.22 | 318.05 | 0.53 | 0.54 |
| Hex | C8 | 4D | A3 | 0 | 3E | 12 | 16 | 13E | 35 | 36 |
| Octal | 310 | 115 | 243 | 0 | 76 | 22 | 26 | 476 | 65 | 66 |
| Binary | 11001000 | 1001101 | 10100011 | 0 | 111110 | 10010 | 10110 | 100111110 | 110101 | 110110 |
Color Harmonies of #C84DA3
Complementary color
Monochromatic Colors of #C84DA3
Black with #C84DA3
Text Example
Text Example
White with #C84DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84DA3; }
p { color: rgb(200,77,163); }
H1.HeaderClassName
{
color: #C84DA3;
}
.AnyTagClassName
{
color: #C84DA3;
}
</style>
background-color css
<style>
a { background-color: #C84DA3; }
a { background-color: rgb(200,77,163); }
div.DivClassName
{
background-color: #C84DA3;
}
.BgClassName
{
background-color: #C84DA3;
}
</style>
border-color css
<style>
span { border-color: #C84DA3; }
span { border-color: rgb(200,77,163); }
td.TdClassName
{
border-color: #C84DA3;
}
.TagClassName
{
border-color: #C84DA3;
}
</style>