Shades of Fuchsia #C466B1
Tints of Fuchsia #C466B1
RGB
CMYK
RGB Variations
Color information
#C466B1 (or 0xC466B1) is known color: Fuchsia. HEX triplet: C4, 66 and B1. RGB value is (196,102,177). Sum of RGB (Red+Green+Blue) = 196+102+177=475 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.26% from 475); Green value is 102 (40.23% from 255 or 21.47% from 475); Blue value is 177 (69.53% from 255 or 37.26% from 475); Max value from RGB is 196 - color contains mainly: red. Hex color #C466B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C466B1 is #3B994E. Grayscale: #8A8A8A. Windows color (decimal): -3905871 or 11626180. OLE color: 11626180.
HSL color Cylindrical-coordinate representation of color #C466B1: hue angle of 312.13º 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 #C466B1 is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 102 | 177 | - |
| CMYK | 0 | 0.48 | 0.10 | 0.23 |
| HSL | 312.13º | 0.44% | 0.58% | - |
| HSV(B) | 312.13º | 0.48% | 0.77% | - |
| XYZ | 35.45 | 24.41 | 44.44 | - |
| YUV | 138.66 | 149.64 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 102 | 177 | 0 | 0.48 | 0.10 | 0.23 | 312.13 | 0.44 | 0.58 |
| Hex | C4 | 66 | B1 | 0 | 30 | A | 17 | 138 | 2C | 3A |
| Octal | 304 | 146 | 261 | 0 | 60 | 12 | 27 | 470 | 54 | 72 |
| Binary | 11000100 | 1100110 | 10110001 | 0 | 110000 | 1010 | 10111 | 100111000 | 101100 | 111010 |
Color Harmonies of #C466B1
Complementary color
Monochromatic Colors of #C466B1
Black with #C466B1
Text Example
Text Example
White with #C466B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C466B1; }
p { color: rgb(196,102,177); }
H1.HeaderClassName
{
color: #C466B1;
}
.AnyTagClassName
{
color: #C466B1;
}
</style>
background-color css
<style>
a { background-color: #C466B1; }
a { background-color: rgb(196,102,177); }
div.DivClassName
{
background-color: #C466B1;
}
.BgClassName
{
background-color: #C466B1;
}
</style>
border-color css
<style>
span { border-color: #C466B1; }
span { border-color: rgb(196,102,177); }
td.TdClassName
{
border-color: #C466B1;
}
.TagClassName
{
border-color: #C466B1;
}
</style>