Shades of Mulberry #C03D9D
Tints of Mulberry #C03D9D
RGB
CMYK
RGB Variations
Color information
#C03D9D (or 0xC03D9D) is known color: Mulberry. HEX triplet: C0, 3D and 9D. RGB value is (192,61,157). Sum of RGB (Red+Green+Blue) = 192+61+157=410 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.83% from 410); Green value is 61 (24.22% from 255 or 14.88% from 410); Blue value is 157 (61.72% from 255 or 38.29% from 410); Max value from RGB is 192 - color contains mainly: red. Hex color #C03D9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03D9D is #3FC262. Grayscale: #6E6E6E. Windows color (decimal): -4178531 or 10304960. OLE color: 10304960.
HSL color Cylindrical-coordinate representation of color #C03D9D: hue angle of 316.03º 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 #C03D9D is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 61 | 157 | - |
| CMYK | 0 | 0.68 | 0.18 | 0.25 |
| HSL | 316.03º | 0.52% | 0.5% | - |
| HSV(B) | 316.03º | 0.68% | 0.75% | - |
| XYZ | 29.49 | 16.98 | 33.62 | - |
| YUV | 111.11 | 153.9 | 185.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 61 | 157 | 0 | 0.68 | 0.18 | 0.25 | 316.03 | 0.52 | 0.5 |
| Hex | C0 | 3D | 9D | 0 | 44 | 12 | 19 | 13C | 34 | 32 |
| Octal | 300 | 75 | 235 | 0 | 104 | 22 | 31 | 474 | 64 | 62 |
| Binary | 11000000 | 111101 | 10011101 | 0 | 1000100 | 10010 | 11001 | 100111100 | 110100 | 110010 |
Color Harmonies of #C03D9D
Complementary color
Monochromatic Colors of #C03D9D
Black with #C03D9D
Text Example
Text Example
White with #C03D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03D9D; }
p { color: rgb(192,61,157); }
H1.HeaderClassName
{
color: #C03D9D;
}
.AnyTagClassName
{
color: #C03D9D;
}
</style>
background-color css
<style>
a { background-color: #C03D9D; }
a { background-color: rgb(192,61,157); }
div.DivClassName
{
background-color: #C03D9D;
}
.BgClassName
{
background-color: #C03D9D;
}
</style>
border-color css
<style>
span { border-color: #C03D9D; }
span { border-color: rgb(192,61,157); }
td.TdClassName
{
border-color: #C03D9D;
}
.TagClassName
{
border-color: #C03D9D;
}
</style>