Shades of Mulberry #C2437F
Tints of Mulberry #C2437F
RGB
CMYK
RGB Variations
Color information
#C2437F (or 0xC2437F) is known color: Mulberry. HEX triplet: C2, 43 and 7F. RGB value is (194,67,127). Sum of RGB (Red+Green+Blue) = 194+67+127=388 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50% from 388); Green value is 67 (26.56% from 255 or 17.27% from 388); Blue value is 127 (50% from 255 or 32.73% from 388); Max value from RGB is 194 - color contains mainly: red. Hex color #C2437F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2437F is #3DBC80. Grayscale: #6F6F6F. Windows color (decimal): -4045953 or 8340418. OLE color: 8340418.
HSL color Cylindrical-coordinate representation of color #C2437F: hue angle of 331.65º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C2437F is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 67 | 127 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.24 |
| HSL | 331.65º | 0.51% | 0.51% | - |
| HSV(B) | 331.65º | 0.65% | 0.76% | - |
| XYZ | 28.09 | 17.02 | 21.88 | - |
| YUV | 111.81 | 136.58 | 186.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 67 | 127 | 0 | 0.65 | 0.35 | 0.24 | 331.65 | 0.51 | 0.51 |
| Hex | C2 | 43 | 7F | 0 | 41 | 23 | 18 | 14C | 33 | 33 |
| Octal | 302 | 103 | 177 | 0 | 101 | 43 | 30 | 514 | 63 | 63 |
| Binary | 11000010 | 1000011 | 1111111 | 0 | 1000001 | 100011 | 11000 | 101001100 | 110011 | 110011 |
Color Harmonies of #C2437F
Complementary color
Monochromatic Colors of #C2437F
Black with #C2437F
Text Example
Text Example
White with #C2437F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2437F; }
p { color: rgb(194,67,127); }
H1.HeaderClassName
{
color: #C2437F;
}
.AnyTagClassName
{
color: #C2437F;
}
</style>
background-color css
<style>
a { background-color: #C2437F; }
a { background-color: rgb(194,67,127); }
div.DivClassName
{
background-color: #C2437F;
}
.BgClassName
{
background-color: #C2437F;
}
</style>
border-color css
<style>
span { border-color: #C2437F; }
span { border-color: rgb(194,67,127); }
td.TdClassName
{
border-color: #C2437F;
}
.TagClassName
{
border-color: #C2437F;
}
</style>