Shades of Fuchsia #C656C0
Tints of Fuchsia #C656C0
RGB
CMYK
RGB Variations
Color information
#C656C0 (or 0xC656C0) is known color: Fuchsia. HEX triplet: C6, 56 and C0. RGB value is (198,86,192). Sum of RGB (Red+Green+Blue) = 198+86+192=476 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.60% from 476); Green value is 86 (33.98% from 255 or 18.07% from 476); Blue value is 192 (75.39% from 255 or 40.34% from 476); Max value from RGB is 198 - color contains mainly: red. Hex color #C656C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C656C0 is #39A93F. Grayscale: #838383. Windows color (decimal): -3778880 or 12605126. OLE color: 12605126.
HSL color Cylindrical-coordinate representation of color #C656C0: hue angle of 303.21º 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 #C656C0 is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 86 | 192 | - |
| CMYK | 0 | 0.57 | 0.03 | 0.22 |
| HSL | 303.21º | 0.5% | 0.56% | - |
| HSV(B) | 303.21º | 0.57% | 0.78% | - |
| XYZ | 36.13 | 22.47 | 52.3 | - |
| YUV | 131.57 | 162.11 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 86 | 192 | 0 | 0.57 | 0.03 | 0.22 | 303.21 | 0.5 | 0.56 |
| Hex | C6 | 56 | C0 | 0 | 39 | 3 | 16 | 12F | 32 | 38 |
| Octal | 306 | 126 | 300 | 0 | 71 | 3 | 26 | 457 | 62 | 70 |
| Binary | 11000110 | 1010110 | 11000000 | 0 | 111001 | 11 | 10110 | 100101111 | 110010 | 111000 |
Color Harmonies of #C656C0
Complementary color
Monochromatic Colors of #C656C0
Black with #C656C0
Text Example
Text Example
White with #C656C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C656C0; }
p { color: rgb(198,86,192); }
H1.HeaderClassName
{
color: #C656C0;
}
.AnyTagClassName
{
color: #C656C0;
}
</style>
background-color css
<style>
a { background-color: #C656C0; }
a { background-color: rgb(198,86,192); }
div.DivClassName
{
background-color: #C656C0;
}
.BgClassName
{
background-color: #C656C0;
}
</style>
border-color css
<style>
span { border-color: #C656C0; }
span { border-color: rgb(198,86,192); }
td.TdClassName
{
border-color: #C656C0;
}
.TagClassName
{
border-color: #C656C0;
}
</style>