Shades of Fuchsia #C656CC
Tints of Fuchsia #C656CC
RGB
CMYK
RGB Variations
Color information
#C656CC (or 0xC656CC) is known color: Fuchsia. HEX triplet: C6, 56 and CC. RGB value is (198,86,204). Sum of RGB (Red+Green+Blue) = 198+86+204=488 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.57% from 488); Green value is 86 (33.98% from 255 or 17.62% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 204 - color contains mainly: blue. Hex color #C656CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C656CC is #39A933. Grayscale: #848484. Windows color (decimal): -3778868 or 13391558. OLE color: 13391558.
HSL color Cylindrical-coordinate representation of color #C656CC: hue angle of 296.95º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C656CC is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 198 | 86 | 204 | - |
| CMYK | 0.03 | 0.58 | 0 | 0.2 |
| HSL | 296.95º | 0.54% | 0.57% | - |
| HSV(B) | 296.95º | 0.58% | 0.8% | - |
| XYZ | 37.52 | 23.02 | 59.59 | - |
| YUV | 132.94 | 168.11 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 86 | 204 | 0.03 | 0.58 | 0 | 0.2 | 296.95 | 0.54 | 0.57 |
| Hex | C6 | 56 | CC | 3 | 3A | 0 | 14 | 129 | 36 | 39 |
| Octal | 306 | 126 | 314 | 3 | 72 | 0 | 24 | 451 | 66 | 71 |
| Binary | 11000110 | 1010110 | 11001100 | 11 | 111010 | 0 | 10100 | 100101001 | 110110 | 111001 |
Color Harmonies of #C656CC
Complementary color
Monochromatic Colors of #C656CC
Black with #C656CC
Text Example
Text Example
White with #C656CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C656CC; }
p { color: rgb(198,86,204); }
H1.HeaderClassName
{
color: #C656CC;
}
.AnyTagClassName
{
color: #C656CC;
}
</style>
background-color css
<style>
a { background-color: #C656CC; }
a { background-color: rgb(198,86,204); }
div.DivClassName
{
background-color: #C656CC;
}
.BgClassName
{
background-color: #C656CC;
}
</style>
border-color css
<style>
span { border-color: #C656CC; }
span { border-color: rgb(198,86,204); }
td.TdClassName
{
border-color: #C656CC;
}
.TagClassName
{
border-color: #C656CC;
}
</style>