Shades of Fuchsia #C856C3
Tints of Fuchsia #C856C3
RGB
CMYK
RGB Variations
Color information
#C856C3 (or 0xC856C3) is known color: Fuchsia. HEX triplet: C8, 56 and C3. RGB value is (200,86,195). Sum of RGB (Red+Green+Blue) = 200+86+195=481 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.58% from 481); Green value is 86 (33.98% from 255 or 17.88% from 481); Blue value is 195 (76.56% from 255 or 40.54% from 481); Max value from RGB is 200 - color contains mainly: red. Hex color #C856C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C856C3 is #37A93C. Grayscale: #848484. Windows color (decimal): -3647805 or 12801736. OLE color: 12801736.
HSL color Cylindrical-coordinate representation of color #C856C3: hue angle of 302.63º degrees, saturation: 0.51, 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 #C856C3 is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 86 | 195 | - |
| CMYK | 0 | 0.57 | 0.02 | 0.22 |
| HSL | 302.63º | 0.51% | 0.56% | - |
| HSV(B) | 302.63º | 0.57% | 0.78% | - |
| XYZ | 37 | 22.88 | 54.1 | - |
| YUV | 132.51 | 163.27 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 86 | 195 | 0 | 0.57 | 0.02 | 0.22 | 302.63 | 0.51 | 0.56 |
| Hex | C8 | 56 | C3 | 0 | 39 | 2 | 16 | 12F | 33 | 38 |
| Octal | 310 | 126 | 303 | 0 | 71 | 2 | 26 | 457 | 63 | 70 |
| Binary | 11001000 | 1010110 | 11000011 | 0 | 111001 | 10 | 10110 | 100101111 | 110011 | 111000 |
Color Harmonies of #C856C3
Complementary color
Monochromatic Colors of #C856C3
Black with #C856C3
Text Example
Text Example
White with #C856C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C856C3; }
p { color: rgb(200,86,195); }
H1.HeaderClassName
{
color: #C856C3;
}
.AnyTagClassName
{
color: #C856C3;
}
</style>
background-color css
<style>
a { background-color: #C856C3; }
a { background-color: rgb(200,86,195); }
div.DivClassName
{
background-color: #C856C3;
}
.BgClassName
{
background-color: #C856C3;
}
</style>
border-color css
<style>
span { border-color: #C856C3; }
span { border-color: rgb(200,86,195); }
td.TdClassName
{
border-color: #C856C3;
}
.TagClassName
{
border-color: #C856C3;
}
</style>