Shades of Mulberry #C05F93
Tints of Mulberry #C05F93
RGB
CMYK
RGB Variations
Color information
#C05F93 (or 0xC05F93) is known color: Mulberry. HEX triplet: C0, 5F and 93. RGB value is (192,95,147). Sum of RGB (Red+Green+Blue) = 192+95+147=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 95 (37.5% from 255 or 21.89% from 434); Blue value is 147 (57.81% from 255 or 33.87% from 434); Max value from RGB is 192 - color contains mainly: red. Hex color #C05F93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05F93 is #3FA06C. Grayscale: #818181. Windows color (decimal): -4169837 or 9658304. OLE color: 9658304.
HSL color Cylindrical-coordinate representation of color #C05F93: hue angle of 327.84º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C05F93 is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 95 | 147 | - |
| CMYK | 0 | 0.51 | 0.23 | 0.25 |
| HSL | 327.84º | 0.43% | 0.56% | - |
| HSV(B) | 327.84º | 0.51% | 0.75% | - |
| XYZ | 31.1 | 21.5 | 30.11 | - |
| YUV | 129.93 | 137.64 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 95 | 147 | 0 | 0.51 | 0.23 | 0.25 | 327.84 | 0.43 | 0.56 |
| Hex | C0 | 5F | 93 | 0 | 33 | 17 | 19 | 148 | 2B | 38 |
| Octal | 300 | 137 | 223 | 0 | 63 | 27 | 31 | 510 | 53 | 70 |
| Binary | 11000000 | 1011111 | 10010011 | 0 | 110011 | 10111 | 11001 | 101001000 | 101011 | 111000 |
Color Harmonies of #C05F93
Complementary color
Monochromatic Colors of #C05F93
Black with #C05F93
Text Example
Text Example
White with #C05F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05F93; }
p { color: rgb(192,95,147); }
H1.HeaderClassName
{
color: #C05F93;
}
.AnyTagClassName
{
color: #C05F93;
}
</style>
background-color css
<style>
a { background-color: #C05F93; }
a { background-color: rgb(192,95,147); }
div.DivClassName
{
background-color: #C05F93;
}
.BgClassName
{
background-color: #C05F93;
}
</style>
border-color css
<style>
span { border-color: #C05F93; }
span { border-color: rgb(192,95,147); }
td.TdClassName
{
border-color: #C05F93;
}
.TagClassName
{
border-color: #C05F93;
}
</style>