Shades of Mulberry #C2428C
Tints of Mulberry #C2428C
RGB
CMYK
RGB Variations
Color information
#C2428C (or 0xC2428C) is known color: Mulberry. HEX triplet: C2, 42 and 8C. RGB value is (194,66,140). Sum of RGB (Red+Green+Blue) = 194+66+140=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 66 (26.17% from 255 or 16.5% from 400); Blue value is 140 (55.08% from 255 or 35% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C2428C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2428C is #3DBD73. Grayscale: #707070. Windows color (decimal): -4046196 or 9192130. OLE color: 9192130.
HSL color Cylindrical-coordinate representation of color #C2428C: hue angle of 325.31º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C2428C is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 66 | 140 | - |
| CMYK | 0 | 0.66 | 0.28 | 0.24 |
| HSL | 325.31º | 0.51% | 0.51% | - |
| HSV(B) | 325.31º | 0.66% | 0.76% | - |
| XYZ | 28.93 | 17.26 | 26.62 | - |
| YUV | 112.71 | 143.41 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 66 | 140 | 0 | 0.66 | 0.28 | 0.24 | 325.31 | 0.51 | 0.51 |
| Hex | C2 | 42 | 8C | 0 | 42 | 1C | 18 | 145 | 33 | 33 |
| Octal | 302 | 102 | 214 | 0 | 102 | 34 | 30 | 505 | 63 | 63 |
| Binary | 11000010 | 1000010 | 10001100 | 0 | 1000010 | 11100 | 11000 | 101000101 | 110011 | 110011 |
Color Harmonies of #C2428C
Complementary color
Monochromatic Colors of #C2428C
Black with #C2428C
Text Example
Text Example
White with #C2428C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2428C; }
p { color: rgb(194,66,140); }
H1.HeaderClassName
{
color: #C2428C;
}
.AnyTagClassName
{
color: #C2428C;
}
</style>
background-color css
<style>
a { background-color: #C2428C; }
a { background-color: rgb(194,66,140); }
div.DivClassName
{
background-color: #C2428C;
}
.BgClassName
{
background-color: #C2428C;
}
</style>
border-color css
<style>
span { border-color: #C2428C; }
span { border-color: rgb(194,66,140); }
td.TdClassName
{
border-color: #C2428C;
}
.TagClassName
{
border-color: #C2428C;
}
</style>