Shades of Mulberry #C94C92
Tints of Mulberry #C94C92
RGB
CMYK
RGB Variations
Color information
#C94C92 (or 0xC94C92) is known color: Mulberry. HEX triplet: C9, 4C and 92. RGB value is (201,76,146). Sum of RGB (Red+Green+Blue) = 201+76+146=423 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.52% from 423); Green value is 76 (30.08% from 255 or 17.97% from 423); Blue value is 146 (57.42% from 255 or 34.52% from 423); Max value from RGB is 201 - color contains mainly: red. Hex color #C94C92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94C92 is #36B36D. Grayscale: #797979. Windows color (decimal): -3584878 or 9587913. OLE color: 9587913.
HSL color Cylindrical-coordinate representation of color #C94C92: hue angle of 326.4º 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 #C94C92 is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 76 | 146 | - |
| CMYK | 0 | 0.62 | 0.27 | 0.21 |
| HSL | 326.4º | 0.54% | 0.54% | - |
| HSV(B) | 326.4º | 0.62% | 0.79% | - |
| XYZ | 31.86 | 19.66 | 29.31 | - |
| YUV | 121.36 | 141.91 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 76 | 146 | 0 | 0.62 | 0.27 | 0.21 | 326.4 | 0.54 | 0.54 |
| Hex | C9 | 4C | 92 | 0 | 3E | 1B | 15 | 146 | 36 | 36 |
| Octal | 311 | 114 | 222 | 0 | 76 | 33 | 25 | 506 | 66 | 66 |
| Binary | 11001001 | 1001100 | 10010010 | 0 | 111110 | 11011 | 10101 | 101000110 | 110110 | 110110 |
Color Harmonies of #C94C92
Complementary color
Monochromatic Colors of #C94C92
Black with #C94C92
Text Example
Text Example
White with #C94C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94C92; }
p { color: rgb(201,76,146); }
H1.HeaderClassName
{
color: #C94C92;
}
.AnyTagClassName
{
color: #C94C92;
}
</style>
background-color css
<style>
a { background-color: #C94C92; }
a { background-color: rgb(201,76,146); }
div.DivClassName
{
background-color: #C94C92;
}
.BgClassName
{
background-color: #C94C92;
}
</style>
border-color css
<style>
span { border-color: #C94C92; }
span { border-color: rgb(201,76,146); }
td.TdClassName
{
border-color: #C94C92;
}
.TagClassName
{
border-color: #C94C92;
}
</style>