Shades of Mulberry #C03EA6
Tints of Mulberry #C03EA6
RGB
CMYK
RGB Variations
Color information
#C03EA6 (or 0xC03EA6) is known color: Mulberry. HEX triplet: C0, 3E and A6. RGB value is (192,62,166). Sum of RGB (Red+Green+Blue) = 192+62+166=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 62 (24.61% from 255 or 14.76% from 420); Blue value is 166 (65.23% from 255 or 39.52% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C03EA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03EA6 is #3FC159. Grayscale: #707070. Windows color (decimal): -4178266 or 10895040. OLE color: 10895040.
HSL color Cylindrical-coordinate representation of color #C03EA6: hue angle of 312º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C03EA6 is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 62 | 166 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.25 |
| HSL | 312º | 0.51% | 0.5% | - |
| HSV(B) | 312º | 0.68% | 0.75% | - |
| XYZ | 30.34 | 17.4 | 37.84 | - |
| YUV | 112.73 | 158.07 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 62 | 166 | 0 | 0.68 | 0.14 | 0.25 | 312 | 0.51 | 0.5 |
| Hex | C0 | 3E | A6 | 0 | 44 | E | 19 | 138 | 33 | 32 |
| Octal | 300 | 76 | 246 | 0 | 104 | 16 | 31 | 470 | 63 | 62 |
| Binary | 11000000 | 111110 | 10100110 | 0 | 1000100 | 1110 | 11001 | 100111000 | 110011 | 110010 |
Color Harmonies of #C03EA6
Complementary color
Monochromatic Colors of #C03EA6
Black with #C03EA6
Text Example
Text Example
White with #C03EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03EA6; }
p { color: rgb(192,62,166); }
H1.HeaderClassName
{
color: #C03EA6;
}
.AnyTagClassName
{
color: #C03EA6;
}
</style>
background-color css
<style>
a { background-color: #C03EA6; }
a { background-color: rgb(192,62,166); }
div.DivClassName
{
background-color: #C03EA6;
}
.BgClassName
{
background-color: #C03EA6;
}
</style>
border-color css
<style>
span { border-color: #C03EA6; }
span { border-color: rgb(192,62,166); }
td.TdClassName
{
border-color: #C03EA6;
}
.TagClassName
{
border-color: #C03EA6;
}
</style>