Shades of Fuchsia #C466BA
Tints of Fuchsia #C466BA
RGB
CMYK
RGB Variations
Color information
#C466BA (or 0xC466BA) is known color: Fuchsia. HEX triplet: C4, 66 and BA. RGB value is (196,102,186). Sum of RGB (Red+Green+Blue) = 196+102+186=484 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.50% from 484); Green value is 102 (40.23% from 255 or 21.07% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 196 - color contains mainly: red. Hex color #C466BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C466BA is #3B9945. Grayscale: #8B8B8B. Windows color (decimal): -3905862 or 12216004. OLE color: 12216004.
HSL color Cylindrical-coordinate representation of color #C466BA: hue angle of 306.38º 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 #C466BA is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 102 | 186 | - |
| CMYK | 0 | 0.48 | 0.05 | 0.23 |
| HSL | 306.38º | 0.44% | 0.58% | - |
| HSV(B) | 306.38º | 0.48% | 0.77% | - |
| XYZ | 36.38 | 24.78 | 49.32 | - |
| YUV | 139.68 | 154.14 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 102 | 186 | 0 | 0.48 | 0.05 | 0.23 | 306.38 | 0.44 | 0.58 |
| Hex | C4 | 66 | BA | 0 | 30 | 5 | 17 | 132 | 2C | 3A |
| Octal | 304 | 146 | 272 | 0 | 60 | 5 | 27 | 462 | 54 | 72 |
| Binary | 11000100 | 1100110 | 10111010 | 0 | 110000 | 101 | 10111 | 100110010 | 101100 | 111010 |
Color Harmonies of #C466BA
Complementary color
Monochromatic Colors of #C466BA
Black with #C466BA
Text Example
Text Example
White with #C466BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C466BA; }
p { color: rgb(196,102,186); }
H1.HeaderClassName
{
color: #C466BA;
}
.AnyTagClassName
{
color: #C466BA;
}
</style>
background-color css
<style>
a { background-color: #C466BA; }
a { background-color: rgb(196,102,186); }
div.DivClassName
{
background-color: #C466BA;
}
.BgClassName
{
background-color: #C466BA;
}
</style>
border-color css
<style>
span { border-color: #C466BA; }
span { border-color: rgb(196,102,186); }
td.TdClassName
{
border-color: #C466BA;
}
.TagClassName
{
border-color: #C466BA;
}
</style>