Shades of Mulberry #C944A6
Tints of Mulberry #C944A6
RGB
CMYK
RGB Variations
Color information
#C944A6 (or 0xC944A6) is known color: Mulberry. HEX triplet: C9, 44 and A6. RGB value is (201,68,166). Sum of RGB (Red+Green+Blue) = 201+68+166=435 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.21% from 435); Green value is 68 (26.95% from 255 or 15.63% from 435); Blue value is 166 (65.23% from 255 or 38.16% from 435); Max value from RGB is 201 - color contains mainly: red. Hex color #C944A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C944A6 is #36BB59. Grayscale: #767676. Windows color (decimal): -3586906 or 10896585. OLE color: 10896585.
HSL color Cylindrical-coordinate representation of color #C944A6: hue angle of 315.79º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C944A6 is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 68 | 166 | - |
| CMYK | 0 | 0.66 | 0.17 | 0.21 |
| HSL | 315.79º | 0.55% | 0.53% | - |
| HSV(B) | 315.79º | 0.66% | 0.79% | - |
| XYZ | 33.04 | 19.3 | 38.06 | - |
| YUV | 118.94 | 154.56 | 186.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 68 | 166 | 0 | 0.66 | 0.17 | 0.21 | 315.79 | 0.55 | 0.53 |
| Hex | C9 | 44 | A6 | 0 | 42 | 11 | 15 | 13C | 37 | 35 |
| Octal | 311 | 104 | 246 | 0 | 102 | 21 | 25 | 474 | 67 | 65 |
| Binary | 11001001 | 1000100 | 10100110 | 0 | 1000010 | 10001 | 10101 | 100111100 | 110111 | 110101 |
Color Harmonies of #C944A6
Complementary color
Monochromatic Colors of #C944A6
Black with #C944A6
Text Example
Text Example
White with #C944A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C944A6; }
p { color: rgb(201,68,166); }
H1.HeaderClassName
{
color: #C944A6;
}
.AnyTagClassName
{
color: #C944A6;
}
</style>
background-color css
<style>
a { background-color: #C944A6; }
a { background-color: rgb(201,68,166); }
div.DivClassName
{
background-color: #C944A6;
}
.BgClassName
{
background-color: #C944A6;
}
</style>
border-color css
<style>
span { border-color: #C944A6; }
span { border-color: rgb(201,68,166); }
td.TdClassName
{
border-color: #C944A6;
}
.TagClassName
{
border-color: #C944A6;
}
</style>