Shades of Fuchsia #C666BC
Tints of Fuchsia #C666BC
RGB
CMYK
RGB Variations
Color information
#C666BC (or 0xC666BC) is known color: Fuchsia. HEX triplet: C6, 66 and BC. RGB value is (198,102,188). Sum of RGB (Red+Green+Blue) = 198+102+188=488 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.57% from 488); Green value is 102 (40.23% from 255 or 20.90% from 488); Blue value is 188 (73.83% from 255 or 38.52% from 488); Max value from RGB is 198 - color contains mainly: red. Hex color #C666BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C666BC is #399943. Grayscale: #8C8C8C. Windows color (decimal): -3774788 or 12347078. OLE color: 12347078.
HSL color Cylindrical-coordinate representation of color #C666BC: hue angle of 306.25º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C666BC is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 102 | 188 | - |
| CMYK | 0 | 0.48 | 0.05 | 0.22 |
| HSL | 306.25º | 0.46% | 0.59% | - |
| HSV(B) | 306.25º | 0.48% | 0.78% | - |
| XYZ | 37.12 | 25.14 | 50.47 | - |
| YUV | 140.51 | 154.8 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 102 | 188 | 0 | 0.48 | 0.05 | 0.22 | 306.25 | 0.46 | 0.59 |
| Hex | C6 | 66 | BC | 0 | 30 | 5 | 16 | 132 | 2E | 3B |
| Octal | 306 | 146 | 274 | 0 | 60 | 5 | 26 | 462 | 56 | 73 |
| Binary | 11000110 | 1100110 | 10111100 | 0 | 110000 | 101 | 10110 | 100110010 | 101110 | 111011 |
Color Harmonies of #C666BC
Complementary color
Monochromatic Colors of #C666BC
Black with #C666BC
Text Example
Text Example
White with #C666BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C666BC; }
p { color: rgb(198,102,188); }
H1.HeaderClassName
{
color: #C666BC;
}
.AnyTagClassName
{
color: #C666BC;
}
</style>
background-color css
<style>
a { background-color: #C666BC; }
a { background-color: rgb(198,102,188); }
div.DivClassName
{
background-color: #C666BC;
}
.BgClassName
{
background-color: #C666BC;
}
</style>
border-color css
<style>
span { border-color: #C666BC; }
span { border-color: rgb(198,102,188); }
td.TdClassName
{
border-color: #C666BC;
}
.TagClassName
{
border-color: #C666BC;
}
</style>