Shades of Mulberry #C94A99
Tints of Mulberry #C94A99
RGB
CMYK
RGB Variations
Color information
#C94A99 (or 0xC94A99) is known color: Mulberry. HEX triplet: C9, 4A and 99. RGB value is (201,74,153). Sum of RGB (Red+Green+Blue) = 201+74+153=428 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.96% from 428); Green value is 74 (29.30% from 255 or 17.29% from 428); Blue value is 153 (60.16% from 255 or 35.75% from 428); Max value from RGB is 201 - color contains mainly: red. Hex color #C94A99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94A99 is #36B566. Grayscale: #787878. Windows color (decimal): -3585383 or 10046153. OLE color: 10046153.
HSL color Cylindrical-coordinate representation of color #C94A99: hue angle of 322.68º 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 #C94A99 is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 74 | 153 | - |
| CMYK | 0 | 0.63 | 0.24 | 0.21 |
| HSL | 322.68º | 0.54% | 0.54% | - |
| HSV(B) | 322.68º | 0.63% | 0.79% | - |
| XYZ | 32.29 | 19.61 | 32.22 | - |
| YUV | 120.98 | 146.08 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 74 | 153 | 0 | 0.63 | 0.24 | 0.21 | 322.68 | 0.54 | 0.54 |
| Hex | C9 | 4A | 99 | 0 | 3F | 18 | 15 | 143 | 36 | 36 |
| Octal | 311 | 112 | 231 | 0 | 77 | 30 | 25 | 503 | 66 | 66 |
| Binary | 11001001 | 1001010 | 10011001 | 0 | 111111 | 11000 | 10101 | 101000011 | 110110 | 110110 |
Color Harmonies of #C94A99
Complementary color
Monochromatic Colors of #C94A99
Black with #C94A99
Text Example
Text Example
White with #C94A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94A99; }
p { color: rgb(201,74,153); }
H1.HeaderClassName
{
color: #C94A99;
}
.AnyTagClassName
{
color: #C94A99;
}
</style>
background-color css
<style>
a { background-color: #C94A99; }
a { background-color: rgb(201,74,153); }
div.DivClassName
{
background-color: #C94A99;
}
.BgClassName
{
background-color: #C94A99;
}
</style>
border-color css
<style>
span { border-color: #C94A99; }
span { border-color: rgb(201,74,153); }
td.TdClassName
{
border-color: #C94A99;
}
.TagClassName
{
border-color: #C94A99;
}
</style>