Shades of Mulberry #C05394
Tints of Mulberry #C05394
RGB
CMYK
RGB Variations
Color information
#C05394 (or 0xC05394) is known color: Mulberry. HEX triplet: C0, 53 and 94. RGB value is (192,83,148). Sum of RGB (Red+Green+Blue) = 192+83+148=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 83 (32.81% from 255 or 19.62% from 423); Blue value is 148 (58.20% from 255 or 34.99% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C05394 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05394 is #3FAC6B. Grayscale: #7A7A7A. Windows color (decimal): -4172908 or 9720768. OLE color: 9720768.
HSL color Cylindrical-coordinate representation of color #C05394: hue angle of 324.22º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C05394 is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 83 | 148 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.25 |
| HSL | 324.22º | 0.46% | 0.54% | - |
| HSV(B) | 324.22º | 0.57% | 0.75% | - |
| XYZ | 30.18 | 19.53 | 30.2 | - |
| YUV | 123 | 142.11 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 83 | 148 | 0 | 0.57 | 0.23 | 0.25 | 324.22 | 0.46 | 0.54 |
| Hex | C0 | 53 | 94 | 0 | 39 | 17 | 19 | 144 | 2E | 36 |
| Octal | 300 | 123 | 224 | 0 | 71 | 27 | 31 | 504 | 56 | 66 |
| Binary | 11000000 | 1010011 | 10010100 | 0 | 111001 | 10111 | 11001 | 101000100 | 101110 | 110110 |
Color Harmonies of #C05394
Complementary color
Monochromatic Colors of #C05394
Black with #C05394
Text Example
Text Example
White with #C05394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05394; }
p { color: rgb(192,83,148); }
H1.HeaderClassName
{
color: #C05394;
}
.AnyTagClassName
{
color: #C05394;
}
</style>
background-color css
<style>
a { background-color: #C05394; }
a { background-color: rgb(192,83,148); }
div.DivClassName
{
background-color: #C05394;
}
.BgClassName
{
background-color: #C05394;
}
</style>
border-color css
<style>
span { border-color: #C05394; }
span { border-color: rgb(192,83,148); }
td.TdClassName
{
border-color: #C05394;
}
.TagClassName
{
border-color: #C05394;
}
</style>