Shades of Fuchsia #C256B4
Tints of Fuchsia #C256B4
RGB
CMYK
RGB Variations
Color information
#C256B4 (or 0xC256B4) is known color: Fuchsia. HEX triplet: C2, 56 and B4. RGB value is (194,86,180). Sum of RGB (Red+Green+Blue) = 194+86+180=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 86 (33.98% from 255 or 18.70% from 460); Blue value is 180 (70.70% from 255 or 39.13% from 460); Max value from RGB is 194 - color contains mainly: red. Hex color #C256B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C256B4 is #3DA94B. Grayscale: #808080. Windows color (decimal): -4041036 or 11818690. OLE color: 11818690.
HSL color Cylindrical-coordinate representation of color #C256B4: hue angle of 307.78º 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 #C256B4 is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 86 | 180 | - |
| CMYK | 0 | 0.56 | 0.07 | 0.24 |
| HSL | 307.78º | 0.47% | 0.55% | - |
| HSV(B) | 307.78º | 0.56% | 0.76% | - |
| XYZ | 33.81 | 21.42 | 45.53 | - |
| YUV | 129.01 | 156.78 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 86 | 180 | 0 | 0.56 | 0.07 | 0.24 | 307.78 | 0.47 | 0.55 |
| Hex | C2 | 56 | B4 | 0 | 38 | 7 | 18 | 134 | 2F | 37 |
| Octal | 302 | 126 | 264 | 0 | 70 | 7 | 30 | 464 | 57 | 67 |
| Binary | 11000010 | 1010110 | 10110100 | 0 | 111000 | 111 | 11000 | 100110100 | 101111 | 110111 |
Color Harmonies of #C256B4
Complementary color
Monochromatic Colors of #C256B4
Black with #C256B4
Text Example
Text Example
White with #C256B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C256B4; }
p { color: rgb(194,86,180); }
H1.HeaderClassName
{
color: #C256B4;
}
.AnyTagClassName
{
color: #C256B4;
}
</style>
background-color css
<style>
a { background-color: #C256B4; }
a { background-color: rgb(194,86,180); }
div.DivClassName
{
background-color: #C256B4;
}
.BgClassName
{
background-color: #C256B4;
}
</style>
border-color css
<style>
span { border-color: #C256B4; }
span { border-color: rgb(194,86,180); }
td.TdClassName
{
border-color: #C256B4;
}
.TagClassName
{
border-color: #C256B4;
}
</style>