Shades of Mulberry #C03F93
Tints of Mulberry #C03F93
RGB
CMYK
RGB Variations
Color information
#C03F93 (or 0xC03F93) is known color: Mulberry. HEX triplet: C0, 3F and 93. RGB value is (192,63,147). Sum of RGB (Red+Green+Blue) = 192+63+147=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 63 (25% from 255 or 15.67% from 402); Blue value is 147 (57.81% from 255 or 36.57% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C03F93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03F93 is #3FC06C. Grayscale: #6E6E6E. Windows color (decimal): -4178029 or 9650112. OLE color: 9650112.
HSL color Cylindrical-coordinate representation of color #C03F93: hue angle of 320.93º 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 #C03F93 is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 63 | 147 | - |
| CMYK | 0 | 0.67 | 0.23 | 0.25 |
| HSL | 320.93º | 0.51% | 0.5% | - |
| HSV(B) | 320.93º | 0.67% | 0.75% | - |
| XYZ | 28.78 | 16.87 | 29.34 | - |
| YUV | 111.15 | 148.24 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 63 | 147 | 0 | 0.67 | 0.23 | 0.25 | 320.93 | 0.51 | 0.5 |
| Hex | C0 | 3F | 93 | 0 | 43 | 17 | 19 | 141 | 33 | 32 |
| Octal | 300 | 77 | 223 | 0 | 103 | 27 | 31 | 501 | 63 | 62 |
| Binary | 11000000 | 111111 | 10010011 | 0 | 1000011 | 10111 | 11001 | 101000001 | 110011 | 110010 |
Color Harmonies of #C03F93
Complementary color
Monochromatic Colors of #C03F93
Black with #C03F93
Text Example
Text Example
White with #C03F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03F93; }
p { color: rgb(192,63,147); }
H1.HeaderClassName
{
color: #C03F93;
}
.AnyTagClassName
{
color: #C03F93;
}
</style>
background-color css
<style>
a { background-color: #C03F93; }
a { background-color: rgb(192,63,147); }
div.DivClassName
{
background-color: #C03F93;
}
.BgClassName
{
background-color: #C03F93;
}
</style>
border-color css
<style>
span { border-color: #C03F93; }
span { border-color: rgb(192,63,147); }
td.TdClassName
{
border-color: #C03F93;
}
.TagClassName
{
border-color: #C03F93;
}
</style>