Shades of Mulberry #C0459B
Tints of Mulberry #C0459B
RGB
CMYK
RGB Variations
Color information
#C0459B (or 0xC0459B) is known color: Mulberry. HEX triplet: C0, 45 and 9B. RGB value is (192,69,155). Sum of RGB (Red+Green+Blue) = 192+69+155=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 69 (27.34% from 255 or 16.59% from 416); Blue value is 155 (60.94% from 255 or 37.26% from 416); Max value from RGB is 192 - color contains mainly: red. Hex color #C0459B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0459B is #3FBA64. Grayscale: #737373. Windows color (decimal): -4176485 or 10175936. OLE color: 10175936.
HSL color Cylindrical-coordinate representation of color #C0459B: hue angle of 318.05º 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 #C0459B is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 69 | 155 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.25 |
| HSL | 318.05º | 0.49% | 0.51% | - |
| HSV(B) | 318.05º | 0.64% | 0.75% | - |
| XYZ | 29.78 | 17.83 | 32.88 | - |
| YUV | 115.58 | 150.25 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 69 | 155 | 0 | 0.64 | 0.19 | 0.25 | 318.05 | 0.49 | 0.51 |
| Hex | C0 | 45 | 9B | 0 | 40 | 13 | 19 | 13E | 31 | 33 |
| Octal | 300 | 105 | 233 | 0 | 100 | 23 | 31 | 476 | 61 | 63 |
| Binary | 11000000 | 1000101 | 10011011 | 0 | 1000000 | 10011 | 11001 | 100111110 | 110001 | 110011 |
Color Harmonies of #C0459B
Complementary color
Monochromatic Colors of #C0459B
Black with #C0459B
Text Example
Text Example
White with #C0459B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0459B; }
p { color: rgb(192,69,155); }
H1.HeaderClassName
{
color: #C0459B;
}
.AnyTagClassName
{
color: #C0459B;
}
</style>
background-color css
<style>
a { background-color: #C0459B; }
a { background-color: rgb(192,69,155); }
div.DivClassName
{
background-color: #C0459B;
}
.BgClassName
{
background-color: #C0459B;
}
</style>
border-color css
<style>
span { border-color: #C0459B; }
span { border-color: rgb(192,69,155); }
td.TdClassName
{
border-color: #C0459B;
}
.TagClassName
{
border-color: #C0459B;
}
</style>