Shades of Mulberry #C755A8
Tints of Mulberry #C755A8
RGB
CMYK
RGB Variations
Color information
#C755A8 (or 0xC755A8) is known color: Mulberry. HEX triplet: C7, 55 and A8. RGB value is (199,85,168). Sum of RGB (Red+Green+Blue) = 199+85+168=452 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.03% from 452); Green value is 85 (33.59% from 255 or 18.81% from 452); Blue value is 168 (66.02% from 255 or 37.17% from 452); Max value from RGB is 199 - color contains mainly: red. Hex color #C755A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C755A8 is #38AA57. Grayscale: #808080. Windows color (decimal): -3713624 or 11032007. OLE color: 11032007.
HSL color Cylindrical-coordinate representation of color #C755A8: hue angle of 316.32º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C755A8 is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 85 | 168 | - |
| CMYK | 0 | 0.57 | 0.16 | 0.22 |
| HSL | 316.32º | 0.5% | 0.56% | - |
| HSV(B) | 316.32º | 0.57% | 0.78% | - |
| XYZ | 33.87 | 21.47 | 39.4 | - |
| YUV | 128.55 | 150.27 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 85 | 168 | 0 | 0.57 | 0.16 | 0.22 | 316.32 | 0.5 | 0.56 |
| Hex | C7 | 55 | A8 | 0 | 39 | 10 | 16 | 13C | 32 | 38 |
| Octal | 307 | 125 | 250 | 0 | 71 | 20 | 26 | 474 | 62 | 70 |
| Binary | 11000111 | 1010101 | 10101000 | 0 | 111001 | 10000 | 10110 | 100111100 | 110010 | 111000 |
Color Harmonies of #C755A8
Complementary color
Monochromatic Colors of #C755A8
Black with #C755A8
Text Example
Text Example
White with #C755A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C755A8; }
p { color: rgb(199,85,168); }
H1.HeaderClassName
{
color: #C755A8;
}
.AnyTagClassName
{
color: #C755A8;
}
</style>
background-color css
<style>
a { background-color: #C755A8; }
a { background-color: rgb(199,85,168); }
div.DivClassName
{
background-color: #C755A8;
}
.BgClassName
{
background-color: #C755A8;
}
</style>
border-color css
<style>
span { border-color: #C755A8; }
span { border-color: rgb(199,85,168); }
td.TdClassName
{
border-color: #C755A8;
}
.TagClassName
{
border-color: #C755A8;
}
</style>