Shades of Fuchsia #C860C5
Tints of Fuchsia #C860C5
RGB
CMYK
RGB Variations
Color information
#C860C5 (or 0xC860C5) is known color: Fuchsia. HEX triplet: C8, 60 and C5. RGB value is (200,96,197). Sum of RGB (Red+Green+Blue) = 200+96+197=493 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.57% from 493); Green value is 96 (37.89% from 255 or 19.47% from 493); Blue value is 197 (77.34% from 255 or 39.96% from 493); Max value from RGB is 200 - color contains mainly: red. Hex color #C860C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C860C5 is #379F3A. Grayscale: #8A8A8A. Windows color (decimal): -3645243 or 12935368. OLE color: 12935368.
HSL color Cylindrical-coordinate representation of color #C860C5: hue angle of 301.73º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C860C5 is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 96 | 197 | - |
| CMYK | 0 | 0.52 | 0.02 | 0.22 |
| HSL | 301.73º | 0.49% | 0.58% | - |
| HSV(B) | 301.73º | 0.52% | 0.78% | - |
| XYZ | 38.08 | 24.68 | 55.58 | - |
| YUV | 138.61 | 160.96 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 96 | 197 | 0 | 0.52 | 0.02 | 0.22 | 301.73 | 0.49 | 0.58 |
| Hex | C8 | 60 | C5 | 0 | 34 | 2 | 16 | 12E | 31 | 3A |
| Octal | 310 | 140 | 305 | 0 | 64 | 2 | 26 | 456 | 61 | 72 |
| Binary | 11001000 | 1100000 | 11000101 | 0 | 110100 | 10 | 10110 | 100101110 | 110001 | 111010 |
Color Harmonies of #C860C5
Complementary color
Monochromatic Colors of #C860C5
Black with #C860C5
Text Example
Text Example
White with #C860C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C860C5; }
p { color: rgb(200,96,197); }
H1.HeaderClassName
{
color: #C860C5;
}
.AnyTagClassName
{
color: #C860C5;
}
</style>
background-color css
<style>
a { background-color: #C860C5; }
a { background-color: rgb(200,96,197); }
div.DivClassName
{
background-color: #C860C5;
}
.BgClassName
{
background-color: #C860C5;
}
</style>
border-color css
<style>
span { border-color: #C860C5; }
span { border-color: rgb(200,96,197); }
td.TdClassName
{
border-color: #C860C5;
}
.TagClassName
{
border-color: #C860C5;
}
</style>