Shades of Mulberry #C03DA2
Tints of Mulberry #C03DA2
RGB
CMYK
RGB Variations
Color information
#C03DA2 (or 0xC03DA2) is known color: Mulberry. HEX triplet: C0, 3D and A2. RGB value is (192,61,162). Sum of RGB (Red+Green+Blue) = 192+61+162=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 61 (24.22% from 255 or 14.70% from 415); Blue value is 162 (63.67% from 255 or 39.04% from 415); Max value from RGB is 192 - color contains mainly: red. Hex color #C03DA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03DA2 is #3FC25D. Grayscale: #6F6F6F. Windows color (decimal): -4178526 or 10632640. OLE color: 10632640.
HSL color Cylindrical-coordinate representation of color #C03DA2: hue angle of 313.74º 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 #C03DA2 is Cyan = 0, Magento = 0.68, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 61 | 162 | - |
| CMYK | 0 | 0.68 | 0.16 | 0.25 |
| HSL | 313.74º | 0.52% | 0.5% | - |
| HSV(B) | 313.74º | 0.68% | 0.75% | - |
| XYZ | 29.93 | 17.15 | 35.92 | - |
| YUV | 111.68 | 156.4 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 61 | 162 | 0 | 0.68 | 0.16 | 0.25 | 313.74 | 0.52 | 0.5 |
| Hex | C0 | 3D | A2 | 0 | 44 | 10 | 19 | 13A | 34 | 32 |
| Octal | 300 | 75 | 242 | 0 | 104 | 20 | 31 | 472 | 64 | 62 |
| Binary | 11000000 | 111101 | 10100010 | 0 | 1000100 | 10000 | 11001 | 100111010 | 110100 | 110010 |
Color Harmonies of #C03DA2
Complementary color
Monochromatic Colors of #C03DA2
Black with #C03DA2
Text Example
Text Example
White with #C03DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03DA2; }
p { color: rgb(192,61,162); }
H1.HeaderClassName
{
color: #C03DA2;
}
.AnyTagClassName
{
color: #C03DA2;
}
</style>
background-color css
<style>
a { background-color: #C03DA2; }
a { background-color: rgb(192,61,162); }
div.DivClassName
{
background-color: #C03DA2;
}
.BgClassName
{
background-color: #C03DA2;
}
</style>
border-color css
<style>
span { border-color: #C03DA2; }
span { border-color: rgb(192,61,162); }
td.TdClassName
{
border-color: #C03DA2;
}
.TagClassName
{
border-color: #C03DA2;
}
</style>