Shades of Mulberry #C94B8C
Tints of Mulberry #C94B8C
RGB
CMYK
RGB Variations
Color information
#C94B8C (or 0xC94B8C) is known color: Mulberry. HEX triplet: C9, 4B and 8C. RGB value is (201,75,140). Sum of RGB (Red+Green+Blue) = 201+75+140=416 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.32% from 416); Green value is 75 (29.69% from 255 or 18.03% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 201 - color contains mainly: red. Hex color #C94B8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94B8C is #36B473. Grayscale: #777777. Windows color (decimal): -3585140 or 9194441. OLE color: 9194441.
HSL color Cylindrical-coordinate representation of color #C94B8C: hue angle of 329.05º 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 #C94B8C is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 75 | 140 | - |
| CMYK | 0 | 0.63 | 0.30 | 0.21 |
| HSL | 329.05º | 0.54% | 0.54% | - |
| HSV(B) | 329.05º | 0.63% | 0.79% | - |
| XYZ | 31.34 | 19.34 | 26.89 | - |
| YUV | 120.08 | 139.24 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 75 | 140 | 0 | 0.63 | 0.30 | 0.21 | 329.05 | 0.54 | 0.54 |
| Hex | C9 | 4B | 8C | 0 | 3F | 1E | 15 | 149 | 36 | 36 |
| Octal | 311 | 113 | 214 | 0 | 77 | 36 | 25 | 511 | 66 | 66 |
| Binary | 11001001 | 1001011 | 10001100 | 0 | 111111 | 11110 | 10101 | 101001001 | 110110 | 110110 |
Color Harmonies of #C94B8C
Complementary color
Monochromatic Colors of #C94B8C
Black with #C94B8C
Text Example
Text Example
White with #C94B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94B8C; }
p { color: rgb(201,75,140); }
H1.HeaderClassName
{
color: #C94B8C;
}
.AnyTagClassName
{
color: #C94B8C;
}
</style>
background-color css
<style>
a { background-color: #C94B8C; }
a { background-color: rgb(201,75,140); }
div.DivClassName
{
background-color: #C94B8C;
}
.BgClassName
{
background-color: #C94B8C;
}
</style>
border-color css
<style>
span { border-color: #C94B8C; }
span { border-color: rgb(201,75,140); }
td.TdClassName
{
border-color: #C94B8C;
}
.TagClassName
{
border-color: #C94B8C;
}
</style>