Shades of Mulberry #C757A8
Tints of Mulberry #C757A8
RGB
CMYK
RGB Variations
Color information
#C757A8 (or 0xC757A8) is known color: Mulberry. HEX triplet: C7, 57 and A8. RGB value is (199,87,168). Sum of RGB (Red+Green+Blue) = 199+87+168=454 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.83% from 454); Green value is 87 (34.38% from 255 or 19.16% from 454); Blue value is 168 (66.02% from 255 or 37.00% from 454); Max value from RGB is 199 - color contains mainly: red. Hex color #C757A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C757A8 is #38A857. Grayscale: #818181. Windows color (decimal): -3713112 or 11032519. OLE color: 11032519.
HSL color Cylindrical-coordinate representation of color #C757A8: hue angle of 316.61º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C757A8 is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 87 | 168 | - |
| CMYK | 0 | 0.56 | 0.16 | 0.22 |
| HSL | 316.61º | 0.5% | 0.56% | - |
| HSV(B) | 316.61º | 0.56% | 0.78% | - |
| XYZ | 34.03 | 21.79 | 39.46 | - |
| YUV | 129.72 | 149.61 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 87 | 168 | 0 | 0.56 | 0.16 | 0.22 | 316.61 | 0.5 | 0.56 |
| Hex | C7 | 57 | A8 | 0 | 38 | 10 | 16 | 13D | 32 | 38 |
| Octal | 307 | 127 | 250 | 0 | 70 | 20 | 26 | 475 | 62 | 70 |
| Binary | 11000111 | 1010111 | 10101000 | 0 | 111000 | 10000 | 10110 | 100111101 | 110010 | 111000 |
Color Harmonies of #C757A8
Complementary color
Monochromatic Colors of #C757A8
Black with #C757A8
Text Example
Text Example
White with #C757A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C757A8; }
p { color: rgb(199,87,168); }
H1.HeaderClassName
{
color: #C757A8;
}
.AnyTagClassName
{
color: #C757A8;
}
</style>
background-color css
<style>
a { background-color: #C757A8; }
a { background-color: rgb(199,87,168); }
div.DivClassName
{
background-color: #C757A8;
}
.BgClassName
{
background-color: #C757A8;
}
</style>
border-color css
<style>
span { border-color: #C757A8; }
span { border-color: rgb(199,87,168); }
td.TdClassName
{
border-color: #C757A8;
}
.TagClassName
{
border-color: #C757A8;
}
</style>