Shades of Mulberry #C84BA4
Tints of Mulberry #C84BA4
RGB
CMYK
RGB Variations
Color information
#C84BA4 (or 0xC84BA4) is known color: Mulberry. HEX triplet: C8, 4B and A4. RGB value is (200,75,164). Sum of RGB (Red+Green+Blue) = 200+75+164=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 75 (29.69% from 255 or 17.08% from 439); Blue value is 164 (64.45% from 255 or 37.36% from 439); Max value from RGB is 200 - color contains mainly: red. Hex color #C84BA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84BA4 is #37B45B. Grayscale: #7A7A7A. Windows color (decimal): -3650652 or 10767304. OLE color: 10767304.
HSL color Cylindrical-coordinate representation of color #C84BA4: hue angle of 317.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 #C84BA4 is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 75 | 164 | - |
| CMYK | 0 | 0.62 | 0.18 | 0.22 |
| HSL | 317.28º | 0.53% | 0.54% | - |
| HSV(B) | 317.28º | 0.63% | 0.78% | - |
| XYZ | 33.04 | 19.99 | 37.24 | - |
| YUV | 122.52 | 151.41 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 75 | 164 | 0 | 0.62 | 0.18 | 0.22 | 317.28 | 0.53 | 0.54 |
| Hex | C8 | 4B | A4 | 0 | 3E | 12 | 16 | 13D | 35 | 36 |
| Octal | 310 | 113 | 244 | 0 | 76 | 22 | 26 | 475 | 65 | 66 |
| Binary | 11001000 | 1001011 | 10100100 | 0 | 111110 | 10010 | 10110 | 100111101 | 110101 | 110110 |
Color Harmonies of #C84BA4
Complementary color
Monochromatic Colors of #C84BA4
Black with #C84BA4
Text Example
Text Example
White with #C84BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84BA4; }
p { color: rgb(200,75,164); }
H1.HeaderClassName
{
color: #C84BA4;
}
.AnyTagClassName
{
color: #C84BA4;
}
</style>
background-color css
<style>
a { background-color: #C84BA4; }
a { background-color: rgb(200,75,164); }
div.DivClassName
{
background-color: #C84BA4;
}
.BgClassName
{
background-color: #C84BA4;
}
</style>
border-color css
<style>
span { border-color: #C84BA4; }
span { border-color: rgb(200,75,164); }
td.TdClassName
{
border-color: #C84BA4;
}
.TagClassName
{
border-color: #C84BA4;
}
</style>