Shades of Mulberry #C94A97
Tints of Mulberry #C94A97
RGB
CMYK
RGB Variations
Color information
#C94A97 (or 0xC94A97) is known color: Mulberry. HEX triplet: C9, 4A and 97. RGB value is (201,74,151). Sum of RGB (Red+Green+Blue) = 201+74+151=426 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.18% from 426); Green value is 74 (29.30% from 255 or 17.37% from 426); Blue value is 151 (59.38% from 255 or 35.45% from 426); Max value from RGB is 201 - color contains mainly: red. Hex color #C94A97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94A97 is #36B568. Grayscale: #787878. Windows color (decimal): -3585385 or 9915081. OLE color: 9915081.
HSL color Cylindrical-coordinate representation of color #C94A97: hue angle of 323.62º 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 #C94A97 is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 74 | 151 | - |
| CMYK | 0 | 0.63 | 0.25 | 0.21 |
| HSL | 323.62º | 0.54% | 0.54% | - |
| HSV(B) | 323.62º | 0.63% | 0.79% | - |
| XYZ | 32.12 | 19.55 | 31.36 | - |
| YUV | 120.75 | 145.08 | 185.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 74 | 151 | 0 | 0.63 | 0.25 | 0.21 | 323.62 | 0.54 | 0.54 |
| Hex | C9 | 4A | 97 | 0 | 3F | 19 | 15 | 144 | 36 | 36 |
| Octal | 311 | 112 | 227 | 0 | 77 | 31 | 25 | 504 | 66 | 66 |
| Binary | 11001001 | 1001010 | 10010111 | 0 | 111111 | 11001 | 10101 | 101000100 | 110110 | 110110 |
Color Harmonies of #C94A97
Complementary color
Monochromatic Colors of #C94A97
Black with #C94A97
Text Example
Text Example
White with #C94A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94A97; }
p { color: rgb(201,74,151); }
H1.HeaderClassName
{
color: #C94A97;
}
.AnyTagClassName
{
color: #C94A97;
}
</style>
background-color css
<style>
a { background-color: #C94A97; }
a { background-color: rgb(201,74,151); }
div.DivClassName
{
background-color: #C94A97;
}
.BgClassName
{
background-color: #C94A97;
}
</style>
border-color css
<style>
span { border-color: #C94A97; }
span { border-color: rgb(201,74,151); }
td.TdClassName
{
border-color: #C94A97;
}
.TagClassName
{
border-color: #C94A97;
}
</style>