Shades of Fuchsia #C466AB
Tints of Fuchsia #C466AB
RGB
CMYK
RGB Variations
Color information
#C466AB (or 0xC466AB) is known color: Fuchsia. HEX triplet: C4, 66 and AB. RGB value is (196,102,171). Sum of RGB (Red+Green+Blue) = 196+102+171=469 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.79% from 469); Green value is 102 (40.23% from 255 or 21.75% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 196 - color contains mainly: red. Hex color #C466AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C466AB is #3B9954. Grayscale: #898989. Windows color (decimal): -3905877 or 11232964. OLE color: 11232964.
HSL color Cylindrical-coordinate representation of color #C466AB: hue angle of 315.96º 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 #C466AB is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 102 | 171 | - |
| CMYK | 0 | 0.48 | 0.13 | 0.23 |
| HSL | 315.96º | 0.44% | 0.58% | - |
| HSV(B) | 315.96º | 0.48% | 0.77% | - |
| XYZ | 34.87 | 24.18 | 41.36 | - |
| YUV | 137.97 | 146.64 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 102 | 171 | 0 | 0.48 | 0.13 | 0.23 | 315.96 | 0.44 | 0.58 |
| Hex | C4 | 66 | AB | 0 | 30 | D | 17 | 13C | 2C | 3A |
| Octal | 304 | 146 | 253 | 0 | 60 | 15 | 27 | 474 | 54 | 72 |
| Binary | 11000100 | 1100110 | 10101011 | 0 | 110000 | 1101 | 10111 | 100111100 | 101100 | 111010 |
Color Harmonies of #C466AB
Complementary color
Monochromatic Colors of #C466AB
Black with #C466AB
Text Example
Text Example
White with #C466AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C466AB; }
p { color: rgb(196,102,171); }
H1.HeaderClassName
{
color: #C466AB;
}
.AnyTagClassName
{
color: #C466AB;
}
</style>
background-color css
<style>
a { background-color: #C466AB; }
a { background-color: rgb(196,102,171); }
div.DivClassName
{
background-color: #C466AB;
}
.BgClassName
{
background-color: #C466AB;
}
</style>
border-color css
<style>
span { border-color: #C466AB; }
span { border-color: rgb(196,102,171); }
td.TdClassName
{
border-color: #C466AB;
}
.TagClassName
{
border-color: #C466AB;
}
</style>