Shades of Mulberry #C943A8
Tints of Mulberry #C943A8
RGB
CMYK
RGB Variations
Color information
#C943A8 (or 0xC943A8) is known color: Mulberry. HEX triplet: C9, 43 and A8. RGB value is (201,67,168). Sum of RGB (Red+Green+Blue) = 201+67+168=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 67 (26.56% from 255 or 15.37% from 436); Blue value is 168 (66.02% from 255 or 38.53% from 436); Max value from RGB is 201 - color contains mainly: red. Hex color #C943A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C943A8 is #36BC57. Grayscale: #767676. Windows color (decimal): -3587160 or 11027401. OLE color: 11027401.
HSL color Cylindrical-coordinate representation of color #C943A8: hue angle of 314.78º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C943A8 is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 67 | 168 | - |
| CMYK | 0 | 0.67 | 0.16 | 0.21 |
| HSL | 314.78º | 0.55% | 0.53% | - |
| HSV(B) | 314.78º | 0.67% | 0.79% | - |
| XYZ | 33.16 | 19.26 | 39.02 | - |
| YUV | 118.58 | 155.89 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 67 | 168 | 0 | 0.67 | 0.16 | 0.21 | 314.78 | 0.55 | 0.53 |
| Hex | C9 | 43 | A8 | 0 | 43 | 10 | 15 | 13B | 37 | 35 |
| Octal | 311 | 103 | 250 | 0 | 103 | 20 | 25 | 473 | 67 | 65 |
| Binary | 11001001 | 1000011 | 10101000 | 0 | 1000011 | 10000 | 10101 | 100111011 | 110111 | 110101 |
Color Harmonies of #C943A8
Complementary color
Monochromatic Colors of #C943A8
Black with #C943A8
Text Example
Text Example
White with #C943A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C943A8; }
p { color: rgb(201,67,168); }
H1.HeaderClassName
{
color: #C943A8;
}
.AnyTagClassName
{
color: #C943A8;
}
</style>
background-color css
<style>
a { background-color: #C943A8; }
a { background-color: rgb(201,67,168); }
div.DivClassName
{
background-color: #C943A8;
}
.BgClassName
{
background-color: #C943A8;
}
</style>
border-color css
<style>
span { border-color: #C943A8; }
span { border-color: rgb(201,67,168); }
td.TdClassName
{
border-color: #C943A8;
}
.TagClassName
{
border-color: #C943A8;
}
</style>