Shades of Fuchsia #C656CB
Tints of Fuchsia #C656CB
RGB
CMYK
RGB Variations
Color information
#C656CB (or 0xC656CB) is known color: Fuchsia. HEX triplet: C6, 56 and CB. RGB value is (198,86,203). Sum of RGB (Red+Green+Blue) = 198+86+203=487 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.66% from 487); Green value is 86 (33.98% from 255 or 17.66% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 203 - color contains mainly: blue. Hex color #C656CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C656CB is #39A934. Grayscale: #848484. Windows color (decimal): -3778869 or 13326022. OLE color: 13326022.
HSL color Cylindrical-coordinate representation of color #C656CB: hue angle of 297.44º degrees, saturation: 0.53, 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 #C656CB is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 86 | 203 | - |
| CMYK | 0.02 | 0.58 | 0 | 0.20 |
| HSL | 297.44º | 0.53% | 0.57% | - |
| HSV(B) | 297.44º | 0.58% | 0.8% | - |
| XYZ | 37.4 | 22.97 | 58.96 | - |
| YUV | 132.83 | 167.61 | 174.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 86 | 203 | 0.02 | 0.58 | 0 | 0.20 | 297.44 | 0.53 | 0.57 |
| Hex | C6 | 56 | CB | 2 | 3A | 0 | 14 | 129 | 35 | 39 |
| Octal | 306 | 126 | 313 | 2 | 72 | 0 | 24 | 451 | 65 | 71 |
| Binary | 11000110 | 1010110 | 11001011 | 10 | 111010 | 0 | 10100 | 100101001 | 110101 | 111001 |
Color Harmonies of #C656CB
Complementary color
Monochromatic Colors of #C656CB
Black with #C656CB
Text Example
Text Example
White with #C656CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C656CB; }
p { color: rgb(198,86,203); }
H1.HeaderClassName
{
color: #C656CB;
}
.AnyTagClassName
{
color: #C656CB;
}
</style>
background-color css
<style>
a { background-color: #C656CB; }
a { background-color: rgb(198,86,203); }
div.DivClassName
{
background-color: #C656CB;
}
.BgClassName
{
background-color: #C656CB;
}
</style>
border-color css
<style>
span { border-color: #C656CB; }
span { border-color: rgb(198,86,203); }
td.TdClassName
{
border-color: #C656CB;
}
.TagClassName
{
border-color: #C656CB;
}
</style>