Shades of Fuchsia #C656CF
Tints of Fuchsia #C656CF
RGB
CMYK
RGB Variations
Color information
#C656CF (or 0xC656CF) is known color: Fuchsia. HEX triplet: C6, 56 and CF. RGB value is (198,86,207). Sum of RGB (Red+Green+Blue) = 198+86+207=491 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.33% from 491); Green value is 86 (33.98% from 255 or 17.52% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 207 - color contains mainly: blue. Hex color #C656CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C656CF is #39A930. Grayscale: #848484. Windows color (decimal): -3778865 or 13588166. OLE color: 13588166.
HSL color Cylindrical-coordinate representation of color #C656CF: hue angle of 295.54º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C656CF is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 86 | 207 | - |
| CMYK | 0.04 | 0.58 | 0 | 0.19 |
| HSL | 295.54º | 0.56% | 0.57% | - |
| HSV(B) | 295.54º | 0.58% | 0.81% | - |
| XYZ | 37.88 | 23.17 | 61.51 | - |
| YUV | 133.28 | 169.61 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 86 | 207 | 0.04 | 0.58 | 0 | 0.19 | 295.54 | 0.56 | 0.57 |
| Hex | C6 | 56 | CF | 4 | 3A | 0 | 13 | 128 | 38 | 39 |
| Octal | 306 | 126 | 317 | 4 | 72 | 0 | 23 | 450 | 70 | 71 |
| Binary | 11000110 | 1010110 | 11001111 | 100 | 111010 | 0 | 10011 | 100101000 | 111000 | 111001 |
Color Harmonies of #C656CF
Complementary color
Monochromatic Colors of #C656CF
Black with #C656CF
Text Example
Text Example
White with #C656CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C656CF; }
p { color: rgb(198,86,207); }
H1.HeaderClassName
{
color: #C656CF;
}
.AnyTagClassName
{
color: #C656CF;
}
</style>
background-color css
<style>
a { background-color: #C656CF; }
a { background-color: rgb(198,86,207); }
div.DivClassName
{
background-color: #C656CF;
}
.BgClassName
{
background-color: #C656CF;
}
</style>
border-color css
<style>
span { border-color: #C656CF; }
span { border-color: rgb(198,86,207); }
td.TdClassName
{
border-color: #C656CF;
}
.TagClassName
{
border-color: #C656CF;
}
</style>