Shades of Fuchsia #C662AA
Tints of Fuchsia #C662AA
RGB
CMYK
RGB Variations
Color information
#C662AA (or 0xC662AA) is known color: Fuchsia. HEX triplet: C6, 62 and AA. RGB value is (198,98,170). Sum of RGB (Red+Green+Blue) = 198+98+170=466 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.49% from 466); Green value is 98 (38.67% from 255 or 21.03% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 198 - color contains mainly: red. Hex color #C662AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C662AA is #399D55. Grayscale: #878787. Windows color (decimal): -3775830 or 11166406. OLE color: 11166406.
HSL color Cylindrical-coordinate representation of color #C662AA: hue angle of 316.8º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C662AA is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 98 | 170 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.22 |
| HSL | 316.8º | 0.47% | 0.58% | - |
| HSV(B) | 316.8º | 0.51% | 0.78% | - |
| XYZ | 34.91 | 23.64 | 40.75 | - |
| YUV | 136.11 | 147.13 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 98 | 170 | 0 | 0.51 | 0.14 | 0.22 | 316.8 | 0.47 | 0.58 |
| Hex | C6 | 62 | AA | 0 | 33 | E | 16 | 13D | 2F | 3A |
| Octal | 306 | 142 | 252 | 0 | 63 | 16 | 26 | 475 | 57 | 72 |
| Binary | 11000110 | 1100010 | 10101010 | 0 | 110011 | 1110 | 10110 | 100111101 | 101111 | 111010 |
Color Harmonies of #C662AA
Complementary color
Monochromatic Colors of #C662AA
Black with #C662AA
Text Example
Text Example
White with #C662AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C662AA; }
p { color: rgb(198,98,170); }
H1.HeaderClassName
{
color: #C662AA;
}
.AnyTagClassName
{
color: #C662AA;
}
</style>
background-color css
<style>
a { background-color: #C662AA; }
a { background-color: rgb(198,98,170); }
div.DivClassName
{
background-color: #C662AA;
}
.BgClassName
{
background-color: #C662AA;
}
</style>
border-color css
<style>
span { border-color: #C662AA; }
span { border-color: rgb(198,98,170); }
td.TdClassName
{
border-color: #C662AA;
}
.TagClassName
{
border-color: #C662AA;
}
</style>