Shades of Mulberry #C03F9F
Tints of Mulberry #C03F9F
RGB
CMYK
RGB Variations
Color information
#C03F9F (or 0xC03F9F) is known color: Mulberry. HEX triplet: C0, 3F and 9F. RGB value is (192,63,159). Sum of RGB (Red+Green+Blue) = 192+63+159=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 63 (25% from 255 or 15.22% from 414); Blue value is 159 (62.5% from 255 or 38.41% from 414); Max value from RGB is 192 - color contains mainly: red. Hex color #C03F9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03F9F is #3FC060. Grayscale: #707070. Windows color (decimal): -4178017 or 10436544. OLE color: 10436544.
HSL color Cylindrical-coordinate representation of color #C03F9F: hue angle of 315.35º 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 #C03F9F is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 63 | 159 | - |
| CMYK | 0 | 0.67 | 0.17 | 0.25 |
| HSL | 315.35º | 0.51% | 0.5% | - |
| HSV(B) | 315.35º | 0.67% | 0.75% | - |
| XYZ | 29.77 | 17.26 | 34.56 | - |
| YUV | 112.52 | 154.24 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 63 | 159 | 0 | 0.67 | 0.17 | 0.25 | 315.35 | 0.51 | 0.5 |
| Hex | C0 | 3F | 9F | 0 | 43 | 11 | 19 | 13B | 33 | 32 |
| Octal | 300 | 77 | 237 | 0 | 103 | 21 | 31 | 473 | 63 | 62 |
| Binary | 11000000 | 111111 | 10011111 | 0 | 1000011 | 10001 | 11001 | 100111011 | 110011 | 110010 |
Color Harmonies of #C03F9F
Complementary color
Monochromatic Colors of #C03F9F
Black with #C03F9F
Text Example
Text Example
White with #C03F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03F9F; }
p { color: rgb(192,63,159); }
H1.HeaderClassName
{
color: #C03F9F;
}
.AnyTagClassName
{
color: #C03F9F;
}
</style>
background-color css
<style>
a { background-color: #C03F9F; }
a { background-color: rgb(192,63,159); }
div.DivClassName
{
background-color: #C03F9F;
}
.BgClassName
{
background-color: #C03F9F;
}
</style>
border-color css
<style>
span { border-color: #C03F9F; }
span { border-color: rgb(192,63,159); }
td.TdClassName
{
border-color: #C03F9F;
}
.TagClassName
{
border-color: #C03F9F;
}
</style>