Shades of Mulberry #C84BA2
Tints of Mulberry #C84BA2
RGB
CMYK
RGB Variations
Color information
#C84BA2 (or 0xC84BA2) is known color: Mulberry. HEX triplet: C8, 4B and A2. RGB value is (200,75,162). Sum of RGB (Red+Green+Blue) = 200+75+162=437 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.77% from 437); Green value is 75 (29.69% from 255 or 17.16% from 437); Blue value is 162 (63.67% from 255 or 37.07% from 437); Max value from RGB is 200 - color contains mainly: red. Hex color #C84BA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84BA2 is #37B45D. Grayscale: #7A7A7A. Windows color (decimal): -3650654 or 10636232. OLE color: 10636232.
HSL color Cylindrical-coordinate representation of color #C84BA2: hue angle of 318.24º 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 #C84BA2 is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 75 | 162 | - |
| CMYK | 0 | 0.62 | 0.19 | 0.22 |
| HSL | 318.24º | 0.53% | 0.54% | - |
| HSV(B) | 318.24º | 0.63% | 0.78% | - |
| XYZ | 32.86 | 19.92 | 36.3 | - |
| YUV | 122.29 | 150.41 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 75 | 162 | 0 | 0.62 | 0.19 | 0.22 | 318.24 | 0.53 | 0.54 |
| Hex | C8 | 4B | A2 | 0 | 3E | 13 | 16 | 13E | 35 | 36 |
| Octal | 310 | 113 | 242 | 0 | 76 | 23 | 26 | 476 | 65 | 66 |
| Binary | 11001000 | 1001011 | 10100010 | 0 | 111110 | 10011 | 10110 | 100111110 | 110101 | 110110 |
Color Harmonies of #C84BA2
Complementary color
Monochromatic Colors of #C84BA2
Black with #C84BA2
Text Example
Text Example
White with #C84BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84BA2; }
p { color: rgb(200,75,162); }
H1.HeaderClassName
{
color: #C84BA2;
}
.AnyTagClassName
{
color: #C84BA2;
}
</style>
background-color css
<style>
a { background-color: #C84BA2; }
a { background-color: rgb(200,75,162); }
div.DivClassName
{
background-color: #C84BA2;
}
.BgClassName
{
background-color: #C84BA2;
}
</style>
border-color css
<style>
span { border-color: #C84BA2; }
span { border-color: rgb(200,75,162); }
td.TdClassName
{
border-color: #C84BA2;
}
.TagClassName
{
border-color: #C84BA2;
}
</style>