Shades of Mulberry #C05EA2
Tints of Mulberry #C05EA2
RGB
CMYK
RGB Variations
Color information
#C05EA2 (or 0xC05EA2) is known color: Mulberry. HEX triplet: C0, 5E and A2. RGB value is (192,94,162). Sum of RGB (Red+Green+Blue) = 192+94+162=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 94 (37.11% from 255 or 20.98% from 448); Blue value is 162 (63.67% from 255 or 36.16% from 448); Max value from RGB is 192 - color contains mainly: red. Hex color #C05EA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05EA2 is #3FA15D. Grayscale: #828282. Windows color (decimal): -4170078 or 10641088. OLE color: 10641088.
HSL color Cylindrical-coordinate representation of color #C05EA2: hue angle of 318.37º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C05EA2 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 94 | 162 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.25 |
| HSL | 318.37º | 0.44% | 0.56% | - |
| HSV(B) | 318.37º | 0.51% | 0.75% | - |
| XYZ | 32.26 | 21.82 | 36.69 | - |
| YUV | 131.05 | 145.47 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 94 | 162 | 0 | 0.51 | 0.16 | 0.25 | 318.37 | 0.44 | 0.56 |
| Hex | C0 | 5E | A2 | 0 | 33 | 10 | 19 | 13E | 2C | 38 |
| Octal | 300 | 136 | 242 | 0 | 63 | 20 | 31 | 476 | 54 | 70 |
| Binary | 11000000 | 1011110 | 10100010 | 0 | 110011 | 10000 | 11001 | 100111110 | 101100 | 111000 |
Color Harmonies of #C05EA2
Complementary color
Monochromatic Colors of #C05EA2
Black with #C05EA2
Text Example
Text Example
White with #C05EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05EA2; }
p { color: rgb(192,94,162); }
H1.HeaderClassName
{
color: #C05EA2;
}
.AnyTagClassName
{
color: #C05EA2;
}
</style>
background-color css
<style>
a { background-color: #C05EA2; }
a { background-color: rgb(192,94,162); }
div.DivClassName
{
background-color: #C05EA2;
}
.BgClassName
{
background-color: #C05EA2;
}
</style>
border-color css
<style>
span { border-color: #C05EA2; }
span { border-color: rgb(192,94,162); }
td.TdClassName
{
border-color: #C05EA2;
}
.TagClassName
{
border-color: #C05EA2;
}
</style>