Shades of Mulberry #C94A9F
Tints of Mulberry #C94A9F
RGB
CMYK
RGB Variations
Color information
#C94A9F (or 0xC94A9F) is known color: Mulberry. HEX triplet: C9, 4A and 9F. RGB value is (201,74,159). Sum of RGB (Red+Green+Blue) = 201+74+159=434 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.31% from 434); Green value is 74 (29.30% from 255 or 17.05% from 434); Blue value is 159 (62.5% from 255 or 36.64% from 434); Max value from RGB is 201 - color contains mainly: red. Hex color #C94A9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94A9F is #36B560. Grayscale: #797979. Windows color (decimal): -3585377 or 10439369. OLE color: 10439369.
HSL color Cylindrical-coordinate representation of color #C94A9F: hue angle of 319.84º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C94A9F is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 74 | 159 | - |
| CMYK | 0 | 0.63 | 0.21 | 0.21 |
| HSL | 319.84º | 0.54% | 0.54% | - |
| HSV(B) | 319.84º | 0.63% | 0.79% | - |
| XYZ | 32.79 | 19.82 | 34.9 | - |
| YUV | 121.66 | 149.08 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 74 | 159 | 0 | 0.63 | 0.21 | 0.21 | 319.84 | 0.54 | 0.54 |
| Hex | C9 | 4A | 9F | 0 | 3F | 15 | 15 | 140 | 36 | 36 |
| Octal | 311 | 112 | 237 | 0 | 77 | 25 | 25 | 500 | 66 | 66 |
| Binary | 11001001 | 1001010 | 10011111 | 0 | 111111 | 10101 | 10101 | 101000000 | 110110 | 110110 |
Color Harmonies of #C94A9F
Complementary color
Monochromatic Colors of #C94A9F
Black with #C94A9F
Text Example
Text Example
White with #C94A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94A9F; }
p { color: rgb(201,74,159); }
H1.HeaderClassName
{
color: #C94A9F;
}
.AnyTagClassName
{
color: #C94A9F;
}
</style>
background-color css
<style>
a { background-color: #C94A9F; }
a { background-color: rgb(201,74,159); }
div.DivClassName
{
background-color: #C94A9F;
}
.BgClassName
{
background-color: #C94A9F;
}
</style>
border-color css
<style>
span { border-color: #C94A9F; }
span { border-color: rgb(201,74,159); }
td.TdClassName
{
border-color: #C94A9F;
}
.TagClassName
{
border-color: #C94A9F;
}
</style>