Shades of Mulberry #C0459C
Tints of Mulberry #C0459C
RGB
CMYK
RGB Variations
Color information
#C0459C (or 0xC0459C) is known color: Mulberry. HEX triplet: C0, 45 and 9C. RGB value is (192,69,156). Sum of RGB (Red+Green+Blue) = 192+69+156=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 69 (27.34% from 255 or 16.55% from 417); Blue value is 156 (61.33% from 255 or 37.41% from 417); Max value from RGB is 192 - color contains mainly: red. Hex color #C0459C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0459C is #3FBA63. Grayscale: #737373. Windows color (decimal): -4176484 or 10241472. OLE color: 10241472.
HSL color Cylindrical-coordinate representation of color #C0459C: hue angle of 317.56º 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 #C0459C is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 69 | 156 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.25 |
| HSL | 317.56º | 0.49% | 0.51% | - |
| HSV(B) | 317.56º | 0.64% | 0.75% | - |
| XYZ | 29.87 | 17.86 | 33.33 | - |
| YUV | 115.7 | 150.75 | 182.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 69 | 156 | 0 | 0.64 | 0.19 | 0.25 | 317.56 | 0.49 | 0.51 |
| Hex | C0 | 45 | 9C | 0 | 40 | 13 | 19 | 13E | 31 | 33 |
| Octal | 300 | 105 | 234 | 0 | 100 | 23 | 31 | 476 | 61 | 63 |
| Binary | 11000000 | 1000101 | 10011100 | 0 | 1000000 | 10011 | 11001 | 100111110 | 110001 | 110011 |
Color Harmonies of #C0459C
Complementary color
Monochromatic Colors of #C0459C
Black with #C0459C
Text Example
Text Example
White with #C0459C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0459C; }
p { color: rgb(192,69,156); }
H1.HeaderClassName
{
color: #C0459C;
}
.AnyTagClassName
{
color: #C0459C;
}
</style>
background-color css
<style>
a { background-color: #C0459C; }
a { background-color: rgb(192,69,156); }
div.DivClassName
{
background-color: #C0459C;
}
.BgClassName
{
background-color: #C0459C;
}
</style>
border-color css
<style>
span { border-color: #C0459C; }
span { border-color: rgb(192,69,156); }
td.TdClassName
{
border-color: #C0459C;
}
.TagClassName
{
border-color: #C0459C;
}
</style>