Shades of Mulberry #C0438C
Tints of Mulberry #C0438C
RGB
CMYK
RGB Variations
Color information
#C0438C (or 0xC0438C) is known color: Mulberry. HEX triplet: C0, 43 and 8C. RGB value is (192,67,140). Sum of RGB (Red+Green+Blue) = 192+67+140=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 67 (26.56% from 255 or 16.79% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 192 - color contains mainly: red. Hex color #C0438C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0438C is #3FBC73. Grayscale: #707070. Windows color (decimal): -4177012 or 9192384. OLE color: 9192384.
HSL color Cylindrical-coordinate representation of color #C0438C: hue angle of 324.96º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C0438C is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 67 | 140 | - |
| CMYK | 0 | 0.65 | 0.27 | 0.25 |
| HSL | 324.96º | 0.5% | 0.51% | - |
| HSV(B) | 324.96º | 0.65% | 0.75% | - |
| XYZ | 28.48 | 17.11 | 26.61 | - |
| YUV | 112.7 | 143.41 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 67 | 140 | 0 | 0.65 | 0.27 | 0.25 | 324.96 | 0.5 | 0.51 |
| Hex | C0 | 43 | 8C | 0 | 41 | 1B | 19 | 145 | 32 | 33 |
| Octal | 300 | 103 | 214 | 0 | 101 | 33 | 31 | 505 | 62 | 63 |
| Binary | 11000000 | 1000011 | 10001100 | 0 | 1000001 | 11011 | 11001 | 101000101 | 110010 | 110011 |
Color Harmonies of #C0438C
Complementary color
Monochromatic Colors of #C0438C
Black with #C0438C
Text Example
Text Example
White with #C0438C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0438C; }
p { color: rgb(192,67,140); }
H1.HeaderClassName
{
color: #C0438C;
}
.AnyTagClassName
{
color: #C0438C;
}
</style>
background-color css
<style>
a { background-color: #C0438C; }
a { background-color: rgb(192,67,140); }
div.DivClassName
{
background-color: #C0438C;
}
.BgClassName
{
background-color: #C0438C;
}
</style>
border-color css
<style>
span { border-color: #C0438C; }
span { border-color: rgb(192,67,140); }
td.TdClassName
{
border-color: #C0438C;
}
.TagClassName
{
border-color: #C0438C;
}
</style>