Shades of Mulberry #C0469F
Tints of Mulberry #C0469F
RGB
CMYK
RGB Variations
Color information
#C0469F (or 0xC0469F) is known color: Mulberry. HEX triplet: C0, 46 and 9F. RGB value is (192,70,159). Sum of RGB (Red+Green+Blue) = 192+70+159=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 70 (27.73% from 255 or 16.63% from 421); Blue value is 159 (62.5% from 255 or 37.77% from 421); Max value from RGB is 192 - color contains mainly: red. Hex color #C0469F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0469F is #3FB960. Grayscale: #747474. Windows color (decimal): -4176225 or 10438336. OLE color: 10438336.
HSL color Cylindrical-coordinate representation of color #C0469F: hue angle of 316.23º 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 #C0469F is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 70 | 159 | - |
| CMYK | 0 | 0.64 | 0.17 | 0.25 |
| HSL | 316.23º | 0.49% | 0.51% | - |
| HSV(B) | 316.23º | 0.64% | 0.75% | - |
| XYZ | 30.19 | 18.09 | 34.7 | - |
| YUV | 116.62 | 151.92 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 70 | 159 | 0 | 0.64 | 0.17 | 0.25 | 316.23 | 0.49 | 0.51 |
| Hex | C0 | 46 | 9F | 0 | 40 | 11 | 19 | 13C | 31 | 33 |
| Octal | 300 | 106 | 237 | 0 | 100 | 21 | 31 | 474 | 61 | 63 |
| Binary | 11000000 | 1000110 | 10011111 | 0 | 1000000 | 10001 | 11001 | 100111100 | 110001 | 110011 |
Color Harmonies of #C0469F
Complementary color
Monochromatic Colors of #C0469F
Black with #C0469F
Text Example
Text Example
White with #C0469F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0469F; }
p { color: rgb(192,70,159); }
H1.HeaderClassName
{
color: #C0469F;
}
.AnyTagClassName
{
color: #C0469F;
}
</style>
background-color css
<style>
a { background-color: #C0469F; }
a { background-color: rgb(192,70,159); }
div.DivClassName
{
background-color: #C0469F;
}
.BgClassName
{
background-color: #C0469F;
}
</style>
border-color css
<style>
span { border-color: #C0469F; }
span { border-color: rgb(192,70,159); }
td.TdClassName
{
border-color: #C0469F;
}
.TagClassName
{
border-color: #C0469F;
}
</style>