Shades of Mulberry #C2428A
Tints of Mulberry #C2428A
RGB
CMYK
RGB Variations
Color information
#C2428A (or 0xC2428A) is known color: Mulberry. HEX triplet: C2, 42 and 8A. RGB value is (194,66,138). Sum of RGB (Red+Green+Blue) = 194+66+138=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 66 (26.17% from 255 or 16.58% from 398); Blue value is 138 (54.30% from 255 or 34.67% from 398); Max value from RGB is 194 - color contains mainly: red. Hex color #C2428A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2428A is #3DBD75. Grayscale: #707070. Windows color (decimal): -4046198 or 9061058. OLE color: 9061058.
HSL color Cylindrical-coordinate representation of color #C2428A: hue angle of 326.25º 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 #C2428A is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 66 | 138 | - |
| CMYK | 0 | 0.66 | 0.29 | 0.24 |
| HSL | 326.25º | 0.51% | 0.51% | - |
| HSV(B) | 326.25º | 0.66% | 0.76% | - |
| XYZ | 28.78 | 17.2 | 25.85 | - |
| YUV | 112.48 | 142.41 | 186.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 66 | 138 | 0 | 0.66 | 0.29 | 0.24 | 326.25 | 0.51 | 0.51 |
| Hex | C2 | 42 | 8A | 0 | 42 | 1D | 18 | 146 | 33 | 33 |
| Octal | 302 | 102 | 212 | 0 | 102 | 35 | 30 | 506 | 63 | 63 |
| Binary | 11000010 | 1000010 | 10001010 | 0 | 1000010 | 11101 | 11000 | 101000110 | 110011 | 110011 |
Color Harmonies of #C2428A
Complementary color
Monochromatic Colors of #C2428A
Black with #C2428A
Text Example
Text Example
White with #C2428A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2428A; }
p { color: rgb(194,66,138); }
H1.HeaderClassName
{
color: #C2428A;
}
.AnyTagClassName
{
color: #C2428A;
}
</style>
background-color css
<style>
a { background-color: #C2428A; }
a { background-color: rgb(194,66,138); }
div.DivClassName
{
background-color: #C2428A;
}
.BgClassName
{
background-color: #C2428A;
}
</style>
border-color css
<style>
span { border-color: #C2428A; }
span { border-color: rgb(194,66,138); }
td.TdClassName
{
border-color: #C2428A;
}
.TagClassName
{
border-color: #C2428A;
}
</style>