Shades of Mulberry #C948A9
Tints of Mulberry #C948A9
RGB
CMYK
RGB Variations
Color information
#C948A9 (or 0xC948A9) is known color: Mulberry. HEX triplet: C9, 48 and A9. RGB value is (201,72,169). Sum of RGB (Red+Green+Blue) = 201+72+169=442 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.48% from 442); Green value is 72 (28.52% from 255 or 16.29% from 442); Blue value is 169 (66.41% from 255 or 38.24% from 442); Max value from RGB is 201 - color contains mainly: red. Hex color #C948A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C948A9 is #36B756. Grayscale: #797979. Windows color (decimal): -3585879 or 11094217. OLE color: 11094217.
HSL color Cylindrical-coordinate representation of color #C948A9: hue angle of 314.88º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C948A9 is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 72 | 169 | - |
| CMYK | 0 | 0.64 | 0.16 | 0.21 |
| HSL | 314.88º | 0.54% | 0.54% | - |
| HSV(B) | 314.88º | 0.64% | 0.79% | - |
| XYZ | 33.57 | 19.92 | 39.61 | - |
| YUV | 121.63 | 154.74 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 72 | 169 | 0 | 0.64 | 0.16 | 0.21 | 314.88 | 0.54 | 0.54 |
| Hex | C9 | 48 | A9 | 0 | 40 | 10 | 15 | 13B | 36 | 36 |
| Octal | 311 | 110 | 251 | 0 | 100 | 20 | 25 | 473 | 66 | 66 |
| Binary | 11001001 | 1001000 | 10101001 | 0 | 1000000 | 10000 | 10101 | 100111011 | 110110 | 110110 |
Color Harmonies of #C948A9
Complementary color
Monochromatic Colors of #C948A9
Black with #C948A9
Text Example
Text Example
White with #C948A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C948A9; }
p { color: rgb(201,72,169); }
H1.HeaderClassName
{
color: #C948A9;
}
.AnyTagClassName
{
color: #C948A9;
}
</style>
background-color css
<style>
a { background-color: #C948A9; }
a { background-color: rgb(201,72,169); }
div.DivClassName
{
background-color: #C948A9;
}
.BgClassName
{
background-color: #C948A9;
}
</style>
border-color css
<style>
span { border-color: #C948A9; }
span { border-color: rgb(201,72,169); }
td.TdClassName
{
border-color: #C948A9;
}
.TagClassName
{
border-color: #C948A9;
}
</style>