Shades of Mulberry #C938A3
Tints of Mulberry #C938A3
RGB
CMYK
RGB Variations
Color information
#C938A3 (or 0xC938A3) is known color: Mulberry. HEX triplet: C9, 38 and A3. RGB value is (201,56,163). Sum of RGB (Red+Green+Blue) = 201+56+163=420 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.86% from 420); Green value is 56 (22.27% from 255 or 13.33% from 420); Blue value is 163 (64.06% from 255 or 38.81% from 420); Max value from RGB is 201 - color contains mainly: red. Hex color #C938A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C938A3 is #36C75C. Grayscale: #6F6F6F. Windows color (decimal): -3589981 or 10696905. OLE color: 10696905.
HSL color Cylindrical-coordinate representation of color #C938A3: hue angle of 315.72º 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 #C938A3 is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 56 | 163 | - |
| CMYK | 0 | 0.72 | 0.19 | 0.21 |
| HSL | 315.72º | 0.57% | 0.5% | - |
| HSV(B) | 315.72º | 0.72% | 0.79% | - |
| XYZ | 32.11 | 17.89 | 36.41 | - |
| YUV | 111.55 | 157.04 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 56 | 163 | 0 | 0.72 | 0.19 | 0.21 | 315.72 | 0.57 | 0.5 |
| Hex | C9 | 38 | A3 | 0 | 48 | 13 | 15 | 13C | 39 | 32 |
| Octal | 311 | 70 | 243 | 0 | 110 | 23 | 25 | 474 | 71 | 62 |
| Binary | 11001001 | 111000 | 10100011 | 0 | 1001000 | 10011 | 10101 | 100111100 | 111001 | 110010 |
Color Harmonies of #C938A3
Complementary color
Monochromatic Colors of #C938A3
Black with #C938A3
Text Example
Text Example
White with #C938A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C938A3; }
p { color: rgb(201,56,163); }
H1.HeaderClassName
{
color: #C938A3;
}
.AnyTagClassName
{
color: #C938A3;
}
</style>
background-color css
<style>
a { background-color: #C938A3; }
a { background-color: rgb(201,56,163); }
div.DivClassName
{
background-color: #C938A3;
}
.BgClassName
{
background-color: #C938A3;
}
</style>
border-color css
<style>
span { border-color: #C938A3; }
span { border-color: rgb(201,56,163); }
td.TdClassName
{
border-color: #C938A3;
}
.TagClassName
{
border-color: #C938A3;
}
</style>