Shades of Mulberry #C94B9D
Tints of Mulberry #C94B9D
RGB
CMYK
RGB Variations
Color information
#C94B9D (or 0xC94B9D) is known color: Mulberry. HEX triplet: C9, 4B and 9D. RGB value is (201,75,157). Sum of RGB (Red+Green+Blue) = 201+75+157=433 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.42% from 433); Green value is 75 (29.69% from 255 or 17.32% from 433); Blue value is 157 (61.72% from 255 or 36.26% from 433); Max value from RGB is 201 - color contains mainly: red. Hex color #C94B9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94B9D is #36B462. Grayscale: #797979. Windows color (decimal): -3585123 or 10308553. OLE color: 10308553.
HSL color Cylindrical-coordinate representation of color #C94B9D: hue angle of 320.95º 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 #C94B9D is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 75 | 157 | - |
| CMYK | 0 | 0.63 | 0.22 | 0.21 |
| HSL | 320.95º | 0.54% | 0.54% | - |
| HSV(B) | 320.95º | 0.63% | 0.79% | - |
| XYZ | 32.69 | 19.88 | 34.01 | - |
| YUV | 122.02 | 147.74 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 75 | 157 | 0 | 0.63 | 0.22 | 0.21 | 320.95 | 0.54 | 0.54 |
| Hex | C9 | 4B | 9D | 0 | 3F | 16 | 15 | 141 | 36 | 36 |
| Octal | 311 | 113 | 235 | 0 | 77 | 26 | 25 | 501 | 66 | 66 |
| Binary | 11001001 | 1001011 | 10011101 | 0 | 111111 | 10110 | 10101 | 101000001 | 110110 | 110110 |
Color Harmonies of #C94B9D
Complementary color
Monochromatic Colors of #C94B9D
Black with #C94B9D
Text Example
Text Example
White with #C94B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94B9D; }
p { color: rgb(201,75,157); }
H1.HeaderClassName
{
color: #C94B9D;
}
.AnyTagClassName
{
color: #C94B9D;
}
</style>
background-color css
<style>
a { background-color: #C94B9D; }
a { background-color: rgb(201,75,157); }
div.DivClassName
{
background-color: #C94B9D;
}
.BgClassName
{
background-color: #C94B9D;
}
</style>
border-color css
<style>
span { border-color: #C94B9D; }
span { border-color: rgb(201,75,157); }
td.TdClassName
{
border-color: #C94B9D;
}
.TagClassName
{
border-color: #C94B9D;
}
</style>