Shades of Mulberry #C2449B
Tints of Mulberry #C2449B
RGB
CMYK
RGB Variations
Color information
#C2449B (or 0xC2449B) is known color: Mulberry. HEX triplet: C2, 44 and 9B. RGB value is (194,68,155). Sum of RGB (Red+Green+Blue) = 194+68+155=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 68 (26.95% from 255 or 16.31% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 194 - color contains mainly: red. Hex color #C2449B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2449B is #3DBB64. Grayscale: #737373. Windows color (decimal): -4045669 or 10175682. OLE color: 10175682.
HSL color Cylindrical-coordinate representation of color #C2449B: hue angle of 318.57º 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 #C2449B is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 68 | 155 | - |
| CMYK | 0 | 0.65 | 0.20 | 0.24 |
| HSL | 318.57º | 0.51% | 0.51% | - |
| HSV(B) | 318.57º | 0.65% | 0.76% | - |
| XYZ | 30.23 | 17.97 | 32.89 | - |
| YUV | 115.59 | 150.24 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 68 | 155 | 0 | 0.65 | 0.20 | 0.24 | 318.57 | 0.51 | 0.51 |
| Hex | C2 | 44 | 9B | 0 | 41 | 14 | 18 | 13F | 33 | 33 |
| Octal | 302 | 104 | 233 | 0 | 101 | 24 | 30 | 477 | 63 | 63 |
| Binary | 11000010 | 1000100 | 10011011 | 0 | 1000001 | 10100 | 11000 | 100111111 | 110011 | 110011 |
Color Harmonies of #C2449B
Complementary color
Monochromatic Colors of #C2449B
Black with #C2449B
Text Example
Text Example
White with #C2449B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2449B; }
p { color: rgb(194,68,155); }
H1.HeaderClassName
{
color: #C2449B;
}
.AnyTagClassName
{
color: #C2449B;
}
</style>
background-color css
<style>
a { background-color: #C2449B; }
a { background-color: rgb(194,68,155); }
div.DivClassName
{
background-color: #C2449B;
}
.BgClassName
{
background-color: #C2449B;
}
</style>
border-color css
<style>
span { border-color: #C2449B; }
span { border-color: rgb(194,68,155); }
td.TdClassName
{
border-color: #C2449B;
}
.TagClassName
{
border-color: #C2449B;
}
</style>