Shades of Mulberry #C0469C
Tints of Mulberry #C0469C
RGB
CMYK
RGB Variations
Color information
#C0469C (or 0xC0469C) is known color: Mulberry. HEX triplet: C0, 46 and 9C. RGB value is (192,70,156). Sum of RGB (Red+Green+Blue) = 192+70+156=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 70 (27.73% from 255 or 16.75% from 418); Blue value is 156 (61.33% from 255 or 37.32% from 418); Max value from RGB is 192 - color contains mainly: red. Hex color #C0469C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0469C is #3FB963. Grayscale: #747474. Windows color (decimal): -4176228 or 10241728. OLE color: 10241728.
HSL color Cylindrical-coordinate representation of color #C0469C: hue angle of 317.7º 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 #C0469C is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 70 | 156 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.25 |
| HSL | 317.7º | 0.49% | 0.51% | - |
| HSV(B) | 317.7º | 0.64% | 0.75% | - |
| XYZ | 29.93 | 17.99 | 33.35 | - |
| YUV | 116.28 | 150.42 | 182.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 70 | 156 | 0 | 0.64 | 0.19 | 0.25 | 317.7 | 0.49 | 0.51 |
| Hex | C0 | 46 | 9C | 0 | 40 | 13 | 19 | 13E | 31 | 33 |
| Octal | 300 | 106 | 234 | 0 | 100 | 23 | 31 | 476 | 61 | 63 |
| Binary | 11000000 | 1000110 | 10011100 | 0 | 1000000 | 10011 | 11001 | 100111110 | 110001 | 110011 |
Color Harmonies of #C0469C
Complementary color
Monochromatic Colors of #C0469C
Black with #C0469C
Text Example
Text Example
White with #C0469C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0469C; }
p { color: rgb(192,70,156); }
H1.HeaderClassName
{
color: #C0469C;
}
.AnyTagClassName
{
color: #C0469C;
}
</style>
background-color css
<style>
a { background-color: #C0469C; }
a { background-color: rgb(192,70,156); }
div.DivClassName
{
background-color: #C0469C;
}
.BgClassName
{
background-color: #C0469C;
}
</style>
border-color css
<style>
span { border-color: #C0469C; }
span { border-color: rgb(192,70,156); }
td.TdClassName
{
border-color: #C0469C;
}
.TagClassName
{
border-color: #C0469C;
}
</style>