Shades of Mulberry #C03F90
Tints of Mulberry #C03F90
RGB
CMYK
RGB Variations
Color information
#C03F90 (or 0xC03F90) is known color: Mulberry. HEX triplet: C0, 3F and 90. RGB value is (192,63,144). Sum of RGB (Red+Green+Blue) = 192+63+144=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 63 (25% from 255 or 15.79% from 399); Blue value is 144 (56.64% from 255 or 36.09% from 399); Max value from RGB is 192 - color contains mainly: red. Hex color #C03F90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03F90 is #3FC06F. Grayscale: #6E6E6E. Windows color (decimal): -4178032 or 9453504. OLE color: 9453504.
HSL color Cylindrical-coordinate representation of color #C03F90: hue angle of 322.33º 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 #C03F90 is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 63 | 144 | - |
| CMYK | 0 | 0.67 | 0.25 | 0.25 |
| HSL | 322.33º | 0.51% | 0.5% | - |
| HSV(B) | 322.33º | 0.67% | 0.75% | - |
| XYZ | 28.55 | 16.78 | 28.12 | - |
| YUV | 110.81 | 146.74 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 63 | 144 | 0 | 0.67 | 0.25 | 0.25 | 322.33 | 0.51 | 0.5 |
| Hex | C0 | 3F | 90 | 0 | 43 | 19 | 19 | 142 | 33 | 32 |
| Octal | 300 | 77 | 220 | 0 | 103 | 31 | 31 | 502 | 63 | 62 |
| Binary | 11000000 | 111111 | 10010000 | 0 | 1000011 | 11001 | 11001 | 101000010 | 110011 | 110010 |
Color Harmonies of #C03F90
Complementary color
Monochromatic Colors of #C03F90
Black with #C03F90
Text Example
Text Example
White with #C03F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03F90; }
p { color: rgb(192,63,144); }
H1.HeaderClassName
{
color: #C03F90;
}
.AnyTagClassName
{
color: #C03F90;
}
</style>
background-color css
<style>
a { background-color: #C03F90; }
a { background-color: rgb(192,63,144); }
div.DivClassName
{
background-color: #C03F90;
}
.BgClassName
{
background-color: #C03F90;
}
</style>
border-color css
<style>
span { border-color: #C03F90; }
span { border-color: rgb(192,63,144); }
td.TdClassName
{
border-color: #C03F90;
}
.TagClassName
{
border-color: #C03F90;
}
</style>