Shades of Mulberry #C948A8
Tints of Mulberry #C948A8
RGB
CMYK
RGB Variations
Color information
#C948A8 (or 0xC948A8) is known color: Mulberry. HEX triplet: C9, 48 and A8. RGB value is (201,72,168). Sum of RGB (Red+Green+Blue) = 201+72+168=441 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.58% from 441); Green value is 72 (28.52% from 255 or 16.33% from 441); Blue value is 168 (66.02% from 255 or 38.10% from 441); Max value from RGB is 201 - color contains mainly: red. Hex color #C948A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C948A8 is #36B757. Grayscale: #797979. Windows color (decimal): -3585880 or 11028681. OLE color: 11028681.
HSL color Cylindrical-coordinate representation of color #C948A8: hue angle of 315.35º 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 #C948A8 is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 72 | 168 | - |
| CMYK | 0 | 0.64 | 0.16 | 0.21 |
| HSL | 315.35º | 0.54% | 0.54% | - |
| HSV(B) | 315.35º | 0.64% | 0.79% | - |
| XYZ | 33.47 | 19.88 | 39.12 | - |
| YUV | 121.52 | 154.24 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 72 | 168 | 0 | 0.64 | 0.16 | 0.21 | 315.35 | 0.54 | 0.54 |
| Hex | C9 | 48 | A8 | 0 | 40 | 10 | 15 | 13B | 36 | 36 |
| Octal | 311 | 110 | 250 | 0 | 100 | 20 | 25 | 473 | 66 | 66 |
| Binary | 11001001 | 1001000 | 10101000 | 0 | 1000000 | 10000 | 10101 | 100111011 | 110110 | 110110 |
Color Harmonies of #C948A8
Complementary color
Monochromatic Colors of #C948A8
Black with #C948A8
Text Example
Text Example
White with #C948A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C948A8; }
p { color: rgb(201,72,168); }
H1.HeaderClassName
{
color: #C948A8;
}
.AnyTagClassName
{
color: #C948A8;
}
</style>
background-color css
<style>
a { background-color: #C948A8; }
a { background-color: rgb(201,72,168); }
div.DivClassName
{
background-color: #C948A8;
}
.BgClassName
{
background-color: #C948A8;
}
</style>
border-color css
<style>
span { border-color: #C948A8; }
span { border-color: rgb(201,72,168); }
td.TdClassName
{
border-color: #C948A8;
}
.TagClassName
{
border-color: #C948A8;
}
</style>