Shades of Fuchsia #C666AC
Tints of Fuchsia #C666AC
RGB
CMYK
RGB Variations
Color information
#C666AC (or 0xC666AC) is known color: Fuchsia. HEX triplet: C6, 66 and AC. RGB value is (198,102,172). Sum of RGB (Red+Green+Blue) = 198+102+172=472 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.95% from 472); Green value is 102 (40.23% from 255 or 21.61% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 198 - color contains mainly: red. Hex color #C666AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C666AC is #399953. Grayscale: #8A8A8A. Windows color (decimal): -3774804 or 11298502. OLE color: 11298502.
HSL color Cylindrical-coordinate representation of color #C666AC: hue angle of 316.25º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C666AC is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 102 | 172 | - |
| CMYK | 0 | 0.48 | 0.13 | 0.22 |
| HSL | 316.25º | 0.46% | 0.59% | - |
| HSV(B) | 316.25º | 0.48% | 0.78% | - |
| XYZ | 35.49 | 24.49 | 41.89 | - |
| YUV | 138.68 | 146.8 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 102 | 172 | 0 | 0.48 | 0.13 | 0.22 | 316.25 | 0.46 | 0.59 |
| Hex | C6 | 66 | AC | 0 | 30 | D | 16 | 13C | 2E | 3B |
| Octal | 306 | 146 | 254 | 0 | 60 | 15 | 26 | 474 | 56 | 73 |
| Binary | 11000110 | 1100110 | 10101100 | 0 | 110000 | 1101 | 10110 | 100111100 | 101110 | 111011 |
Color Harmonies of #C666AC
Complementary color
Monochromatic Colors of #C666AC
Black with #C666AC
Text Example
Text Example
White with #C666AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C666AC; }
p { color: rgb(198,102,172); }
H1.HeaderClassName
{
color: #C666AC;
}
.AnyTagClassName
{
color: #C666AC;
}
</style>
background-color css
<style>
a { background-color: #C666AC; }
a { background-color: rgb(198,102,172); }
div.DivClassName
{
background-color: #C666AC;
}
.BgClassName
{
background-color: #C666AC;
}
</style>
border-color css
<style>
span { border-color: #C666AC; }
span { border-color: rgb(198,102,172); }
td.TdClassName
{
border-color: #C666AC;
}
.TagClassName
{
border-color: #C666AC;
}
</style>