Shades of Mulberry #C03DA6
Tints of Mulberry #C03DA6
RGB
CMYK
RGB Variations
Color information
#C03DA6 (or 0xC03DA6) is known color: Mulberry. HEX triplet: C0, 3D and A6. RGB value is (192,61,166). Sum of RGB (Red+Green+Blue) = 192+61+166=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 61 (24.22% from 255 or 14.56% from 419); Blue value is 166 (65.23% from 255 or 39.62% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C03DA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03DA6 is #3FC259. Grayscale: #6F6F6F. Windows color (decimal): -4178522 or 10894784. OLE color: 10894784.
HSL color Cylindrical-coordinate representation of color #C03DA6: hue angle of 311.91º degrees, saturation: 0.52, 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 #C03DA6 is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 61 | 166 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.25 |
| HSL | 311.91º | 0.52% | 0.5% | - |
| HSV(B) | 311.91º | 0.68% | 0.75% | - |
| XYZ | 30.29 | 17.3 | 37.82 | - |
| YUV | 112.14 | 158.4 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 61 | 166 | 0 | 0.68 | 0.14 | 0.25 | 311.91 | 0.52 | 0.5 |
| Hex | C0 | 3D | A6 | 0 | 44 | E | 19 | 138 | 34 | 32 |
| Octal | 300 | 75 | 246 | 0 | 104 | 16 | 31 | 470 | 64 | 62 |
| Binary | 11000000 | 111101 | 10100110 | 0 | 1000100 | 1110 | 11001 | 100111000 | 110100 | 110010 |
Color Harmonies of #C03DA6
Complementary color
Monochromatic Colors of #C03DA6
Black with #C03DA6
Text Example
Text Example
White with #C03DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03DA6; }
p { color: rgb(192,61,166); }
H1.HeaderClassName
{
color: #C03DA6;
}
.AnyTagClassName
{
color: #C03DA6;
}
</style>
background-color css
<style>
a { background-color: #C03DA6; }
a { background-color: rgb(192,61,166); }
div.DivClassName
{
background-color: #C03DA6;
}
.BgClassName
{
background-color: #C03DA6;
}
</style>
border-color css
<style>
span { border-color: #C03DA6; }
span { border-color: rgb(192,61,166); }
td.TdClassName
{
border-color: #C03DA6;
}
.TagClassName
{
border-color: #C03DA6;
}
</style>