Shades of Mulberry #C03F9C
Tints of Mulberry #C03F9C
RGB
CMYK
RGB Variations
Color information
#C03F9C (or 0xC03F9C) is known color: Mulberry. HEX triplet: C0, 3F and 9C. RGB value is (192,63,156). Sum of RGB (Red+Green+Blue) = 192+63+156=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 63 (25% from 255 or 15.33% from 411); Blue value is 156 (61.33% from 255 or 37.96% from 411); Max value from RGB is 192 - color contains mainly: red. Hex color #C03F9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03F9C is #3FC063. Grayscale: #6F6F6F. Windows color (decimal): -4178020 or 10239936. OLE color: 10239936.
HSL color Cylindrical-coordinate representation of color #C03F9C: hue angle of 316.74º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C03F9C is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 63 | 156 | - |
| CMYK | 0 | 0.67 | 0.19 | 0.25 |
| HSL | 316.74º | 0.51% | 0.5% | - |
| HSV(B) | 316.74º | 0.67% | 0.75% | - |
| XYZ | 29.52 | 17.16 | 33.21 | - |
| YUV | 112.17 | 152.74 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 63 | 156 | 0 | 0.67 | 0.19 | 0.25 | 316.74 | 0.51 | 0.5 |
| Hex | C0 | 3F | 9C | 0 | 43 | 13 | 19 | 13D | 33 | 32 |
| Octal | 300 | 77 | 234 | 0 | 103 | 23 | 31 | 475 | 63 | 62 |
| Binary | 11000000 | 111111 | 10011100 | 0 | 1000011 | 10011 | 11001 | 100111101 | 110011 | 110010 |
Color Harmonies of #C03F9C
Complementary color
Monochromatic Colors of #C03F9C
Black with #C03F9C
Text Example
Text Example
White with #C03F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03F9C; }
p { color: rgb(192,63,156); }
H1.HeaderClassName
{
color: #C03F9C;
}
.AnyTagClassName
{
color: #C03F9C;
}
</style>
background-color css
<style>
a { background-color: #C03F9C; }
a { background-color: rgb(192,63,156); }
div.DivClassName
{
background-color: #C03F9C;
}
.BgClassName
{
background-color: #C03F9C;
}
</style>
border-color css
<style>
span { border-color: #C03F9C; }
span { border-color: rgb(192,63,156); }
td.TdClassName
{
border-color: #C03F9C;
}
.TagClassName
{
border-color: #C03F9C;
}
</style>