Shades of Mulberry #C937A5
Tints of Mulberry #C937A5
RGB
CMYK
RGB Variations
Color information
#C937A5 (or 0xC937A5) is known color: Mulberry. HEX triplet: C9, 37 and A5. RGB value is (201,55,165). Sum of RGB (Red+Green+Blue) = 201+55+165=421 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.74% from 421); Green value is 55 (21.88% from 255 or 13.06% from 421); Blue value is 165 (64.84% from 255 or 39.19% from 421); Max value from RGB is 201 - color contains mainly: red. Hex color #C937A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C937A5 is #36C85A. Grayscale: #6E6E6E. Windows color (decimal): -3590235 or 10827721. OLE color: 10827721.
HSL color Cylindrical-coordinate representation of color #C937A5: hue angle of 314.79º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C937A5 is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 55 | 165 | - |
| CMYK | 0 | 0.73 | 0.18 | 0.21 |
| HSL | 314.79º | 0.57% | 0.5% | - |
| HSV(B) | 314.79º | 0.73% | 0.79% | - |
| XYZ | 32.25 | 17.87 | 37.35 | - |
| YUV | 111.19 | 158.37 | 192.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 55 | 165 | 0 | 0.73 | 0.18 | 0.21 | 314.79 | 0.57 | 0.5 |
| Hex | C9 | 37 | A5 | 0 | 49 | 12 | 15 | 13B | 39 | 32 |
| Octal | 311 | 67 | 245 | 0 | 111 | 22 | 25 | 473 | 71 | 62 |
| Binary | 11001001 | 110111 | 10100101 | 0 | 1001001 | 10010 | 10101 | 100111011 | 111001 | 110010 |
Color Harmonies of #C937A5
Complementary color
Monochromatic Colors of #C937A5
Black with #C937A5
Text Example
Text Example
White with #C937A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C937A5; }
p { color: rgb(201,55,165); }
H1.HeaderClassName
{
color: #C937A5;
}
.AnyTagClassName
{
color: #C937A5;
}
</style>
background-color css
<style>
a { background-color: #C937A5; }
a { background-color: rgb(201,55,165); }
div.DivClassName
{
background-color: #C937A5;
}
.BgClassName
{
background-color: #C937A5;
}
</style>
border-color css
<style>
span { border-color: #C937A5; }
span { border-color: rgb(201,55,165); }
td.TdClassName
{
border-color: #C937A5;
}
.TagClassName
{
border-color: #C937A5;
}
</style>