Shades of Fuchsia #C656BF
Tints of Fuchsia #C656BF
RGB
CMYK
RGB Variations
Color information
#C656BF (or 0xC656BF) is known color: Fuchsia. HEX triplet: C6, 56 and BF. RGB value is (198,86,191). Sum of RGB (Red+Green+Blue) = 198+86+191=475 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.68% from 475); Green value is 86 (33.98% from 255 or 18.11% from 475); Blue value is 191 (75% from 255 or 40.21% from 475); Max value from RGB is 198 - color contains mainly: red. Hex color #C656BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C656BF is #39A940. Grayscale: #838383. Windows color (decimal): -3778881 or 12539590. OLE color: 12539590.
HSL color Cylindrical-coordinate representation of color #C656BF: hue angle of 303.75º 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 #C656BF is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 86 | 191 | - |
| CMYK | 0 | 0.57 | 0.04 | 0.22 |
| HSL | 303.75º | 0.5% | 0.56% | - |
| HSV(B) | 303.75º | 0.57% | 0.78% | - |
| XYZ | 36.02 | 22.42 | 51.72 | - |
| YUV | 131.46 | 161.61 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 86 | 191 | 0 | 0.57 | 0.04 | 0.22 | 303.75 | 0.5 | 0.56 |
| Hex | C6 | 56 | BF | 0 | 39 | 4 | 16 | 130 | 32 | 38 |
| Octal | 306 | 126 | 277 | 0 | 71 | 4 | 26 | 460 | 62 | 70 |
| Binary | 11000110 | 1010110 | 10111111 | 0 | 111001 | 100 | 10110 | 100110000 | 110010 | 111000 |
Color Harmonies of #C656BF
Complementary color
Monochromatic Colors of #C656BF
Black with #C656BF
Text Example
Text Example
White with #C656BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C656BF; }
p { color: rgb(198,86,191); }
H1.HeaderClassName
{
color: #C656BF;
}
.AnyTagClassName
{
color: #C656BF;
}
</style>
background-color css
<style>
a { background-color: #C656BF; }
a { background-color: rgb(198,86,191); }
div.DivClassName
{
background-color: #C656BF;
}
.BgClassName
{
background-color: #C656BF;
}
</style>
border-color css
<style>
span { border-color: #C656BF; }
span { border-color: rgb(198,86,191); }
td.TdClassName
{
border-color: #C656BF;
}
.TagClassName
{
border-color: #C656BF;
}
</style>