Shades of Fuchsia #C466AA
Tints of Fuchsia #C466AA
RGB
CMYK
RGB Variations
Color information
#C466AA (or 0xC466AA) is known color: Fuchsia. HEX triplet: C4, 66 and AA. RGB value is (196,102,170). Sum of RGB (Red+Green+Blue) = 196+102+170=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 102 (40.23% from 255 or 21.79% from 468); Blue value is 170 (66.80% from 255 or 36.32% from 468); Max value from RGB is 196 - color contains mainly: red. Hex color #C466AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C466AA is #3B9955. Grayscale: #898989. Windows color (decimal): -3905878 or 11167428. OLE color: 11167428.
HSL color Cylindrical-coordinate representation of color #C466AA: hue angle of 316.6º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C466AA is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 102 | 170 | - |
| CMYK | 0 | 0.48 | 0.13 | 0.23 |
| HSL | 316.6º | 0.44% | 0.58% | - |
| HSV(B) | 316.6º | 0.48% | 0.77% | - |
| XYZ | 34.77 | 24.14 | 40.86 | - |
| YUV | 137.86 | 146.14 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 102 | 170 | 0 | 0.48 | 0.13 | 0.23 | 316.6 | 0.44 | 0.58 |
| Hex | C4 | 66 | AA | 0 | 30 | D | 17 | 13D | 2C | 3A |
| Octal | 304 | 146 | 252 | 0 | 60 | 15 | 27 | 475 | 54 | 72 |
| Binary | 11000100 | 1100110 | 10101010 | 0 | 110000 | 1101 | 10111 | 100111101 | 101100 | 111010 |
Color Harmonies of #C466AA
Complementary color
Monochromatic Colors of #C466AA
Black with #C466AA
Text Example
Text Example
White with #C466AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C466AA; }
p { color: rgb(196,102,170); }
H1.HeaderClassName
{
color: #C466AA;
}
.AnyTagClassName
{
color: #C466AA;
}
</style>
background-color css
<style>
a { background-color: #C466AA; }
a { background-color: rgb(196,102,170); }
div.DivClassName
{
background-color: #C466AA;
}
.BgClassName
{
background-color: #C466AA;
}
</style>
border-color css
<style>
span { border-color: #C466AA; }
span { border-color: rgb(196,102,170); }
td.TdClassName
{
border-color: #C466AA;
}
.TagClassName
{
border-color: #C466AA;
}
</style>