Shades of Fuchsia #C663AC
Tints of Fuchsia #C663AC
RGB
CMYK
RGB Variations
Color information
#C663AC (or 0xC663AC) is known color: Fuchsia. HEX triplet: C6, 63 and AC. RGB value is (198,99,172). Sum of RGB (Red+Green+Blue) = 198+99+172=469 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.22% from 469); Green value is 99 (39.06% from 255 or 21.11% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 198 - color contains mainly: red. Hex color #C663AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C663AC is #399C53. Grayscale: #888888. Windows color (decimal): -3775572 or 11297734. OLE color: 11297734.
HSL color Cylindrical-coordinate representation of color #C663AC: hue angle of 315.76º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C663AC is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 99 | 172 | - |
| CMYK | 0 | 0.50 | 0.13 | 0.22 |
| HSL | 315.76º | 0.46% | 0.58% | - |
| HSV(B) | 315.76º | 0.5% | 0.78% | - |
| XYZ | 35.2 | 23.91 | 41.79 | - |
| YUV | 136.92 | 147.8 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 99 | 172 | 0 | 0.50 | 0.13 | 0.22 | 315.76 | 0.46 | 0.58 |
| Hex | C6 | 63 | AC | 0 | 32 | D | 16 | 13C | 2E | 3A |
| Octal | 306 | 143 | 254 | 0 | 62 | 15 | 26 | 474 | 56 | 72 |
| Binary | 11000110 | 1100011 | 10101100 | 0 | 110010 | 1101 | 10110 | 100111100 | 101110 | 111010 |
Color Harmonies of #C663AC
Complementary color
Monochromatic Colors of #C663AC
Black with #C663AC
Text Example
Text Example
White with #C663AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C663AC; }
p { color: rgb(198,99,172); }
H1.HeaderClassName
{
color: #C663AC;
}
.AnyTagClassName
{
color: #C663AC;
}
</style>
background-color css
<style>
a { background-color: #C663AC; }
a { background-color: rgb(198,99,172); }
div.DivClassName
{
background-color: #C663AC;
}
.BgClassName
{
background-color: #C663AC;
}
</style>
border-color css
<style>
span { border-color: #C663AC; }
span { border-color: rgb(198,99,172); }
td.TdClassName
{
border-color: #C663AC;
}
.TagClassName
{
border-color: #C663AC;
}
</style>