Shades of Mulberry #C05FA5
Tints of Mulberry #C05FA5
RGB
CMYK
RGB Variations
Color information
#C05FA5 (or 0xC05FA5) is known color: Mulberry. HEX triplet: C0, 5F and A5. RGB value is (192,95,165). Sum of RGB (Red+Green+Blue) = 192+95+165=452 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.48% from 452); Green value is 95 (37.5% from 255 or 21.02% from 452); Blue value is 165 (64.84% from 255 or 36.50% from 452); Max value from RGB is 192 - color contains mainly: red. Hex color #C05FA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05FA5 is #3FA05A. Grayscale: #838383. Windows color (decimal): -4169819 or 10837952. OLE color: 10837952.
HSL color Cylindrical-coordinate representation of color #C05FA5: hue angle of 316.7º 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 #C05FA5 is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 95 | 165 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.25 |
| HSL | 316.7º | 0.43% | 0.56% | - |
| HSV(B) | 316.7º | 0.51% | 0.75% | - |
| XYZ | 32.62 | 22.11 | 38.15 | - |
| YUV | 131.98 | 146.64 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 95 | 165 | 0 | 0.51 | 0.14 | 0.25 | 316.7 | 0.43 | 0.56 |
| Hex | C0 | 5F | A5 | 0 | 33 | E | 19 | 13D | 2B | 38 |
| Octal | 300 | 137 | 245 | 0 | 63 | 16 | 31 | 475 | 53 | 70 |
| Binary | 11000000 | 1011111 | 10100101 | 0 | 110011 | 1110 | 11001 | 100111101 | 101011 | 111000 |
Color Harmonies of #C05FA5
Complementary color
Monochromatic Colors of #C05FA5
Black with #C05FA5
Text Example
Text Example
White with #C05FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05FA5; }
p { color: rgb(192,95,165); }
H1.HeaderClassName
{
color: #C05FA5;
}
.AnyTagClassName
{
color: #C05FA5;
}
</style>
background-color css
<style>
a { background-color: #C05FA5; }
a { background-color: rgb(192,95,165); }
div.DivClassName
{
background-color: #C05FA5;
}
.BgClassName
{
background-color: #C05FA5;
}
</style>
border-color css
<style>
span { border-color: #C05FA5; }
span { border-color: rgb(192,95,165); }
td.TdClassName
{
border-color: #C05FA5;
}
.TagClassName
{
border-color: #C05FA5;
}
</style>