Shades of Fuchsia #C062AC
Tints of Fuchsia #C062AC
RGB
CMYK
RGB Variations
Color information
#C062AC (or 0xC062AC) is known color: Fuchsia. HEX triplet: C0, 62 and AC. RGB value is (192,98,172). Sum of RGB (Red+Green+Blue) = 192+98+172=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 98 (38.67% from 255 or 21.21% from 462); Blue value is 172 (67.58% from 255 or 37.23% from 462); Max value from RGB is 192 - color contains mainly: red. Hex color #C062AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C062AC is #3F9D53. Grayscale: #868686. Windows color (decimal): -4169044 or 11297472. OLE color: 11297472.
HSL color Cylindrical-coordinate representation of color #C062AC: hue angle of 312.77º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C062AC is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 98 | 172 | - |
| CMYK | 0 | 0.49 | 0.10 | 0.25 |
| HSL | 312.77º | 0.43% | 0.57% | - |
| HSV(B) | 312.77º | 0.49% | 0.75% | - |
| XYZ | 33.55 | 22.92 | 41.69 | - |
| YUV | 134.54 | 149.14 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 98 | 172 | 0 | 0.49 | 0.10 | 0.25 | 312.77 | 0.43 | 0.57 |
| Hex | C0 | 62 | AC | 0 | 31 | A | 19 | 139 | 2B | 39 |
| Octal | 300 | 142 | 254 | 0 | 61 | 12 | 31 | 471 | 53 | 71 |
| Binary | 11000000 | 1100010 | 10101100 | 0 | 110001 | 1010 | 11001 | 100111001 | 101011 | 111001 |
Color Harmonies of #C062AC
Complementary color
Monochromatic Colors of #C062AC
Black with #C062AC
Text Example
Text Example
White with #C062AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C062AC; }
p { color: rgb(192,98,172); }
H1.HeaderClassName
{
color: #C062AC;
}
.AnyTagClassName
{
color: #C062AC;
}
</style>
background-color css
<style>
a { background-color: #C062AC; }
a { background-color: rgb(192,98,172); }
div.DivClassName
{
background-color: #C062AC;
}
.BgClassName
{
background-color: #C062AC;
}
</style>
border-color css
<style>
span { border-color: #C062AC; }
span { border-color: rgb(192,98,172); }
td.TdClassName
{
border-color: #C062AC;
}
.TagClassName
{
border-color: #C062AC;
}
</style>