Shades of Fuchsia #C663AA
Tints of Fuchsia #C663AA
RGB
CMYK
RGB Variations
Color information
#C663AA (or 0xC663AA) is known color: Fuchsia. HEX triplet: C6, 63 and AA. RGB value is (198,99,170). Sum of RGB (Red+Green+Blue) = 198+99+170=467 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.40% from 467); Green value is 99 (39.06% from 255 or 21.20% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 198 - color contains mainly: red. Hex color #C663AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C663AA is #399C55. Grayscale: #888888. Windows color (decimal): -3775574 or 11166662. OLE color: 11166662.
HSL color Cylindrical-coordinate representation of color #C663AA: hue angle of 316.97º 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 #C663AA is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 99 | 170 | - |
| CMYK | 0 | 0.50 | 0.14 | 0.22 |
| HSL | 316.97º | 0.46% | 0.58% | - |
| HSV(B) | 316.97º | 0.5% | 0.78% | - |
| XYZ | 35.01 | 23.83 | 40.79 | - |
| YUV | 136.7 | 146.8 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 99 | 170 | 0 | 0.50 | 0.14 | 0.22 | 316.97 | 0.46 | 0.58 |
| Hex | C6 | 63 | AA | 0 | 32 | E | 16 | 13D | 2E | 3A |
| Octal | 306 | 143 | 252 | 0 | 62 | 16 | 26 | 475 | 56 | 72 |
| Binary | 11000110 | 1100011 | 10101010 | 0 | 110010 | 1110 | 10110 | 100111101 | 101110 | 111010 |
Color Harmonies of #C663AA
Complementary color
Monochromatic Colors of #C663AA
Black with #C663AA
Text Example
Text Example
White with #C663AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C663AA; }
p { color: rgb(198,99,170); }
H1.HeaderClassName
{
color: #C663AA;
}
.AnyTagClassName
{
color: #C663AA;
}
</style>
background-color css
<style>
a { background-color: #C663AA; }
a { background-color: rgb(198,99,170); }
div.DivClassName
{
background-color: #C663AA;
}
.BgClassName
{
background-color: #C663AA;
}
</style>
border-color css
<style>
span { border-color: #C663AA; }
span { border-color: rgb(198,99,170); }
td.TdClassName
{
border-color: #C663AA;
}
.TagClassName
{
border-color: #C663AA;
}
</style>