Shades of Fuchsia #C466BC
Tints of Fuchsia #C466BC
RGB
CMYK
RGB Variations
Color information
#C466BC (or 0xC466BC) is known color: Fuchsia. HEX triplet: C4, 66 and BC. RGB value is (196,102,188). Sum of RGB (Red+Green+Blue) = 196+102+188=486 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.33% from 486); Green value is 102 (40.23% from 255 or 20.99% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 196 - color contains mainly: red. Hex color #C466BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C466BC is #3B9943. Grayscale: #8B8B8B. Windows color (decimal): -3905860 or 12347076. OLE color: 12347076.
HSL color Cylindrical-coordinate representation of color #C466BC: hue angle of 305.11º 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 #C466BC is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 102 | 188 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.23 |
| HSL | 305.11º | 0.44% | 0.58% | - |
| HSV(B) | 305.11º | 0.48% | 0.77% | - |
| XYZ | 36.59 | 24.87 | 50.45 | - |
| YUV | 139.91 | 155.14 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 102 | 188 | 0 | 0.48 | 0.04 | 0.23 | 305.11 | 0.44 | 0.58 |
| Hex | C4 | 66 | BC | 0 | 30 | 4 | 17 | 131 | 2C | 3A |
| Octal | 304 | 146 | 274 | 0 | 60 | 4 | 27 | 461 | 54 | 72 |
| Binary | 11000100 | 1100110 | 10111100 | 0 | 110000 | 100 | 10111 | 100110001 | 101100 | 111010 |
Color Harmonies of #C466BC
Complementary color
Monochromatic Colors of #C466BC
Black with #C466BC
Text Example
Text Example
White with #C466BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C466BC; }
p { color: rgb(196,102,188); }
H1.HeaderClassName
{
color: #C466BC;
}
.AnyTagClassName
{
color: #C466BC;
}
</style>
background-color css
<style>
a { background-color: #C466BC; }
a { background-color: rgb(196,102,188); }
div.DivClassName
{
background-color: #C466BC;
}
.BgClassName
{
background-color: #C466BC;
}
</style>
border-color css
<style>
span { border-color: #C466BC; }
span { border-color: rgb(196,102,188); }
td.TdClassName
{
border-color: #C466BC;
}
.TagClassName
{
border-color: #C466BC;
}
</style>