Shades of Fuchsia #C466BE
Tints of Fuchsia #C466BE
RGB
CMYK
RGB Variations
Color information
#C466BE (or 0xC466BE) is known color: Fuchsia. HEX triplet: C4, 66 and BE. RGB value is (196,102,190). Sum of RGB (Red+Green+Blue) = 196+102+190=488 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.16% from 488); Green value is 102 (40.23% from 255 or 20.90% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 196 - color contains mainly: red. Hex color #C466BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C466BE is #3B9941. Grayscale: #8B8B8B. Windows color (decimal): -3905858 or 12478148. OLE color: 12478148.
HSL color Cylindrical-coordinate representation of color #C466BE: hue angle of 303.83º 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 #C466BE is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 102 | 190 | - |
| CMYK | 0 | 0.48 | 0.03 | 0.23 |
| HSL | 303.83º | 0.44% | 0.58% | - |
| HSV(B) | 303.83º | 0.48% | 0.77% | - |
| XYZ | 36.81 | 24.96 | 51.59 | - |
| YUV | 140.14 | 156.14 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 102 | 190 | 0 | 0.48 | 0.03 | 0.23 | 303.83 | 0.44 | 0.58 |
| Hex | C4 | 66 | BE | 0 | 30 | 3 | 17 | 130 | 2C | 3A |
| Octal | 304 | 146 | 276 | 0 | 60 | 3 | 27 | 460 | 54 | 72 |
| Binary | 11000100 | 1100110 | 10111110 | 0 | 110000 | 11 | 10111 | 100110000 | 101100 | 111010 |
Color Harmonies of #C466BE
Complementary color
Monochromatic Colors of #C466BE
Black with #C466BE
Text Example
Text Example
White with #C466BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C466BE; }
p { color: rgb(196,102,190); }
H1.HeaderClassName
{
color: #C466BE;
}
.AnyTagClassName
{
color: #C466BE;
}
</style>
background-color css
<style>
a { background-color: #C466BE; }
a { background-color: rgb(196,102,190); }
div.DivClassName
{
background-color: #C466BE;
}
.BgClassName
{
background-color: #C466BE;
}
</style>
border-color css
<style>
span { border-color: #C466BE; }
span { border-color: rgb(196,102,190); }
td.TdClassName
{
border-color: #C466BE;
}
.TagClassName
{
border-color: #C466BE;
}
</style>