Shades of Fuchsia #C256C6
Tints of Fuchsia #C256C6
RGB
CMYK
RGB Variations
Color information
#C256C6 (or 0xC256C6) is known color: Fuchsia. HEX triplet: C2, 56 and C6. RGB value is (194,86,198). Sum of RGB (Red+Green+Blue) = 194+86+198=478 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.59% from 478); Green value is 86 (33.98% from 255 or 17.99% from 478); Blue value is 198 (77.73% from 255 or 41.42% from 478); Max value from RGB is 198 - color contains mainly: blue. Hex color #C256C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C256C6 is #3DA939. Grayscale: #828282. Windows color (decimal): -4041018 or 12998338. OLE color: 12998338.
HSL color Cylindrical-coordinate representation of color #C256C6: hue angle of 297.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 #C256C6 is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 86 | 198 | - |
| CMYK | 0.02 | 0.57 | 0 | 0.22 |
| HSL | 297.86º | 0.5% | 0.56% | - |
| HSV(B) | 297.86º | 0.57% | 0.78% | - |
| XYZ | 35.77 | 22.2 | 55.83 | - |
| YUV | 131.06 | 165.78 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 86 | 198 | 0.02 | 0.57 | 0 | 0.22 | 297.86 | 0.5 | 0.56 |
| Hex | C2 | 56 | C6 | 2 | 39 | 0 | 16 | 12A | 32 | 38 |
| Octal | 302 | 126 | 306 | 2 | 71 | 0 | 26 | 452 | 62 | 70 |
| Binary | 11000010 | 1010110 | 11000110 | 10 | 111001 | 0 | 10110 | 100101010 | 110010 | 111000 |
Color Harmonies of #C256C6
Complementary color
Monochromatic Colors of #C256C6
Black with #C256C6
Text Example
Text Example
White with #C256C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C256C6; }
p { color: rgb(194,86,198); }
H1.HeaderClassName
{
color: #C256C6;
}
.AnyTagClassName
{
color: #C256C6;
}
</style>
background-color css
<style>
a { background-color: #C256C6; }
a { background-color: rgb(194,86,198); }
div.DivClassName
{
background-color: #C256C6;
}
.BgClassName
{
background-color: #C256C6;
}
</style>
border-color css
<style>
span { border-color: #C256C6; }
span { border-color: rgb(194,86,198); }
td.TdClassName
{
border-color: #C256C6;
}
.TagClassName
{
border-color: #C256C6;
}
</style>