Shades of Fuchsia #C466BF
Tints of Fuchsia #C466BF
RGB
CMYK
RGB Variations
Color information
#C466BF (or 0xC466BF) is known color: Fuchsia. HEX triplet: C4, 66 and BF. RGB value is (196,102,191). Sum of RGB (Red+Green+Blue) = 196+102+191=489 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.08% from 489); Green value is 102 (40.23% from 255 or 20.86% from 489); Blue value is 191 (75% from 255 or 39.06% from 489); Max value from RGB is 196 - color contains mainly: red. Hex color #C466BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C466BF is #3B9940. Grayscale: #8B8B8B. Windows color (decimal): -3905857 or 12543684. OLE color: 12543684.
HSL color Cylindrical-coordinate representation of color #C466BF: hue angle of 303.19º 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 #C466BF is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 102 | 191 | - |
| CMYK | 0 | 0.48 | 0.03 | 0.23 |
| HSL | 303.19º | 0.44% | 0.58% | - |
| HSV(B) | 303.19º | 0.48% | 0.77% | - |
| XYZ | 36.92 | 25 | 52.17 | - |
| YUV | 140.25 | 156.64 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 102 | 191 | 0 | 0.48 | 0.03 | 0.23 | 303.19 | 0.44 | 0.58 |
| Hex | C4 | 66 | BF | 0 | 30 | 3 | 17 | 12F | 2C | 3A |
| Octal | 304 | 146 | 277 | 0 | 60 | 3 | 27 | 457 | 54 | 72 |
| Binary | 11000100 | 1100110 | 10111111 | 0 | 110000 | 11 | 10111 | 100101111 | 101100 | 111010 |
Color Harmonies of #C466BF
Complementary color
Monochromatic Colors of #C466BF
Black with #C466BF
Text Example
Text Example
White with #C466BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C466BF; }
p { color: rgb(196,102,191); }
H1.HeaderClassName
{
color: #C466BF;
}
.AnyTagClassName
{
color: #C466BF;
}
</style>
background-color css
<style>
a { background-color: #C466BF; }
a { background-color: rgb(196,102,191); }
div.DivClassName
{
background-color: #C466BF;
}
.BgClassName
{
background-color: #C466BF;
}
</style>
border-color css
<style>
span { border-color: #C466BF; }
span { border-color: rgb(196,102,191); }
td.TdClassName
{
border-color: #C466BF;
}
.TagClassName
{
border-color: #C466BF;
}
</style>