Shades of Mulberry #C03F8A
Tints of Mulberry #C03F8A
RGB
CMYK
RGB Variations
Color information
#C03F8A (or 0xC03F8A) is known color: Mulberry. HEX triplet: C0, 3F and 8A. RGB value is (192,63,138). Sum of RGB (Red+Green+Blue) = 192+63+138=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 63 (25% from 255 or 16.03% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C03F8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03F8A is #3FC075. Grayscale: #6D6D6D. Windows color (decimal): -4178038 or 9060288. OLE color: 9060288.
HSL color Cylindrical-coordinate representation of color #C03F8A: hue angle of 325.12º 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 #C03F8A is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 63 | 138 | - |
| CMYK | 0 | 0.67 | 0.28 | 0.25 |
| HSL | 325.12º | 0.51% | 0.5% | - |
| HSV(B) | 325.12º | 0.67% | 0.75% | - |
| XYZ | 28.1 | 16.6 | 25.77 | - |
| YUV | 110.12 | 143.74 | 186.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 63 | 138 | 0 | 0.67 | 0.28 | 0.25 | 325.12 | 0.51 | 0.5 |
| Hex | C0 | 3F | 8A | 0 | 43 | 1C | 19 | 145 | 33 | 32 |
| Octal | 300 | 77 | 212 | 0 | 103 | 34 | 31 | 505 | 63 | 62 |
| Binary | 11000000 | 111111 | 10001010 | 0 | 1000011 | 11100 | 11001 | 101000101 | 110011 | 110010 |
Color Harmonies of #C03F8A
Complementary color
Monochromatic Colors of #C03F8A
Black with #C03F8A
Text Example
Text Example
White with #C03F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03F8A; }
p { color: rgb(192,63,138); }
H1.HeaderClassName
{
color: #C03F8A;
}
.AnyTagClassName
{
color: #C03F8A;
}
</style>
background-color css
<style>
a { background-color: #C03F8A; }
a { background-color: rgb(192,63,138); }
div.DivClassName
{
background-color: #C03F8A;
}
.BgClassName
{
background-color: #C03F8A;
}
</style>
border-color css
<style>
span { border-color: #C03F8A; }
span { border-color: rgb(192,63,138); }
td.TdClassName
{
border-color: #C03F8A;
}
.TagClassName
{
border-color: #C03F8A;
}
</style>