Shades of Mulberry #C94F96
Tints of Mulberry #C94F96
RGB
CMYK
RGB Variations
Color information
#C94F96 (or 0xC94F96) is known color: Mulberry. HEX triplet: C9, 4F and 96. RGB value is (201,79,150). Sum of RGB (Red+Green+Blue) = 201+79+150=430 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.74% from 430); Green value is 79 (31.25% from 255 or 18.37% from 430); Blue value is 150 (58.98% from 255 or 34.88% from 430); Max value from RGB is 201 - color contains mainly: red. Hex color #C94F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C94F96 is #36B069. Grayscale: #7B7B7B. Windows color (decimal): -3584106 or 9850825. OLE color: 9850825.
HSL color Cylindrical-coordinate representation of color #C94F96: hue angle of 325.08º 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 #C94F96 is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 79 | 150 | - |
| CMYK | 0 | 0.61 | 0.25 | 0.21 |
| HSL | 325.08º | 0.53% | 0.55% | - |
| HSV(B) | 325.08º | 0.61% | 0.79% | - |
| XYZ | 32.39 | 20.21 | 31.05 | - |
| YUV | 123.57 | 142.92 | 183.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 79 | 150 | 0 | 0.61 | 0.25 | 0.21 | 325.08 | 0.53 | 0.55 |
| Hex | C9 | 4F | 96 | 0 | 3D | 19 | 15 | 145 | 35 | 37 |
| Octal | 311 | 117 | 226 | 0 | 75 | 31 | 25 | 505 | 65 | 67 |
| Binary | 11001001 | 1001111 | 10010110 | 0 | 111101 | 11001 | 10101 | 101000101 | 110101 | 110111 |
Color Harmonies of #C94F96
Complementary color
Monochromatic Colors of #C94F96
Black with #C94F96
Text Example
Text Example
White with #C94F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94F96; }
p { color: rgb(201,79,150); }
H1.HeaderClassName
{
color: #C94F96;
}
.AnyTagClassName
{
color: #C94F96;
}
</style>
background-color css
<style>
a { background-color: #C94F96; }
a { background-color: rgb(201,79,150); }
div.DivClassName
{
background-color: #C94F96;
}
.BgClassName
{
background-color: #C94F96;
}
</style>
border-color css
<style>
span { border-color: #C94F96; }
span { border-color: rgb(201,79,150); }
td.TdClassName
{
border-color: #C94F96;
}
.TagClassName
{
border-color: #C94F96;
}
</style>