Shades of Fuchsia #C656AE
Tints of Fuchsia #C656AE
RGB
CMYK
RGB Variations
Color information
#C656AE (or 0xC656AE) is known color: Fuchsia. HEX triplet: C6, 56 and AE. RGB value is (198,86,174). Sum of RGB (Red+Green+Blue) = 198+86+174=458 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.23% from 458); Green value is 86 (33.98% from 255 or 18.78% from 458); Blue value is 174 (68.36% from 255 or 37.99% from 458); Max value from RGB is 198 - color contains mainly: red. Hex color #C656AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C656AE is #39A951. Grayscale: #818181. Windows color (decimal): -3778898 or 11425478. OLE color: 11425478.
HSL color Cylindrical-coordinate representation of color #C656AE: hue angle of 312.86º 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 #C656AE is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 86 | 174 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.22 |
| HSL | 312.86º | 0.5% | 0.56% | - |
| HSV(B) | 312.86º | 0.57% | 0.78% | - |
| XYZ | 34.26 | 21.72 | 42.43 | - |
| YUV | 129.52 | 153.11 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 86 | 174 | 0 | 0.57 | 0.12 | 0.22 | 312.86 | 0.5 | 0.56 |
| Hex | C6 | 56 | AE | 0 | 39 | C | 16 | 139 | 32 | 38 |
| Octal | 306 | 126 | 256 | 0 | 71 | 14 | 26 | 471 | 62 | 70 |
| Binary | 11000110 | 1010110 | 10101110 | 0 | 111001 | 1100 | 10110 | 100111001 | 110010 | 111000 |
Color Harmonies of #C656AE
Complementary color
Monochromatic Colors of #C656AE
Black with #C656AE
Text Example
Text Example
White with #C656AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C656AE; }
p { color: rgb(198,86,174); }
H1.HeaderClassName
{
color: #C656AE;
}
.AnyTagClassName
{
color: #C656AE;
}
</style>
background-color css
<style>
a { background-color: #C656AE; }
a { background-color: rgb(198,86,174); }
div.DivClassName
{
background-color: #C656AE;
}
.BgClassName
{
background-color: #C656AE;
}
</style>
border-color css
<style>
span { border-color: #C656AE; }
span { border-color: rgb(198,86,174); }
td.TdClassName
{
border-color: #C656AE;
}
.TagClassName
{
border-color: #C656AE;
}
</style>