Shades of Fuchsia #C060A7
Tints of Fuchsia #C060A7
RGB
CMYK
RGB Variations
Color information
#C060A7 (or 0xC060A7) is known color: Fuchsia. HEX triplet: C0, 60 and A7. RGB value is (192,96,167). Sum of RGB (Red+Green+Blue) = 192+96+167=455 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.20% from 455); Green value is 96 (37.89% from 255 or 21.10% from 455); Blue value is 167 (65.62% from 255 or 36.70% from 455); Max value from RGB is 192 - color contains mainly: red. Hex color #C060A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C060A7 is #3F9F58. Grayscale: #848484. Windows color (decimal): -4169561 or 10969280. OLE color: 10969280.
HSL color Cylindrical-coordinate representation of color #C060A7: hue angle of 315.62º 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 #C060A7 is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 96 | 167 | - |
| CMYK | 0 | 0.50 | 0.13 | 0.25 |
| HSL | 315.63º | 0.43% | 0.56% | - |
| HSV(B) | 315.63º | 0.5% | 0.75% | - |
| XYZ | 32.9 | 22.36 | 39.14 | - |
| YUV | 132.8 | 147.3 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 96 | 167 | 0 | 0.50 | 0.13 | 0.25 | 315.63 | 0.43 | 0.56 |
| Hex | C0 | 60 | A7 | 0 | 32 | D | 19 | 13C | 2B | 38 |
| Octal | 300 | 140 | 247 | 0 | 62 | 15 | 31 | 474 | 53 | 70 |
| Binary | 11000000 | 1100000 | 10100111 | 0 | 110010 | 1101 | 11001 | 100111100 | 101011 | 111000 |
Color Harmonies of #C060A7
Complementary color
Monochromatic Colors of #C060A7
Black with #C060A7
Text Example
Text Example
White with #C060A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C060A7; }
p { color: rgb(192,96,167); }
H1.HeaderClassName
{
color: #C060A7;
}
.AnyTagClassName
{
color: #C060A7;
}
</style>
background-color css
<style>
a { background-color: #C060A7; }
a { background-color: rgb(192,96,167); }
div.DivClassName
{
background-color: #C060A7;
}
.BgClassName
{
background-color: #C060A7;
}
</style>
border-color css
<style>
span { border-color: #C060A7; }
span { border-color: rgb(192,96,167); }
td.TdClassName
{
border-color: #C060A7;
}
.TagClassName
{
border-color: #C060A7;
}
</style>