Shades of Mulberry #C0449B
Tints of Mulberry #C0449B
RGB
CMYK
RGB Variations
Color information
#C0449B (or 0xC0449B) is known color: Mulberry. HEX triplet: C0, 44 and 9B. RGB value is (192,68,155). Sum of RGB (Red+Green+Blue) = 192+68+155=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 68 (26.95% from 255 or 16.39% from 415); Blue value is 155 (60.94% from 255 or 37.35% from 415); Max value from RGB is 192 - color contains mainly: red. Hex color #C0449B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0449B is #3FBB64. Grayscale: #727272. Windows color (decimal): -4176741 or 10175680. OLE color: 10175680.
HSL color Cylindrical-coordinate representation of color #C0449B: hue angle of 317.9º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C0449B is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 68 | 155 | - |
| CMYK | 0 | 0.65 | 0.19 | 0.25 |
| HSL | 317.9º | 0.5% | 0.51% | - |
| HSV(B) | 317.9º | 0.65% | 0.75% | - |
| XYZ | 29.72 | 17.71 | 32.86 | - |
| YUV | 114.99 | 150.58 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 68 | 155 | 0 | 0.65 | 0.19 | 0.25 | 317.9 | 0.5 | 0.51 |
| Hex | C0 | 44 | 9B | 0 | 41 | 13 | 19 | 13E | 32 | 33 |
| Octal | 300 | 104 | 233 | 0 | 101 | 23 | 31 | 476 | 62 | 63 |
| Binary | 11000000 | 1000100 | 10011011 | 0 | 1000001 | 10011 | 11001 | 100111110 | 110010 | 110011 |
Color Harmonies of #C0449B
Complementary color
Monochromatic Colors of #C0449B
Black with #C0449B
Text Example
Text Example
White with #C0449B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0449B; }
p { color: rgb(192,68,155); }
H1.HeaderClassName
{
color: #C0449B;
}
.AnyTagClassName
{
color: #C0449B;
}
</style>
background-color css
<style>
a { background-color: #C0449B; }
a { background-color: rgb(192,68,155); }
div.DivClassName
{
background-color: #C0449B;
}
.BgClassName
{
background-color: #C0449B;
}
</style>
border-color css
<style>
span { border-color: #C0449B; }
span { border-color: rgb(192,68,155); }
td.TdClassName
{
border-color: #C0449B;
}
.TagClassName
{
border-color: #C0449B;
}
</style>