Shades of Fuchsia #C856CC
Tints of Fuchsia #C856CC
RGB
CMYK
RGB Variations
Color information
#C856CC (or 0xC856CC) is known color: Fuchsia. HEX triplet: C8, 56 and CC. RGB value is (200,86,204). Sum of RGB (Red+Green+Blue) = 200+86+204=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 86 (33.98% from 255 or 17.55% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 204 - color contains mainly: blue. Hex color #C856CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C856CC is #37A933. Grayscale: #858585. Windows color (decimal): -3647796 or 13391560. OLE color: 13391560.
HSL color Cylindrical-coordinate representation of color #C856CC: hue angle of 297.97º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C856CC is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 86 | 204 | - |
| CMYK | 0.02 | 0.58 | 0 | 0.2 |
| HSL | 297.97º | 0.54% | 0.57% | - |
| HSV(B) | 297.97º | 0.58% | 0.8% | - |
| XYZ | 38.05 | 23.29 | 59.62 | - |
| YUV | 133.54 | 167.77 | 175.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 86 | 204 | 0.02 | 0.58 | 0 | 0.2 | 297.97 | 0.54 | 0.57 |
| Hex | C8 | 56 | CC | 2 | 3A | 0 | 14 | 12A | 36 | 39 |
| Octal | 310 | 126 | 314 | 2 | 72 | 0 | 24 | 452 | 66 | 71 |
| Binary | 11001000 | 1010110 | 11001100 | 10 | 111010 | 0 | 10100 | 100101010 | 110110 | 111001 |
Color Harmonies of #C856CC
Complementary color
Monochromatic Colors of #C856CC
Black with #C856CC
Text Example
Text Example
White with #C856CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C856CC; }
p { color: rgb(200,86,204); }
H1.HeaderClassName
{
color: #C856CC;
}
.AnyTagClassName
{
color: #C856CC;
}
</style>
background-color css
<style>
a { background-color: #C856CC; }
a { background-color: rgb(200,86,204); }
div.DivClassName
{
background-color: #C856CC;
}
.BgClassName
{
background-color: #C856CC;
}
</style>
border-color css
<style>
span { border-color: #C856CC; }
span { border-color: rgb(200,86,204); }
td.TdClassName
{
border-color: #C856CC;
}
.TagClassName
{
border-color: #C856CC;
}
</style>