Shades of Mulberry #C05294
Tints of Mulberry #C05294
RGB
CMYK
RGB Variations
Color information
#C05294 (or 0xC05294) is known color: Mulberry. HEX triplet: C0, 52 and 94. RGB value is (192,82,148). Sum of RGB (Red+Green+Blue) = 192+82+148=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 82 (32.42% from 255 or 19.43% from 422); Blue value is 148 (58.20% from 255 or 35.07% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C05294 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05294 is #3FAD6B. Grayscale: #7A7A7A. Windows color (decimal): -4173164 or 9720512. OLE color: 9720512.
HSL color Cylindrical-coordinate representation of color #C05294: hue angle of 324º degrees, saturation: 0.47, 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 #C05294 is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 82 | 148 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.25 |
| HSL | 324º | 0.47% | 0.54% | - |
| HSV(B) | 324º | 0.57% | 0.75% | - |
| XYZ | 30.1 | 19.38 | 30.17 | - |
| YUV | 122.41 | 142.44 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 82 | 148 | 0 | 0.57 | 0.23 | 0.25 | 324 | 0.47 | 0.54 |
| Hex | C0 | 52 | 94 | 0 | 39 | 17 | 19 | 144 | 2F | 36 |
| Octal | 300 | 122 | 224 | 0 | 71 | 27 | 31 | 504 | 57 | 66 |
| Binary | 11000000 | 1010010 | 10010100 | 0 | 111001 | 10111 | 11001 | 101000100 | 101111 | 110110 |
Color Harmonies of #C05294
Complementary color
Monochromatic Colors of #C05294
Black with #C05294
Text Example
Text Example
White with #C05294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05294; }
p { color: rgb(192,82,148); }
H1.HeaderClassName
{
color: #C05294;
}
.AnyTagClassName
{
color: #C05294;
}
</style>
background-color css
<style>
a { background-color: #C05294; }
a { background-color: rgb(192,82,148); }
div.DivClassName
{
background-color: #C05294;
}
.BgClassName
{
background-color: #C05294;
}
</style>
border-color css
<style>
span { border-color: #C05294; }
span { border-color: rgb(192,82,148); }
td.TdClassName
{
border-color: #C05294;
}
.TagClassName
{
border-color: #C05294;
}
</style>