Shades of Fuchsia #C060AC
Tints of Fuchsia #C060AC
RGB
CMYK
RGB Variations
Color information
#C060AC (or 0xC060AC) is known color: Fuchsia. HEX triplet: C0, 60 and AC. RGB value is (192,96,172). Sum of RGB (Red+Green+Blue) = 192+96+172=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 96 (37.89% from 255 or 20.87% from 460); Blue value is 172 (67.58% from 255 or 37.39% from 460); Max value from RGB is 192 - color contains mainly: red. Hex color #C060AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C060AC is #3F9F53. Grayscale: #858585. Windows color (decimal): -4169556 or 11296960. OLE color: 11296960.
HSL color Cylindrical-coordinate representation of color #C060AC: hue angle of 312.5º 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 #C060AC is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 96 | 172 | - |
| CMYK | 0 | 0.50 | 0.10 | 0.25 |
| HSL | 312.5º | 0.43% | 0.56% | - |
| HSV(B) | 312.5º | 0.5% | 0.75% | - |
| XYZ | 33.37 | 22.55 | 41.62 | - |
| YUV | 133.37 | 149.8 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 96 | 172 | 0 | 0.50 | 0.10 | 0.25 | 312.5 | 0.43 | 0.56 |
| Hex | C0 | 60 | AC | 0 | 32 | A | 19 | 138 | 2B | 38 |
| Octal | 300 | 140 | 254 | 0 | 62 | 12 | 31 | 470 | 53 | 70 |
| Binary | 11000000 | 1100000 | 10101100 | 0 | 110010 | 1010 | 11001 | 100111000 | 101011 | 111000 |
Color Harmonies of #C060AC
Complementary color
Monochromatic Colors of #C060AC
Black with #C060AC
Text Example
Text Example
White with #C060AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C060AC; }
p { color: rgb(192,96,172); }
H1.HeaderClassName
{
color: #C060AC;
}
.AnyTagClassName
{
color: #C060AC;
}
</style>
background-color css
<style>
a { background-color: #C060AC; }
a { background-color: rgb(192,96,172); }
div.DivClassName
{
background-color: #C060AC;
}
.BgClassName
{
background-color: #C060AC;
}
</style>
border-color css
<style>
span { border-color: #C060AC; }
span { border-color: rgb(192,96,172); }
td.TdClassName
{
border-color: #C060AC;
}
.TagClassName
{
border-color: #C060AC;
}
</style>