Shades of Mulberry #C94CA6
Tints of Mulberry #C94CA6
RGB
CMYK
RGB Variations
Color information
#C94CA6 (or 0xC94CA6) is known color: Mulberry. HEX triplet: C9, 4C and A6. RGB value is (201,76,166). Sum of RGB (Red+Green+Blue) = 201+76+166=443 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.37% from 443); Green value is 76 (30.08% from 255 or 17.16% from 443); Blue value is 166 (65.23% from 255 or 37.47% from 443); Max value from RGB is 201 - color contains mainly: red. Hex color #C94CA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94CA6 is #36B359. Grayscale: #7B7B7B. Windows color (decimal): -3584858 or 10898633. OLE color: 10898633.
HSL color Cylindrical-coordinate representation of color #C94CA6: hue angle of 316.8º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C94CA6 is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 76 | 166 | - |
| CMYK | 0 | 0.62 | 0.17 | 0.21 |
| HSL | 316.8º | 0.54% | 0.54% | - |
| HSV(B) | 316.8º | 0.62% | 0.79% | - |
| XYZ | 33.55 | 20.34 | 38.23 | - |
| YUV | 123.64 | 151.91 | 183.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 76 | 166 | 0 | 0.62 | 0.17 | 0.21 | 316.8 | 0.54 | 0.54 |
| Hex | C9 | 4C | A6 | 0 | 3E | 11 | 15 | 13D | 36 | 36 |
| Octal | 311 | 114 | 246 | 0 | 76 | 21 | 25 | 475 | 66 | 66 |
| Binary | 11001001 | 1001100 | 10100110 | 0 | 111110 | 10001 | 10101 | 100111101 | 110110 | 110110 |
Color Harmonies of #C94CA6
Complementary color
Monochromatic Colors of #C94CA6
Black with #C94CA6
Text Example
Text Example
White with #C94CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94CA6; }
p { color: rgb(201,76,166); }
H1.HeaderClassName
{
color: #C94CA6;
}
.AnyTagClassName
{
color: #C94CA6;
}
</style>
background-color css
<style>
a { background-color: #C94CA6; }
a { background-color: rgb(201,76,166); }
div.DivClassName
{
background-color: #C94CA6;
}
.BgClassName
{
background-color: #C94CA6;
}
</style>
border-color css
<style>
span { border-color: #C94CA6; }
span { border-color: rgb(201,76,166); }
td.TdClassName
{
border-color: #C94CA6;
}
.TagClassName
{
border-color: #C94CA6;
}
</style>