Shades of Mulberry #C94B8B
Tints of Mulberry #C94B8B
RGB
CMYK
RGB Variations
Color information
#C94B8B (or 0xC94B8B) is known color: Mulberry. HEX triplet: C9, 4B and 8B. RGB value is (201,75,139). Sum of RGB (Red+Green+Blue) = 201+75+139=415 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.43% from 415); Green value is 75 (29.69% from 255 or 18.07% from 415); Blue value is 139 (54.69% from 255 or 33.49% from 415); Max value from RGB is 201 - color contains mainly: red. Hex color #C94B8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94B8B is #36B474. Grayscale: #777777. Windows color (decimal): -3585141 or 9128905. OLE color: 9128905.
HSL color Cylindrical-coordinate representation of color #C94B8B: hue angle of 329.52º 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 #C94B8B is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 75 | 139 | - |
| CMYK | 0 | 0.63 | 0.31 | 0.21 |
| HSL | 329.52º | 0.54% | 0.54% | - |
| HSV(B) | 329.52º | 0.63% | 0.79% | - |
| XYZ | 31.26 | 19.31 | 26.51 | - |
| YUV | 119.97 | 138.74 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 75 | 139 | 0 | 0.63 | 0.31 | 0.21 | 329.52 | 0.54 | 0.54 |
| Hex | C9 | 4B | 8B | 0 | 3F | 1F | 15 | 14A | 36 | 36 |
| Octal | 311 | 113 | 213 | 0 | 77 | 37 | 25 | 512 | 66 | 66 |
| Binary | 11001001 | 1001011 | 10001011 | 0 | 111111 | 11111 | 10101 | 101001010 | 110110 | 110110 |
Color Harmonies of #C94B8B
Complementary color
Monochromatic Colors of #C94B8B
Black with #C94B8B
Text Example
Text Example
White with #C94B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94B8B; }
p { color: rgb(201,75,139); }
H1.HeaderClassName
{
color: #C94B8B;
}
.AnyTagClassName
{
color: #C94B8B;
}
</style>
background-color css
<style>
a { background-color: #C94B8B; }
a { background-color: rgb(201,75,139); }
div.DivClassName
{
background-color: #C94B8B;
}
.BgClassName
{
background-color: #C94B8B;
}
</style>
border-color css
<style>
span { border-color: #C94B8B; }
span { border-color: rgb(201,75,139); }
td.TdClassName
{
border-color: #C94B8B;
}
.TagClassName
{
border-color: #C94B8B;
}
</style>