Shades of Mulberry #C94DA6
Tints of Mulberry #C94DA6
RGB
CMYK
RGB Variations
Color information
#C94DA6 (or 0xC94DA6) is known color: Mulberry. HEX triplet: C9, 4D and A6. RGB value is (201,77,166). Sum of RGB (Red+Green+Blue) = 201+77+166=444 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.27% from 444); Green value is 77 (30.47% from 255 or 17.34% from 444); Blue value is 166 (65.23% from 255 or 37.39% from 444); Max value from RGB is 201 - color contains mainly: red. Hex color #C94DA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C94DA6 is #36B259. Grayscale: #7B7B7B. Windows color (decimal): -3584602 or 10898889. OLE color: 10898889.
HSL color Cylindrical-coordinate representation of color #C94DA6: hue angle of 316.94º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C94DA6 is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 77 | 166 | - |
| CMYK | 0 | 0.62 | 0.17 | 0.21 |
| HSL | 316.94º | 0.53% | 0.55% | - |
| HSV(B) | 316.94º | 0.62% | 0.79% | - |
| XYZ | 33.62 | 20.48 | 38.26 | - |
| YUV | 124.22 | 151.58 | 182.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 77 | 166 | 0 | 0.62 | 0.17 | 0.21 | 316.94 | 0.53 | 0.55 |
| Hex | C9 | 4D | A6 | 0 | 3E | 11 | 15 | 13D | 35 | 37 |
| Octal | 311 | 115 | 246 | 0 | 76 | 21 | 25 | 475 | 65 | 67 |
| Binary | 11001001 | 1001101 | 10100110 | 0 | 111110 | 10001 | 10101 | 100111101 | 110101 | 110111 |
Color Harmonies of #C94DA6
Complementary color
Monochromatic Colors of #C94DA6
Black with #C94DA6
Text Example
Text Example
White with #C94DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94DA6; }
p { color: rgb(201,77,166); }
H1.HeaderClassName
{
color: #C94DA6;
}
.AnyTagClassName
{
color: #C94DA6;
}
</style>
background-color css
<style>
a { background-color: #C94DA6; }
a { background-color: rgb(201,77,166); }
div.DivClassName
{
background-color: #C94DA6;
}
.BgClassName
{
background-color: #C94DA6;
}
</style>
border-color css
<style>
span { border-color: #C94DA6; }
span { border-color: rgb(201,77,166); }
td.TdClassName
{
border-color: #C94DA6;
}
.TagClassName
{
border-color: #C94DA6;
}
</style>