Shades of Fuchsia #C860CF
Tints of Fuchsia #C860CF
RGB
CMYK
RGB Variations
Color information
#C860CF (or 0xC860CF) is known color: Fuchsia. HEX triplet: C8, 60 and CF. RGB value is (200,96,207). Sum of RGB (Red+Green+Blue) = 200+96+207=503 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.76% from 503); Green value is 96 (37.89% from 255 or 19.09% from 503); Blue value is 207 (81.25% from 255 or 41.15% from 503); Max value from RGB is 207 - color contains mainly: blue. Hex color #C860CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C860CF is #379F30. Grayscale: #8B8B8B. Windows color (decimal): -3645233 or 13590728. OLE color: 13590728.
HSL color Cylindrical-coordinate representation of color #C860CF: hue angle of 296.22º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C860CF is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 96 | 207 | - |
| CMYK | 0.03 | 0.54 | 0 | 0.19 |
| HSL | 296.22º | 0.54% | 0.59% | - |
| HSV(B) | 296.22º | 0.54% | 0.81% | - |
| XYZ | 39.26 | 25.15 | 61.82 | - |
| YUV | 139.75 | 165.96 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 96 | 207 | 0.03 | 0.54 | 0 | 0.19 | 296.22 | 0.54 | 0.59 |
| Hex | C8 | 60 | CF | 3 | 36 | 0 | 13 | 128 | 36 | 3B |
| Octal | 310 | 140 | 317 | 3 | 66 | 0 | 23 | 450 | 66 | 73 |
| Binary | 11001000 | 1100000 | 11001111 | 11 | 110110 | 0 | 10011 | 100101000 | 110110 | 111011 |
Color Harmonies of #C860CF
Complementary color
Monochromatic Colors of #C860CF
Black with #C860CF
Text Example
Text Example
White with #C860CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C860CF; }
p { color: rgb(200,96,207); }
H1.HeaderClassName
{
color: #C860CF;
}
.AnyTagClassName
{
color: #C860CF;
}
</style>
background-color css
<style>
a { background-color: #C860CF; }
a { background-color: rgb(200,96,207); }
div.DivClassName
{
background-color: #C860CF;
}
.BgClassName
{
background-color: #C860CF;
}
</style>
border-color css
<style>
span { border-color: #C860CF; }
span { border-color: rgb(200,96,207); }
td.TdClassName
{
border-color: #C860CF;
}
.TagClassName
{
border-color: #C860CF;
}
</style>