Shades of Mulberry #C941A5
Tints of Mulberry #C941A5
RGB
CMYK
RGB Variations
Color information
#C941A5 (or 0xC941A5) is known color: Mulberry. HEX triplet: C9, 41 and A5. RGB value is (201,65,165). Sum of RGB (Red+Green+Blue) = 201+65+165=431 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.64% from 431); Green value is 65 (25.78% from 255 or 15.08% from 431); Blue value is 165 (64.84% from 255 or 38.28% from 431); Max value from RGB is 201 - color contains mainly: red. Hex color #C941A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C941A5 is #36BE5A. Grayscale: #747474. Windows color (decimal): -3587675 or 10830281. OLE color: 10830281.
HSL color Cylindrical-coordinate representation of color #C941A5: hue angle of 315.88º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C941A5 is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 65 | 165 | - |
| CMYK | 0 | 0.68 | 0.18 | 0.21 |
| HSL | 315.88º | 0.56% | 0.52% | - |
| HSV(B) | 315.88º | 0.68% | 0.79% | - |
| XYZ | 32.77 | 18.91 | 37.52 | - |
| YUV | 117.06 | 155.06 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 65 | 165 | 0 | 0.68 | 0.18 | 0.21 | 315.88 | 0.56 | 0.52 |
| Hex | C9 | 41 | A5 | 0 | 44 | 12 | 15 | 13C | 38 | 34 |
| Octal | 311 | 101 | 245 | 0 | 104 | 22 | 25 | 474 | 70 | 64 |
| Binary | 11001001 | 1000001 | 10100101 | 0 | 1000100 | 10010 | 10101 | 100111100 | 111000 | 110100 |
Color Harmonies of #C941A5
Complementary color
Monochromatic Colors of #C941A5
Black with #C941A5
Text Example
Text Example
White with #C941A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C941A5; }
p { color: rgb(201,65,165); }
H1.HeaderClassName
{
color: #C941A5;
}
.AnyTagClassName
{
color: #C941A5;
}
</style>
background-color css
<style>
a { background-color: #C941A5; }
a { background-color: rgb(201,65,165); }
div.DivClassName
{
background-color: #C941A5;
}
.BgClassName
{
background-color: #C941A5;
}
</style>
border-color css
<style>
span { border-color: #C941A5; }
span { border-color: rgb(201,65,165); }
td.TdClassName
{
border-color: #C941A5;
}
.TagClassName
{
border-color: #C941A5;
}
</style>