Shades of Mulberry #C94F99
Tints of Mulberry #C94F99
RGB
CMYK
RGB Variations
Color information
#C94F99 (or 0xC94F99) is known color: Mulberry. HEX triplet: C9, 4F and 99. RGB value is (201,79,153). Sum of RGB (Red+Green+Blue) = 201+79+153=433 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.42% from 433); Green value is 79 (31.25% from 255 or 18.24% from 433); Blue value is 153 (60.16% from 255 or 35.33% from 433); Max value from RGB is 201 - color contains mainly: red. Hex color #C94F99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C94F99 is #36B066. Grayscale: #7B7B7B. Windows color (decimal): -3584103 or 10047433. OLE color: 10047433.
HSL color Cylindrical-coordinate representation of color #C94F99: hue angle of 323.61º 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 #C94F99 is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 79 | 153 | - |
| CMYK | 0 | 0.61 | 0.24 | 0.21 |
| HSL | 323.61º | 0.53% | 0.55% | - |
| HSV(B) | 323.61º | 0.61% | 0.79% | - |
| XYZ | 32.63 | 20.31 | 32.34 | - |
| YUV | 123.91 | 144.42 | 182.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 79 | 153 | 0 | 0.61 | 0.24 | 0.21 | 323.61 | 0.53 | 0.55 |
| Hex | C9 | 4F | 99 | 0 | 3D | 18 | 15 | 144 | 35 | 37 |
| Octal | 311 | 117 | 231 | 0 | 75 | 30 | 25 | 504 | 65 | 67 |
| Binary | 11001001 | 1001111 | 10011001 | 0 | 111101 | 11000 | 10101 | 101000100 | 110101 | 110111 |
Color Harmonies of #C94F99
Complementary color
Monochromatic Colors of #C94F99
Black with #C94F99
Text Example
Text Example
White with #C94F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94F99; }
p { color: rgb(201,79,153); }
H1.HeaderClassName
{
color: #C94F99;
}
.AnyTagClassName
{
color: #C94F99;
}
</style>
background-color css
<style>
a { background-color: #C94F99; }
a { background-color: rgb(201,79,153); }
div.DivClassName
{
background-color: #C94F99;
}
.BgClassName
{
background-color: #C94F99;
}
</style>
border-color css
<style>
span { border-color: #C94F99; }
span { border-color: rgb(201,79,153); }
td.TdClassName
{
border-color: #C94F99;
}
.TagClassName
{
border-color: #C94F99;
}
</style>