Shades of Mulberry #C94A8D
Tints of Mulberry #C94A8D
RGB
CMYK
RGB Variations
Color information
#C94A8D (or 0xC94A8D) is known color: Mulberry. HEX triplet: C9, 4A and 8D. RGB value is (201,74,141). Sum of RGB (Red+Green+Blue) = 201+74+141=416 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.32% from 416); Green value is 74 (29.30% from 255 or 17.79% from 416); Blue value is 141 (55.47% from 255 or 33.89% from 416); Max value from RGB is 201 - color contains mainly: red. Hex color #C94A8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94A8D is #36B572. Grayscale: #777777. Windows color (decimal): -3585395 or 9259721. OLE color: 9259721.
HSL color Cylindrical-coordinate representation of color #C94A8D: hue angle of 328.35º 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 #C94A8D is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 74 | 141 | - |
| CMYK | 0 | 0.63 | 0.30 | 0.21 |
| HSL | 328.35º | 0.54% | 0.54% | - |
| HSV(B) | 328.35º | 0.63% | 0.79% | - |
| XYZ | 31.34 | 19.24 | 27.26 | - |
| YUV | 119.61 | 140.08 | 186.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 74 | 141 | 0 | 0.63 | 0.30 | 0.21 | 328.35 | 0.54 | 0.54 |
| Hex | C9 | 4A | 8D | 0 | 3F | 1E | 15 | 148 | 36 | 36 |
| Octal | 311 | 112 | 215 | 0 | 77 | 36 | 25 | 510 | 66 | 66 |
| Binary | 11001001 | 1001010 | 10001101 | 0 | 111111 | 11110 | 10101 | 101001000 | 110110 | 110110 |
Color Harmonies of #C94A8D
Complementary color
Monochromatic Colors of #C94A8D
Black with #C94A8D
Text Example
Text Example
White with #C94A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94A8D; }
p { color: rgb(201,74,141); }
H1.HeaderClassName
{
color: #C94A8D;
}
.AnyTagClassName
{
color: #C94A8D;
}
</style>
background-color css
<style>
a { background-color: #C94A8D; }
a { background-color: rgb(201,74,141); }
div.DivClassName
{
background-color: #C94A8D;
}
.BgClassName
{
background-color: #C94A8D;
}
</style>
border-color css
<style>
span { border-color: #C94A8D; }
span { border-color: rgb(201,74,141); }
td.TdClassName
{
border-color: #C94A8D;
}
.TagClassName
{
border-color: #C94A8D;
}
</style>