Shades of Fuchsia #C256AF
Tints of Fuchsia #C256AF
RGB
CMYK
RGB Variations
Color information
#C256AF (or 0xC256AF) is known color: Fuchsia. HEX triplet: C2, 56 and AF. RGB value is (194,86,175). Sum of RGB (Red+Green+Blue) = 194+86+175=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 86 (33.98% from 255 or 18.90% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 194 - color contains mainly: red. Hex color #C256AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C256AF is #3DA950. Grayscale: #808080. Windows color (decimal): -4041041 or 11491010. OLE color: 11491010.
HSL color Cylindrical-coordinate representation of color #C256AF: hue angle of 310.56º 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 #C256AF is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 86 | 175 | - |
| CMYK | 0 | 0.56 | 0.10 | 0.24 |
| HSL | 310.56º | 0.47% | 0.55% | - |
| HSV(B) | 310.56º | 0.56% | 0.76% | - |
| XYZ | 33.31 | 21.22 | 42.9 | - |
| YUV | 128.44 | 154.28 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 86 | 175 | 0 | 0.56 | 0.10 | 0.24 | 310.56 | 0.47 | 0.55 |
| Hex | C2 | 56 | AF | 0 | 38 | A | 18 | 137 | 2F | 37 |
| Octal | 302 | 126 | 257 | 0 | 70 | 12 | 30 | 467 | 57 | 67 |
| Binary | 11000010 | 1010110 | 10101111 | 0 | 111000 | 1010 | 11000 | 100110111 | 101111 | 110111 |
Color Harmonies of #C256AF
Complementary color
Monochromatic Colors of #C256AF
Black with #C256AF
Text Example
Text Example
White with #C256AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C256AF; }
p { color: rgb(194,86,175); }
H1.HeaderClassName
{
color: #C256AF;
}
.AnyTagClassName
{
color: #C256AF;
}
</style>
background-color css
<style>
a { background-color: #C256AF; }
a { background-color: rgb(194,86,175); }
div.DivClassName
{
background-color: #C256AF;
}
.BgClassName
{
background-color: #C256AF;
}
</style>
border-color css
<style>
span { border-color: #C256AF; }
span { border-color: rgb(194,86,175); }
td.TdClassName
{
border-color: #C256AF;
}
.TagClassName
{
border-color: #C256AF;
}
</style>