Shades of Mulberry #C94B8A
Tints of Mulberry #C94B8A
RGB
CMYK
RGB Variations
Color information
#C94B8A (or 0xC94B8A) is known color: Mulberry. HEX triplet: C9, 4B and 8A. RGB value is (201,75,138). Sum of RGB (Red+Green+Blue) = 201+75+138=414 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.55% from 414); Green value is 75 (29.69% from 255 or 18.12% from 414); Blue value is 138 (54.30% from 255 or 33.33% from 414); Max value from RGB is 201 - color contains mainly: red. Hex color #C94B8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94B8A is #36B475. Grayscale: #777777. Windows color (decimal): -3585142 or 9063369. OLE color: 9063369.
HSL color Cylindrical-coordinate representation of color #C94B8A: hue angle of 330º 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 #C94B8A is Cyan = 0, Magento = 0.63, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 75 | 138 | - |
| CMYK | 0 | 0.63 | 0.31 | 0.21 |
| HSL | 330º | 0.54% | 0.54% | - |
| HSV(B) | 330º | 0.63% | 0.79% | - |
| XYZ | 31.19 | 19.28 | 26.12 | - |
| YUV | 119.86 | 138.24 | 185.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 75 | 138 | 0 | 0.63 | 0.31 | 0.21 | 330 | 0.54 | 0.54 |
| Hex | C9 | 4B | 8A | 0 | 3F | 1F | 15 | 14A | 36 | 36 |
| Octal | 311 | 113 | 212 | 0 | 77 | 37 | 25 | 512 | 66 | 66 |
| Binary | 11001001 | 1001011 | 10001010 | 0 | 111111 | 11111 | 10101 | 101001010 | 110110 | 110110 |
Color Harmonies of #C94B8A
Complementary color
Monochromatic Colors of #C94B8A
Black with #C94B8A
Text Example
Text Example
White with #C94B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94B8A; }
p { color: rgb(201,75,138); }
H1.HeaderClassName
{
color: #C94B8A;
}
.AnyTagClassName
{
color: #C94B8A;
}
</style>
background-color css
<style>
a { background-color: #C94B8A; }
a { background-color: rgb(201,75,138); }
div.DivClassName
{
background-color: #C94B8A;
}
.BgClassName
{
background-color: #C94B8A;
}
</style>
border-color css
<style>
span { border-color: #C94B8A; }
span { border-color: rgb(201,75,138); }
td.TdClassName
{
border-color: #C94B8A;
}
.TagClassName
{
border-color: #C94B8A;
}
</style>