Shades of Mulberry #C2447F
Tints of Mulberry #C2447F
RGB
CMYK
RGB Variations
Color information
#C2447F (or 0xC2447F) is known color: Mulberry. HEX triplet: C2, 44 and 7F. RGB value is (194,68,127). Sum of RGB (Red+Green+Blue) = 194+68+127=389 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.87% from 389); Green value is 68 (26.95% from 255 or 17.48% from 389); Blue value is 127 (50% from 255 or 32.65% from 389); Max value from RGB is 194 - color contains mainly: red. Hex color #C2447F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2447F is #3DBB80. Grayscale: #707070. Windows color (decimal): -4045697 or 8340674. OLE color: 8340674.
HSL color Cylindrical-coordinate representation of color #C2447F: hue angle of 331.9º 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 #C2447F is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 68 | 127 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.24 |
| HSL | 331.9º | 0.51% | 0.51% | - |
| HSV(B) | 331.9º | 0.65% | 0.76% | - |
| XYZ | 28.15 | 17.14 | 21.9 | - |
| YUV | 112.4 | 136.24 | 186.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 68 | 127 | 0 | 0.65 | 0.35 | 0.24 | 331.9 | 0.51 | 0.51 |
| Hex | C2 | 44 | 7F | 0 | 41 | 23 | 18 | 14C | 33 | 33 |
| Octal | 302 | 104 | 177 | 0 | 101 | 43 | 30 | 514 | 63 | 63 |
| Binary | 11000010 | 1000100 | 1111111 | 0 | 1000001 | 100011 | 11000 | 101001100 | 110011 | 110011 |
Color Harmonies of #C2447F
Complementary color
Monochromatic Colors of #C2447F
Black with #C2447F
Text Example
Text Example
White with #C2447F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2447F; }
p { color: rgb(194,68,127); }
H1.HeaderClassName
{
color: #C2447F;
}
.AnyTagClassName
{
color: #C2447F;
}
</style>
background-color css
<style>
a { background-color: #C2447F; }
a { background-color: rgb(194,68,127); }
div.DivClassName
{
background-color: #C2447F;
}
.BgClassName
{
background-color: #C2447F;
}
</style>
border-color css
<style>
span { border-color: #C2447F; }
span { border-color: rgb(194,68,127); }
td.TdClassName
{
border-color: #C2447F;
}
.TagClassName
{
border-color: #C2447F;
}
</style>