Shades of Mulberry #C84AA3
Tints of Mulberry #C84AA3
RGB
CMYK
RGB Variations
Color information
#C84AA3 (or 0xC84AA3) is known color: Mulberry. HEX triplet: C8, 4A and A3. RGB value is (200,74,163). Sum of RGB (Red+Green+Blue) = 200+74+163=437 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.77% from 437); Green value is 74 (29.30% from 255 or 16.93% from 437); Blue value is 163 (64.06% from 255 or 37.30% from 437); Max value from RGB is 200 - color contains mainly: red. Hex color #C84AA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84AA3 is #37B55C. Grayscale: #797979. Windows color (decimal): -3650909 or 10701512. OLE color: 10701512.
HSL color Cylindrical-coordinate representation of color #C84AA3: hue angle of 317.62º 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 #C84AA3 is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 74 | 163 | - |
| CMYK | 0 | 0.63 | 0.18 | 0.22 |
| HSL | 317.62º | 0.53% | 0.54% | - |
| HSV(B) | 317.62º | 0.63% | 0.78% | - |
| XYZ | 32.88 | 19.82 | 36.74 | - |
| YUV | 121.82 | 151.24 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 74 | 163 | 0 | 0.63 | 0.18 | 0.22 | 317.62 | 0.53 | 0.54 |
| Hex | C8 | 4A | A3 | 0 | 3F | 12 | 16 | 13E | 35 | 36 |
| Octal | 310 | 112 | 243 | 0 | 77 | 22 | 26 | 476 | 65 | 66 |
| Binary | 11001000 | 1001010 | 10100011 | 0 | 111111 | 10010 | 10110 | 100111110 | 110101 | 110110 |
Color Harmonies of #C84AA3
Complementary color
Monochromatic Colors of #C84AA3
Black with #C84AA3
Text Example
Text Example
White with #C84AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84AA3; }
p { color: rgb(200,74,163); }
H1.HeaderClassName
{
color: #C84AA3;
}
.AnyTagClassName
{
color: #C84AA3;
}
</style>
background-color css
<style>
a { background-color: #C84AA3; }
a { background-color: rgb(200,74,163); }
div.DivClassName
{
background-color: #C84AA3;
}
.BgClassName
{
background-color: #C84AA3;
}
</style>
border-color css
<style>
span { border-color: #C84AA3; }
span { border-color: rgb(200,74,163); }
td.TdClassName
{
border-color: #C84AA3;
}
.TagClassName
{
border-color: #C84AA3;
}
</style>