Shades of Mulberry #C94F81
Tints of Mulberry #C94F81
RGB
CMYK
RGB Variations
Color information
#C94F81 (or 0xC94F81) is known color: Mulberry. HEX triplet: C9, 4F and 81. RGB value is (201,79,129). Sum of RGB (Red+Green+Blue) = 201+79+129=409 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.14% from 409); Green value is 79 (31.25% from 255 or 19.32% from 409); Blue value is 129 (50.78% from 255 or 31.54% from 409); Max value from RGB is 201 - color contains mainly: red. Hex color #C94F81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C94F81 is #36B07E. Grayscale: #797979. Windows color (decimal): -3584127 or 8474569. OLE color: 8474569.
HSL color Cylindrical-coordinate representation of color #C94F81: hue angle of 335.41º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C94F81 is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 79 | 129 | - |
| CMYK | 0 | 0.61 | 0.36 | 0.21 |
| HSL | 335.41º | 0.53% | 0.55% | - |
| HSV(B) | 335.41º | 0.61% | 0.79% | - |
| XYZ | 30.85 | 19.59 | 22.93 | - |
| YUV | 121.18 | 132.42 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 79 | 129 | 0 | 0.61 | 0.36 | 0.21 | 335.41 | 0.53 | 0.55 |
| Hex | C9 | 4F | 81 | 0 | 3D | 24 | 15 | 14F | 35 | 37 |
| Octal | 311 | 117 | 201 | 0 | 75 | 44 | 25 | 517 | 65 | 67 |
| Binary | 11001001 | 1001111 | 10000001 | 0 | 111101 | 100100 | 10101 | 101001111 | 110101 | 110111 |
Color Harmonies of #C94F81
Complementary color
Monochromatic Colors of #C94F81
Black with #C94F81
Text Example
Text Example
White with #C94F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94F81; }
p { color: rgb(201,79,129); }
H1.HeaderClassName
{
color: #C94F81;
}
.AnyTagClassName
{
color: #C94F81;
}
</style>
background-color css
<style>
a { background-color: #C94F81; }
a { background-color: rgb(201,79,129); }
div.DivClassName
{
background-color: #C94F81;
}
.BgClassName
{
background-color: #C94F81;
}
</style>
border-color css
<style>
span { border-color: #C94F81; }
span { border-color: rgb(201,79,129); }
td.TdClassName
{
border-color: #C94F81;
}
.TagClassName
{
border-color: #C94F81;
}
</style>