Shades of Fuchsia #C060A6
Tints of Fuchsia #C060A6
RGB
CMYK
RGB Variations
Color information
#C060A6 (or 0xC060A6) is known color: Fuchsia. HEX triplet: C0, 60 and A6. RGB value is (192,96,166). Sum of RGB (Red+Green+Blue) = 192+96+166=454 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.29% from 454); Green value is 96 (37.89% from 255 or 21.15% from 454); Blue value is 166 (65.23% from 255 or 36.56% from 454); Max value from RGB is 192 - color contains mainly: red. Hex color #C060A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C060A6 is #3F9F59. Grayscale: #848484. Windows color (decimal): -4169562 or 10903744. OLE color: 10903744.
HSL color Cylindrical-coordinate representation of color #C060A6: hue angle of 316.25º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C060A6 is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 96 | 166 | - |
| CMYK | 0 | 0.50 | 0.14 | 0.25 |
| HSL | 316.25º | 0.43% | 0.56% | - |
| HSV(B) | 316.25º | 0.5% | 0.75% | - |
| XYZ | 32.8 | 22.33 | 38.66 | - |
| YUV | 132.68 | 146.8 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 96 | 166 | 0 | 0.50 | 0.14 | 0.25 | 316.25 | 0.43 | 0.56 |
| Hex | C0 | 60 | A6 | 0 | 32 | E | 19 | 13C | 2B | 38 |
| Octal | 300 | 140 | 246 | 0 | 62 | 16 | 31 | 474 | 53 | 70 |
| Binary | 11000000 | 1100000 | 10100110 | 0 | 110010 | 1110 | 11001 | 100111100 | 101011 | 111000 |
Color Harmonies of #C060A6
Complementary color
Monochromatic Colors of #C060A6
Black with #C060A6
Text Example
Text Example
White with #C060A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C060A6; }
p { color: rgb(192,96,166); }
H1.HeaderClassName
{
color: #C060A6;
}
.AnyTagClassName
{
color: #C060A6;
}
</style>
background-color css
<style>
a { background-color: #C060A6; }
a { background-color: rgb(192,96,166); }
div.DivClassName
{
background-color: #C060A6;
}
.BgClassName
{
background-color: #C060A6;
}
</style>
border-color css
<style>
span { border-color: #C060A6; }
span { border-color: rgb(192,96,166); }
td.TdClassName
{
border-color: #C060A6;
}
.TagClassName
{
border-color: #C060A6;
}
</style>