Shades of Mulberry #C844A4
Tints of Mulberry #C844A4
RGB
CMYK
RGB Variations
Color information
#C844A4 (or 0xC844A4) is known color: Mulberry. HEX triplet: C8, 44 and A4. RGB value is (200,68,164). Sum of RGB (Red+Green+Blue) = 200+68+164=432 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.30% from 432); Green value is 68 (26.95% from 255 or 15.74% from 432); Blue value is 164 (64.45% from 255 or 37.96% from 432); Max value from RGB is 200 - color contains mainly: red. Hex color #C844A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C844A4 is #37BB5B. Grayscale: #767676. Windows color (decimal): -3652444 or 10765512. OLE color: 10765512.
HSL color Cylindrical-coordinate representation of color #C844A4: hue angle of 316.36º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C844A4 is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 68 | 164 | - |
| CMYK | 0 | 0.66 | 0.18 | 0.22 |
| HSL | 316.36º | 0.55% | 0.53% | - |
| HSV(B) | 316.36º | 0.66% | 0.78% | - |
| XYZ | 32.59 | 19.09 | 37.09 | - |
| YUV | 118.41 | 153.73 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 68 | 164 | 0 | 0.66 | 0.18 | 0.22 | 316.36 | 0.55 | 0.53 |
| Hex | C8 | 44 | A4 | 0 | 42 | 12 | 16 | 13C | 37 | 35 |
| Octal | 310 | 104 | 244 | 0 | 102 | 22 | 26 | 474 | 67 | 65 |
| Binary | 11001000 | 1000100 | 10100100 | 0 | 1000010 | 10010 | 10110 | 100111100 | 110111 | 110101 |
Color Harmonies of #C844A4
Complementary color
Monochromatic Colors of #C844A4
Black with #C844A4
Text Example
Text Example
White with #C844A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C844A4; }
p { color: rgb(200,68,164); }
H1.HeaderClassName
{
color: #C844A4;
}
.AnyTagClassName
{
color: #C844A4;
}
</style>
background-color css
<style>
a { background-color: #C844A4; }
a { background-color: rgb(200,68,164); }
div.DivClassName
{
background-color: #C844A4;
}
.BgClassName
{
background-color: #C844A4;
}
</style>
border-color css
<style>
span { border-color: #C844A4; }
span { border-color: rgb(200,68,164); }
td.TdClassName
{
border-color: #C844A4;
}
.TagClassName
{
border-color: #C844A4;
}
</style>