Shades of Mulberry #C938A0
Tints of Mulberry #C938A0
RGB
CMYK
RGB Variations
Color information
#C938A0 (or 0xC938A0) is known color: Mulberry. HEX triplet: C9, 38 and A0. RGB value is (201,56,160). Sum of RGB (Red+Green+Blue) = 201+56+160=417 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.20% from 417); Green value is 56 (22.27% from 255 or 13.43% from 417); Blue value is 160 (62.89% from 255 or 38.37% from 417); Max value from RGB is 201 - color contains mainly: red. Hex color #C938A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C938A0 is #36C75F. Grayscale: #6E6E6E. Windows color (decimal): -3589984 or 10500297. OLE color: 10500297.
HSL color Cylindrical-coordinate representation of color #C938A0: hue angle of 316.97º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C938A0 is Cyan = 0, Magento = 0.72, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 56 | 160 | - |
| CMYK | 0 | 0.72 | 0.20 | 0.21 |
| HSL | 316.97º | 0.57% | 0.5% | - |
| HSV(B) | 316.97º | 0.72% | 0.79% | - |
| XYZ | 31.85 | 17.78 | 35.01 | - |
| YUV | 111.21 | 155.54 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 56 | 160 | 0 | 0.72 | 0.20 | 0.21 | 316.97 | 0.57 | 0.5 |
| Hex | C9 | 38 | A0 | 0 | 48 | 14 | 15 | 13D | 39 | 32 |
| Octal | 311 | 70 | 240 | 0 | 110 | 24 | 25 | 475 | 71 | 62 |
| Binary | 11001001 | 111000 | 10100000 | 0 | 1001000 | 10100 | 10101 | 100111101 | 111001 | 110010 |
Color Harmonies of #C938A0
Complementary color
Monochromatic Colors of #C938A0
Black with #C938A0
Text Example
Text Example
White with #C938A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C938A0; }
p { color: rgb(201,56,160); }
H1.HeaderClassName
{
color: #C938A0;
}
.AnyTagClassName
{
color: #C938A0;
}
</style>
background-color css
<style>
a { background-color: #C938A0; }
a { background-color: rgb(201,56,160); }
div.DivClassName
{
background-color: #C938A0;
}
.BgClassName
{
background-color: #C938A0;
}
</style>
border-color css
<style>
span { border-color: #C938A0; }
span { border-color: rgb(201,56,160); }
td.TdClassName
{
border-color: #C938A0;
}
.TagClassName
{
border-color: #C938A0;
}
</style>