Shades of Mulberry #C05C8E
Tints of Mulberry #C05C8E
RGB
CMYK
RGB Variations
Color information
#C05C8E (or 0xC05C8E) is known color: Mulberry. HEX triplet: C0, 5C and 8E. RGB value is (192,92,142). Sum of RGB (Red+Green+Blue) = 192+92+142=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 92 (36.33% from 255 or 21.60% from 426); Blue value is 142 (55.86% from 255 or 33.33% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C05C8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05C8E is #3FA371. Grayscale: #7F7F7F. Windows color (decimal): -4170610 or 9329856. OLE color: 9329856.
HSL color Cylindrical-coordinate representation of color #C05C8E: hue angle of 330º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C05C8E is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 92 | 142 | - |
| CMYK | 0 | 0.52 | 0.26 | 0.25 |
| HSL | 330º | 0.44% | 0.56% | - |
| HSV(B) | 330º | 0.52% | 0.75% | - |
| XYZ | 30.45 | 20.81 | 28 | - |
| YUV | 127.6 | 136.13 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 92 | 142 | 0 | 0.52 | 0.26 | 0.25 | 330 | 0.44 | 0.56 |
| Hex | C0 | 5C | 8E | 0 | 34 | 1A | 19 | 14A | 2C | 38 |
| Octal | 300 | 134 | 216 | 0 | 64 | 32 | 31 | 512 | 54 | 70 |
| Binary | 11000000 | 1011100 | 10001110 | 0 | 110100 | 11010 | 11001 | 101001010 | 101100 | 111000 |
Color Harmonies of #C05C8E
Complementary color
Monochromatic Colors of #C05C8E
Black with #C05C8E
Text Example
Text Example
White with #C05C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05C8E; }
p { color: rgb(192,92,142); }
H1.HeaderClassName
{
color: #C05C8E;
}
.AnyTagClassName
{
color: #C05C8E;
}
</style>
background-color css
<style>
a { background-color: #C05C8E; }
a { background-color: rgb(192,92,142); }
div.DivClassName
{
background-color: #C05C8E;
}
.BgClassName
{
background-color: #C05C8E;
}
</style>
border-color css
<style>
span { border-color: #C05C8E; }
span { border-color: rgb(192,92,142); }
td.TdClassName
{
border-color: #C05C8E;
}
.TagClassName
{
border-color: #C05C8E;
}
</style>