Shades of Fuchsia #C656B8
Tints of Fuchsia #C656B8
RGB
CMYK
RGB Variations
Color information
#C656B8 (or 0xC656B8) is known color: Fuchsia. HEX triplet: C6, 56 and B8. RGB value is (198,86,184). Sum of RGB (Red+Green+Blue) = 198+86+184=468 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.31% from 468); Green value is 86 (33.98% from 255 or 18.38% from 468); Blue value is 184 (72.27% from 255 or 39.32% from 468); Max value from RGB is 198 - color contains mainly: red. Hex color #C656B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C656B8 is #39A947. Grayscale: #828282. Windows color (decimal): -3778888 or 12080838. OLE color: 12080838.
HSL color Cylindrical-coordinate representation of color #C656B8: hue angle of 307.5º 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 #C656B8 is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 86 | 184 | - |
| CMYK | 0 | 0.57 | 0.07 | 0.22 |
| HSL | 307.5º | 0.5% | 0.56% | - |
| HSV(B) | 307.5º | 0.57% | 0.78% | - |
| XYZ | 35.27 | 22.12 | 47.76 | - |
| YUV | 130.66 | 158.11 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 86 | 184 | 0 | 0.57 | 0.07 | 0.22 | 307.5 | 0.5 | 0.56 |
| Hex | C6 | 56 | B8 | 0 | 39 | 7 | 16 | 134 | 32 | 38 |
| Octal | 306 | 126 | 270 | 0 | 71 | 7 | 26 | 464 | 62 | 70 |
| Binary | 11000110 | 1010110 | 10111000 | 0 | 111001 | 111 | 10110 | 100110100 | 110010 | 111000 |
Color Harmonies of #C656B8
Complementary color
Monochromatic Colors of #C656B8
Black with #C656B8
Text Example
Text Example
White with #C656B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C656B8; }
p { color: rgb(198,86,184); }
H1.HeaderClassName
{
color: #C656B8;
}
.AnyTagClassName
{
color: #C656B8;
}
</style>
background-color css
<style>
a { background-color: #C656B8; }
a { background-color: rgb(198,86,184); }
div.DivClassName
{
background-color: #C656B8;
}
.BgClassName
{
background-color: #C656B8;
}
</style>
border-color css
<style>
span { border-color: #C656B8; }
span { border-color: rgb(198,86,184); }
td.TdClassName
{
border-color: #C656B8;
}
.TagClassName
{
border-color: #C656B8;
}
</style>