Shades of Fuchsia #C466B8
Tints of Fuchsia #C466B8
RGB
CMYK
RGB Variations
Color information
#C466B8 (or 0xC466B8) is known color: Fuchsia. HEX triplet: C4, 66 and B8. RGB value is (196,102,184). Sum of RGB (Red+Green+Blue) = 196+102+184=482 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.66% from 482); Green value is 102 (40.23% from 255 or 21.16% from 482); Blue value is 184 (72.27% from 255 or 38.17% from 482); Max value from RGB is 196 - color contains mainly: red. Hex color #C466B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C466B8 is #3B9947. Grayscale: #8B8B8B. Windows color (decimal): -3905864 or 12084932. OLE color: 12084932.
HSL color Cylindrical-coordinate representation of color #C466B8: hue angle of 307.66º 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 #C466B8 is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 102 | 184 | - |
| CMYK | 0 | 0.48 | 0.06 | 0.23 |
| HSL | 307.66º | 0.44% | 0.58% | - |
| HSV(B) | 307.66º | 0.48% | 0.77% | - |
| XYZ | 36.17 | 24.7 | 48.21 | - |
| YUV | 139.45 | 153.14 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 102 | 184 | 0 | 0.48 | 0.06 | 0.23 | 307.66 | 0.44 | 0.58 |
| Hex | C4 | 66 | B8 | 0 | 30 | 6 | 17 | 134 | 2C | 3A |
| Octal | 304 | 146 | 270 | 0 | 60 | 6 | 27 | 464 | 54 | 72 |
| Binary | 11000100 | 1100110 | 10111000 | 0 | 110000 | 110 | 10111 | 100110100 | 101100 | 111010 |
Color Harmonies of #C466B8
Complementary color
Monochromatic Colors of #C466B8
Black with #C466B8
Text Example
Text Example
White with #C466B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C466B8; }
p { color: rgb(196,102,184); }
H1.HeaderClassName
{
color: #C466B8;
}
.AnyTagClassName
{
color: #C466B8;
}
</style>
background-color css
<style>
a { background-color: #C466B8; }
a { background-color: rgb(196,102,184); }
div.DivClassName
{
background-color: #C466B8;
}
.BgClassName
{
background-color: #C466B8;
}
</style>
border-color css
<style>
span { border-color: #C466B8; }
span { border-color: rgb(196,102,184); }
td.TdClassName
{
border-color: #C466B8;
}
.TagClassName
{
border-color: #C466B8;
}
</style>