Shades of Mulberry #C0469D
Tints of Mulberry #C0469D
RGB
CMYK
RGB Variations
Color information
#C0469D (or 0xC0469D) is known color: Mulberry. HEX triplet: C0, 46 and 9D. RGB value is (192,70,157). Sum of RGB (Red+Green+Blue) = 192+70+157=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 70 (27.73% from 255 or 16.71% from 419); Blue value is 157 (61.72% from 255 or 37.47% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C0469D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0469D is #3FB962. Grayscale: #747474. Windows color (decimal): -4176227 or 10307264. OLE color: 10307264.
HSL color Cylindrical-coordinate representation of color #C0469D: hue angle of 317.21º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C0469D is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 70 | 157 | - |
| CMYK | 0 | 0.64 | 0.18 | 0.25 |
| HSL | 317.21º | 0.49% | 0.51% | - |
| HSV(B) | 317.21º | 0.64% | 0.75% | - |
| XYZ | 30.01 | 18.02 | 33.79 | - |
| YUV | 116.4 | 150.92 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 70 | 157 | 0 | 0.64 | 0.18 | 0.25 | 317.21 | 0.49 | 0.51 |
| Hex | C0 | 46 | 9D | 0 | 40 | 12 | 19 | 13D | 31 | 33 |
| Octal | 300 | 106 | 235 | 0 | 100 | 22 | 31 | 475 | 61 | 63 |
| Binary | 11000000 | 1000110 | 10011101 | 0 | 1000000 | 10010 | 11001 | 100111101 | 110001 | 110011 |
Color Harmonies of #C0469D
Complementary color
Monochromatic Colors of #C0469D
Black with #C0469D
Text Example
Text Example
White with #C0469D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0469D; }
p { color: rgb(192,70,157); }
H1.HeaderClassName
{
color: #C0469D;
}
.AnyTagClassName
{
color: #C0469D;
}
</style>
background-color css
<style>
a { background-color: #C0469D; }
a { background-color: rgb(192,70,157); }
div.DivClassName
{
background-color: #C0469D;
}
.BgClassName
{
background-color: #C0469D;
}
</style>
border-color css
<style>
span { border-color: #C0469D; }
span { border-color: rgb(192,70,157); }
td.TdClassName
{
border-color: #C0469D;
}
.TagClassName
{
border-color: #C0469D;
}
</style>