Shades of Mulberry #C844A1
Tints of Mulberry #C844A1
RGB
CMYK
RGB Variations
Color information
#C844A1 (or 0xC844A1) is known color: Mulberry. HEX triplet: C8, 44 and A1. RGB value is (200,68,161). Sum of RGB (Red+Green+Blue) = 200+68+161=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 68 (26.95% from 255 or 15.85% from 429); Blue value is 161 (63.28% from 255 or 37.53% from 429); Max value from RGB is 200 - color contains mainly: red. Hex color #C844A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C844A1 is #37BB5E. Grayscale: #757575. Windows color (decimal): -3652447 or 10568904. OLE color: 10568904.
HSL color Cylindrical-coordinate representation of color #C844A1: hue angle of 317.73º 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 #C844A1 is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 68 | 161 | - |
| CMYK | 0 | 0.66 | 0.19 | 0.22 |
| HSL | 317.73º | 0.55% | 0.53% | - |
| HSV(B) | 317.73º | 0.66% | 0.78% | - |
| XYZ | 32.32 | 18.99 | 35.68 | - |
| YUV | 118.07 | 152.23 | 186.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 68 | 161 | 0 | 0.66 | 0.19 | 0.22 | 317.73 | 0.55 | 0.53 |
| Hex | C8 | 44 | A1 | 0 | 42 | 13 | 16 | 13E | 37 | 35 |
| Octal | 310 | 104 | 241 | 0 | 102 | 23 | 26 | 476 | 67 | 65 |
| Binary | 11001000 | 1000100 | 10100001 | 0 | 1000010 | 10011 | 10110 | 100111110 | 110111 | 110101 |
Color Harmonies of #C844A1
Complementary color
Monochromatic Colors of #C844A1
Black with #C844A1
Text Example
Text Example
White with #C844A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C844A1; }
p { color: rgb(200,68,161); }
H1.HeaderClassName
{
color: #C844A1;
}
.AnyTagClassName
{
color: #C844A1;
}
</style>
background-color css
<style>
a { background-color: #C844A1; }
a { background-color: rgb(200,68,161); }
div.DivClassName
{
background-color: #C844A1;
}
.BgClassName
{
background-color: #C844A1;
}
</style>
border-color css
<style>
span { border-color: #C844A1; }
span { border-color: rgb(200,68,161); }
td.TdClassName
{
border-color: #C844A1;
}
.TagClassName
{
border-color: #C844A1;
}
</style>