Shades of Fuchsia #C66AAF
Tints of Fuchsia #C66AAF
RGB
CMYK
RGB Variations
Color information
#C66AAF (or 0xC66AAF) is known color: Fuchsia. HEX triplet: C6, 6A and AF. RGB value is (198,106,175). Sum of RGB (Red+Green+Blue) = 198+106+175=479 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.34% from 479); Green value is 106 (41.80% from 255 or 22.13% from 479); Blue value is 175 (68.75% from 255 or 36.53% from 479); Max value from RGB is 198 - color contains mainly: red. Hex color #C66AAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66AAF is #399550. Grayscale: #8D8D8D. Windows color (decimal): -3773777 or 11496134. OLE color: 11496134.
HSL color Cylindrical-coordinate representation of color #C66AAF: hue angle of 315º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C66AAF is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 106 | 175 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.22 |
| HSL | 315º | 0.45% | 0.6% | - |
| HSV(B) | 315º | 0.46% | 0.78% | - |
| XYZ | 36.18 | 25.41 | 43.55 | - |
| YUV | 141.37 | 146.98 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 106 | 175 | 0 | 0.46 | 0.12 | 0.22 | 315 | 0.45 | 0.6 |
| Hex | C6 | 6A | AF | 0 | 2E | C | 16 | 13B | 2D | 3C |
| Octal | 306 | 152 | 257 | 0 | 56 | 14 | 26 | 473 | 55 | 74 |
| Binary | 11000110 | 1101010 | 10101111 | 0 | 101110 | 1100 | 10110 | 100111011 | 101101 | 111100 |
Color Harmonies of #C66AAF
Complementary color
Monochromatic Colors of #C66AAF
Black with #C66AAF
Text Example
Text Example
White with #C66AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66AAF; }
p { color: rgb(198,106,175); }
H1.HeaderClassName
{
color: #C66AAF;
}
.AnyTagClassName
{
color: #C66AAF;
}
</style>
background-color css
<style>
a { background-color: #C66AAF; }
a { background-color: rgb(198,106,175); }
div.DivClassName
{
background-color: #C66AAF;
}
.BgClassName
{
background-color: #C66AAF;
}
</style>
border-color css
<style>
span { border-color: #C66AAF; }
span { border-color: rgb(198,106,175); }
td.TdClassName
{
border-color: #C66AAF;
}
.TagClassName
{
border-color: #C66AAF;
}
</style>