Shades of Mulberry #C03F96
Tints of Mulberry #C03F96
RGB
CMYK
RGB Variations
Color information
#C03F96 (or 0xC03F96) is known color: Mulberry. HEX triplet: C0, 3F and 96. RGB value is (192,63,150). Sum of RGB (Red+Green+Blue) = 192+63+150=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 63 (25% from 255 or 15.56% from 405); Blue value is 150 (58.98% from 255 or 37.04% from 405); Max value from RGB is 192 - color contains mainly: red. Hex color #C03F96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03F96 is #3FC069. Grayscale: #6F6F6F. Windows color (decimal): -4178026 or 9846720. OLE color: 9846720.
HSL color Cylindrical-coordinate representation of color #C03F96: hue angle of 319.53º 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 #C03F96 is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 63 | 150 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.25 |
| HSL | 319.53º | 0.51% | 0.5% | - |
| HSV(B) | 319.53º | 0.67% | 0.75% | - |
| XYZ | 29.02 | 16.96 | 30.6 | - |
| YUV | 111.49 | 149.74 | 185.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 63 | 150 | 0 | 0.67 | 0.22 | 0.25 | 319.53 | 0.51 | 0.5 |
| Hex | C0 | 3F | 96 | 0 | 43 | 16 | 19 | 140 | 33 | 32 |
| Octal | 300 | 77 | 226 | 0 | 103 | 26 | 31 | 500 | 63 | 62 |
| Binary | 11000000 | 111111 | 10010110 | 0 | 1000011 | 10110 | 11001 | 101000000 | 110011 | 110010 |
Color Harmonies of #C03F96
Complementary color
Monochromatic Colors of #C03F96
Black with #C03F96
Text Example
Text Example
White with #C03F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03F96; }
p { color: rgb(192,63,150); }
H1.HeaderClassName
{
color: #C03F96;
}
.AnyTagClassName
{
color: #C03F96;
}
</style>
background-color css
<style>
a { background-color: #C03F96; }
a { background-color: rgb(192,63,150); }
div.DivClassName
{
background-color: #C03F96;
}
.BgClassName
{
background-color: #C03F96;
}
</style>
border-color css
<style>
span { border-color: #C03F96; }
span { border-color: rgb(192,63,150); }
td.TdClassName
{
border-color: #C03F96;
}
.TagClassName
{
border-color: #C03F96;
}
</style>