Shades of Fuchsia #C656BC
Tints of Fuchsia #C656BC
RGB
CMYK
RGB Variations
Color information
#C656BC (or 0xC656BC) is known color: Fuchsia. HEX triplet: C6, 56 and BC. RGB value is (198,86,188). Sum of RGB (Red+Green+Blue) = 198+86+188=472 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.95% from 472); Green value is 86 (33.98% from 255 or 18.22% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 198 - color contains mainly: red. Hex color #C656BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C656BC is #39A943. Grayscale: #828282. Windows color (decimal): -3778884 or 12342982. OLE color: 12342982.
HSL color Cylindrical-coordinate representation of color #C656BC: hue angle of 305.36º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C656BC is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 86 | 188 | - |
| CMYK | 0 | 0.57 | 0.05 | 0.22 |
| HSL | 305.36º | 0.5% | 0.56% | - |
| HSV(B) | 305.36º | 0.57% | 0.78% | - |
| XYZ | 35.69 | 22.29 | 50 | - |
| YUV | 131.12 | 160.11 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 86 | 188 | 0 | 0.57 | 0.05 | 0.22 | 305.36 | 0.5 | 0.56 |
| Hex | C6 | 56 | BC | 0 | 39 | 5 | 16 | 131 | 32 | 38 |
| Octal | 306 | 126 | 274 | 0 | 71 | 5 | 26 | 461 | 62 | 70 |
| Binary | 11000110 | 1010110 | 10111100 | 0 | 111001 | 101 | 10110 | 100110001 | 110010 | 111000 |
Color Harmonies of #C656BC
Complementary color
Monochromatic Colors of #C656BC
Black with #C656BC
Text Example
Text Example
White with #C656BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C656BC; }
p { color: rgb(198,86,188); }
H1.HeaderClassName
{
color: #C656BC;
}
.AnyTagClassName
{
color: #C656BC;
}
</style>
background-color css
<style>
a { background-color: #C656BC; }
a { background-color: rgb(198,86,188); }
div.DivClassName
{
background-color: #C656BC;
}
.BgClassName
{
background-color: #C656BC;
}
</style>
border-color css
<style>
span { border-color: #C656BC; }
span { border-color: rgb(198,86,188); }
td.TdClassName
{
border-color: #C656BC;
}
.TagClassName
{
border-color: #C656BC;
}
</style>