Shades of Mulberry #C94B8F
Tints of Mulberry #C94B8F
RGB
CMYK
RGB Variations
Color information
#C94B8F (or 0xC94B8F) is known color: Mulberry. HEX triplet: C9, 4B and 8F. RGB value is (201,75,143). Sum of RGB (Red+Green+Blue) = 201+75+143=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 75 (29.69% from 255 or 17.90% from 419); Blue value is 143 (56.25% from 255 or 34.13% from 419); Max value from RGB is 201 - color contains mainly: red. Hex color #C94B8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94B8F is #36B470. Grayscale: #787878. Windows color (decimal): -3585137 or 9391049. OLE color: 9391049.
HSL color Cylindrical-coordinate representation of color #C94B8F: hue angle of 327.62º 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 #C94B8F is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 75 | 143 | - |
| CMYK | 0 | 0.63 | 0.29 | 0.21 |
| HSL | 327.62º | 0.54% | 0.54% | - |
| HSV(B) | 327.62º | 0.63% | 0.79% | - |
| XYZ | 31.56 | 19.43 | 28.07 | - |
| YUV | 120.43 | 140.74 | 185.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 75 | 143 | 0 | 0.63 | 0.29 | 0.21 | 327.62 | 0.54 | 0.54 |
| Hex | C9 | 4B | 8F | 0 | 3F | 1D | 15 | 148 | 36 | 36 |
| Octal | 311 | 113 | 217 | 0 | 77 | 35 | 25 | 510 | 66 | 66 |
| Binary | 11001001 | 1001011 | 10001111 | 0 | 111111 | 11101 | 10101 | 101001000 | 110110 | 110110 |
Color Harmonies of #C94B8F
Complementary color
Monochromatic Colors of #C94B8F
Black with #C94B8F
Text Example
Text Example
White with #C94B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94B8F; }
p { color: rgb(201,75,143); }
H1.HeaderClassName
{
color: #C94B8F;
}
.AnyTagClassName
{
color: #C94B8F;
}
</style>
background-color css
<style>
a { background-color: #C94B8F; }
a { background-color: rgb(201,75,143); }
div.DivClassName
{
background-color: #C94B8F;
}
.BgClassName
{
background-color: #C94B8F;
}
</style>
border-color css
<style>
span { border-color: #C94B8F; }
span { border-color: rgb(201,75,143); }
td.TdClassName
{
border-color: #C94B8F;
}
.TagClassName
{
border-color: #C94B8F;
}
</style>