Shades of Fuchsia #C656B9
Tints of Fuchsia #C656B9
RGB
CMYK
RGB Variations
Color information
#C656B9 (or 0xC656B9) is known color: Fuchsia. HEX triplet: C6, 56 and B9. RGB value is (198,86,185). Sum of RGB (Red+Green+Blue) = 198+86+185=469 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.22% from 469); Green value is 86 (33.98% from 255 or 18.34% from 469); Blue value is 185 (72.66% from 255 or 39.45% from 469); Max value from RGB is 198 - color contains mainly: red. Hex color #C656B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C656B9 is #39A946. Grayscale: #828282. Windows color (decimal): -3778887 or 12146374. OLE color: 12146374.
HSL color Cylindrical-coordinate representation of color #C656B9: hue angle of 306.96º 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 #C656B9 is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 86 | 185 | - |
| CMYK | 0 | 0.57 | 0.07 | 0.22 |
| HSL | 306.96º | 0.5% | 0.56% | - |
| HSV(B) | 306.96º | 0.57% | 0.78% | - |
| XYZ | 35.37 | 22.16 | 48.31 | - |
| YUV | 130.77 | 158.61 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 86 | 185 | 0 | 0.57 | 0.07 | 0.22 | 306.96 | 0.5 | 0.56 |
| Hex | C6 | 56 | B9 | 0 | 39 | 7 | 16 | 133 | 32 | 38 |
| Octal | 306 | 126 | 271 | 0 | 71 | 7 | 26 | 463 | 62 | 70 |
| Binary | 11000110 | 1010110 | 10111001 | 0 | 111001 | 111 | 10110 | 100110011 | 110010 | 111000 |
Color Harmonies of #C656B9
Complementary color
Monochromatic Colors of #C656B9
Black with #C656B9
Text Example
Text Example
White with #C656B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C656B9; }
p { color: rgb(198,86,185); }
H1.HeaderClassName
{
color: #C656B9;
}
.AnyTagClassName
{
color: #C656B9;
}
</style>
background-color css
<style>
a { background-color: #C656B9; }
a { background-color: rgb(198,86,185); }
div.DivClassName
{
background-color: #C656B9;
}
.BgClassName
{
background-color: #C656B9;
}
</style>
border-color css
<style>
span { border-color: #C656B9; }
span { border-color: rgb(198,86,185); }
td.TdClassName
{
border-color: #C656B9;
}
.TagClassName
{
border-color: #C656B9;
}
</style>