Shades of Fuchsia #C663AF
Tints of Fuchsia #C663AF
RGB
CMYK
RGB Variations
Color information
#C663AF (or 0xC663AF) is known color: Fuchsia. HEX triplet: C6, 63 and AF. RGB value is (198,99,175). Sum of RGB (Red+Green+Blue) = 198+99+175=472 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.95% from 472); Green value is 99 (39.06% from 255 or 20.97% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 198 - color contains mainly: red. Hex color #C663AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C663AF is #399C50. Grayscale: #898989. Windows color (decimal): -3775569 or 11494342. OLE color: 11494342.
HSL color Cylindrical-coordinate representation of color #C663AF: hue angle of 313.94º 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 #C663AF is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 99 | 175 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.22 |
| HSL | 313.94º | 0.46% | 0.58% | - |
| HSV(B) | 313.94º | 0.5% | 0.78% | - |
| XYZ | 35.49 | 24.02 | 43.32 | - |
| YUV | 137.27 | 149.3 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 99 | 175 | 0 | 0.50 | 0.12 | 0.22 | 313.94 | 0.46 | 0.58 |
| Hex | C6 | 63 | AF | 0 | 32 | C | 16 | 13A | 2E | 3A |
| Octal | 306 | 143 | 257 | 0 | 62 | 14 | 26 | 472 | 56 | 72 |
| Binary | 11000110 | 1100011 | 10101111 | 0 | 110010 | 1100 | 10110 | 100111010 | 101110 | 111010 |
Color Harmonies of #C663AF
Complementary color
Monochromatic Colors of #C663AF
Black with #C663AF
Text Example
Text Example
White with #C663AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C663AF; }
p { color: rgb(198,99,175); }
H1.HeaderClassName
{
color: #C663AF;
}
.AnyTagClassName
{
color: #C663AF;
}
</style>
background-color css
<style>
a { background-color: #C663AF; }
a { background-color: rgb(198,99,175); }
div.DivClassName
{
background-color: #C663AF;
}
.BgClassName
{
background-color: #C663AF;
}
</style>
border-color css
<style>
span { border-color: #C663AF; }
span { border-color: rgb(198,99,175); }
td.TdClassName
{
border-color: #C663AF;
}
.TagClassName
{
border-color: #C663AF;
}
</style>