Shades of Mulberry #C844A8
Tints of Mulberry #C844A8
RGB
CMYK
RGB Variations
Color information
#C844A8 (or 0xC844A8) is known color: Mulberry. HEX triplet: C8, 44 and A8. RGB value is (200,68,168). Sum of RGB (Red+Green+Blue) = 200+68+168=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 68 (26.95% from 255 or 15.60% from 436); Blue value is 168 (66.02% from 255 or 38.53% from 436); Max value from RGB is 200 - color contains mainly: red. Hex color #C844A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C844A8 is #37BB57. Grayscale: #767676. Windows color (decimal): -3652440 or 11027656. OLE color: 11027656.
HSL color Cylindrical-coordinate representation of color #C844A8: hue angle of 314.55º 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 #C844A8 is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 68 | 168 | - |
| CMYK | 0 | 0.66 | 0.16 | 0.22 |
| HSL | 314.55º | 0.55% | 0.53% | - |
| HSV(B) | 314.55º | 0.66% | 0.78% | - |
| XYZ | 32.95 | 19.24 | 39.02 | - |
| YUV | 118.87 | 155.73 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 68 | 168 | 0 | 0.66 | 0.16 | 0.22 | 314.55 | 0.55 | 0.53 |
| Hex | C8 | 44 | A8 | 0 | 42 | 10 | 16 | 13B | 37 | 35 |
| Octal | 310 | 104 | 250 | 0 | 102 | 20 | 26 | 473 | 67 | 65 |
| Binary | 11001000 | 1000100 | 10101000 | 0 | 1000010 | 10000 | 10110 | 100111011 | 110111 | 110101 |
Color Harmonies of #C844A8
Complementary color
Monochromatic Colors of #C844A8
Black with #C844A8
Text Example
Text Example
White with #C844A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C844A8; }
p { color: rgb(200,68,168); }
H1.HeaderClassName
{
color: #C844A8;
}
.AnyTagClassName
{
color: #C844A8;
}
</style>
background-color css
<style>
a { background-color: #C844A8; }
a { background-color: rgb(200,68,168); }
div.DivClassName
{
background-color: #C844A8;
}
.BgClassName
{
background-color: #C844A8;
}
</style>
border-color css
<style>
span { border-color: #C844A8; }
span { border-color: rgb(200,68,168); }
td.TdClassName
{
border-color: #C844A8;
}
.TagClassName
{
border-color: #C844A8;
}
</style>