Shades of Mulberry #C03DA0
Tints of Mulberry #C03DA0
RGB
CMYK
RGB Variations
Color information
#C03DA0 (or 0xC03DA0) is known color: Mulberry. HEX triplet: C0, 3D and A0. RGB value is (192,61,160). Sum of RGB (Red+Green+Blue) = 192+61+160=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 61 (24.22% from 255 or 14.77% from 413); Blue value is 160 (62.89% from 255 or 38.74% from 413); Max value from RGB is 192 - color contains mainly: red. Hex color #C03DA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03DA0 is #3FC25F. Grayscale: #6F6F6F. Windows color (decimal): -4178528 or 10501568. OLE color: 10501568.
HSL color Cylindrical-coordinate representation of color #C03DA0: hue angle of 314.66º 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 #C03DA0 is Cyan = 0, Magento = 0.68, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 61 | 160 | - |
| CMYK | 0 | 0.68 | 0.17 | 0.25 |
| HSL | 314.66º | 0.52% | 0.5% | - |
| HSV(B) | 314.66º | 0.68% | 0.75% | - |
| XYZ | 29.75 | 17.08 | 34.99 | - |
| YUV | 111.46 | 155.4 | 185.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 61 | 160 | 0 | 0.68 | 0.17 | 0.25 | 314.66 | 0.52 | 0.5 |
| Hex | C0 | 3D | A0 | 0 | 44 | 11 | 19 | 13B | 34 | 32 |
| Octal | 300 | 75 | 240 | 0 | 104 | 21 | 31 | 473 | 64 | 62 |
| Binary | 11000000 | 111101 | 10100000 | 0 | 1000100 | 10001 | 11001 | 100111011 | 110100 | 110010 |
Color Harmonies of #C03DA0
Complementary color
Monochromatic Colors of #C03DA0
Black with #C03DA0
Text Example
Text Example
White with #C03DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03DA0; }
p { color: rgb(192,61,160); }
H1.HeaderClassName
{
color: #C03DA0;
}
.AnyTagClassName
{
color: #C03DA0;
}
</style>
background-color css
<style>
a { background-color: #C03DA0; }
a { background-color: rgb(192,61,160); }
div.DivClassName
{
background-color: #C03DA0;
}
.BgClassName
{
background-color: #C03DA0;
}
</style>
border-color css
<style>
span { border-color: #C03DA0; }
span { border-color: rgb(192,61,160); }
td.TdClassName
{
border-color: #C03DA0;
}
.TagClassName
{
border-color: #C03DA0;
}
</style>