Shades of Fuchsia #C256BB
Tints of Fuchsia #C256BB
RGB
CMYK
RGB Variations
Color information
#C256BB (or 0xC256BB) is known color: Fuchsia. HEX triplet: C2, 56 and BB. RGB value is (194,86,187). Sum of RGB (Red+Green+Blue) = 194+86+187=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 86 (33.98% from 255 or 18.42% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 194 - color contains mainly: red. Hex color #C256BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C256BB is #3DA944. Grayscale: #818181. Windows color (decimal): -4041029 or 12277442. OLE color: 12277442.
HSL color Cylindrical-coordinate representation of color #C256BB: hue angle of 303.89º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C256BB is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 86 | 187 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.24 |
| HSL | 303.89º | 0.47% | 0.55% | - |
| HSV(B) | 303.89º | 0.56% | 0.76% | - |
| XYZ | 34.55 | 21.71 | 49.38 | - |
| YUV | 129.81 | 160.28 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 86 | 187 | 0 | 0.56 | 0.04 | 0.24 | 303.89 | 0.47 | 0.55 |
| Hex | C2 | 56 | BB | 0 | 38 | 4 | 18 | 130 | 2F | 37 |
| Octal | 302 | 126 | 273 | 0 | 70 | 4 | 30 | 460 | 57 | 67 |
| Binary | 11000010 | 1010110 | 10111011 | 0 | 111000 | 100 | 11000 | 100110000 | 101111 | 110111 |
Color Harmonies of #C256BB
Complementary color
Monochromatic Colors of #C256BB
Black with #C256BB
Text Example
Text Example
White with #C256BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C256BB; }
p { color: rgb(194,86,187); }
H1.HeaderClassName
{
color: #C256BB;
}
.AnyTagClassName
{
color: #C256BB;
}
</style>
background-color css
<style>
a { background-color: #C256BB; }
a { background-color: rgb(194,86,187); }
div.DivClassName
{
background-color: #C256BB;
}
.BgClassName
{
background-color: #C256BB;
}
</style>
border-color css
<style>
span { border-color: #C256BB; }
span { border-color: rgb(194,86,187); }
td.TdClassName
{
border-color: #C256BB;
}
.TagClassName
{
border-color: #C256BB;
}
</style>