Shades of Fuchsia #C861CF
Tints of Fuchsia #C861CF
RGB
CMYK
RGB Variations
Color information
#C861CF (or 0xC861CF) is known color: Fuchsia. HEX triplet: C8, 61 and CF. RGB value is (200,97,207). Sum of RGB (Red+Green+Blue) = 200+97+207=504 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.68% from 504); Green value is 97 (38.28% from 255 or 19.25% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 207 - color contains mainly: blue. Hex color #C861CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C861CF is #379E30. Grayscale: #8C8C8C. Windows color (decimal): -3644977 or 13590984. OLE color: 13590984.
HSL color Cylindrical-coordinate representation of color #C861CF: hue angle of 296.18º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C861CF is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 97 | 207 | - |
| CMYK | 0.03 | 0.53 | 0 | 0.19 |
| HSL | 296.18º | 0.53% | 0.6% | - |
| HSV(B) | 296.18º | 0.53% | 0.81% | - |
| XYZ | 39.36 | 25.33 | 61.85 | - |
| YUV | 140.34 | 165.62 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 97 | 207 | 0.03 | 0.53 | 0 | 0.19 | 296.18 | 0.53 | 0.6 |
| Hex | C8 | 61 | CF | 3 | 35 | 0 | 13 | 128 | 35 | 3C |
| Octal | 310 | 141 | 317 | 3 | 65 | 0 | 23 | 450 | 65 | 74 |
| Binary | 11001000 | 1100001 | 11001111 | 11 | 110101 | 0 | 10011 | 100101000 | 110101 | 111100 |
Color Harmonies of #C861CF
Complementary color
Monochromatic Colors of #C861CF
Black with #C861CF
Text Example
Text Example
White with #C861CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C861CF; }
p { color: rgb(200,97,207); }
H1.HeaderClassName
{
color: #C861CF;
}
.AnyTagClassName
{
color: #C861CF;
}
</style>
background-color css
<style>
a { background-color: #C861CF; }
a { background-color: rgb(200,97,207); }
div.DivClassName
{
background-color: #C861CF;
}
.BgClassName
{
background-color: #C861CF;
}
</style>
border-color css
<style>
span { border-color: #C861CF; }
span { border-color: rgb(200,97,207); }
td.TdClassName
{
border-color: #C861CF;
}
.TagClassName
{
border-color: #C861CF;
}
</style>