Shades of Mulberry #C938A2
Tints of Mulberry #C938A2
RGB
CMYK
RGB Variations
Color information
#C938A2 (or 0xC938A2) is known color: Mulberry. HEX triplet: C9, 38 and A2. RGB value is (201,56,162). Sum of RGB (Red+Green+Blue) = 201+56+162=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 56 (22.27% from 255 or 13.37% from 419); Blue value is 162 (63.67% from 255 or 38.66% from 419); Max value from RGB is 201 - color contains mainly: red. Hex color #C938A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C938A2 is #36C75D. Grayscale: #6F6F6F. Windows color (decimal): -3589982 or 10631369. OLE color: 10631369.
HSL color Cylindrical-coordinate representation of color #C938A2: hue angle of 316.14º 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 #C938A2 is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 56 | 162 | - |
| CMYK | 0 | 0.72 | 0.19 | 0.21 |
| HSL | 316.14º | 0.57% | 0.5% | - |
| HSV(B) | 316.14º | 0.72% | 0.79% | - |
| XYZ | 32.02 | 17.85 | 35.94 | - |
| YUV | 111.44 | 156.54 | 191.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 56 | 162 | 0 | 0.72 | 0.19 | 0.21 | 316.14 | 0.57 | 0.5 |
| Hex | C9 | 38 | A2 | 0 | 48 | 13 | 15 | 13C | 39 | 32 |
| Octal | 311 | 70 | 242 | 0 | 110 | 23 | 25 | 474 | 71 | 62 |
| Binary | 11001001 | 111000 | 10100010 | 0 | 1001000 | 10011 | 10101 | 100111100 | 111001 | 110010 |
Color Harmonies of #C938A2
Complementary color
Monochromatic Colors of #C938A2
Black with #C938A2
Text Example
Text Example
White with #C938A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C938A2; }
p { color: rgb(201,56,162); }
H1.HeaderClassName
{
color: #C938A2;
}
.AnyTagClassName
{
color: #C938A2;
}
</style>
background-color css
<style>
a { background-color: #C938A2; }
a { background-color: rgb(201,56,162); }
div.DivClassName
{
background-color: #C938A2;
}
.BgClassName
{
background-color: #C938A2;
}
</style>
border-color css
<style>
span { border-color: #C938A2; }
span { border-color: rgb(201,56,162); }
td.TdClassName
{
border-color: #C938A2;
}
.TagClassName
{
border-color: #C938A2;
}
</style>