Shades of Fuchsia #C865CF
Tints of Fuchsia #C865CF
RGB
CMYK
RGB Variations
Color information
#C865CF (or 0xC865CF) is known color: Fuchsia. HEX triplet: C8, 65 and CF. RGB value is (200,101,207). Sum of RGB (Red+Green+Blue) = 200+101+207=508 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.37% from 508); Green value is 101 (39.84% from 255 or 19.88% from 508); Blue value is 207 (81.25% from 255 or 40.75% from 508); Max value from RGB is 207 - color contains mainly: blue. Hex color #C865CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C865CF is #379A30. Grayscale: #8E8E8E. Windows color (decimal): -3643953 or 13592008. OLE color: 13592008.
HSL color Cylindrical-coordinate representation of color #C865CF: hue angle of 296.04º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C865CF is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 101 | 207 | - |
| CMYK | 0.03 | 0.51 | 0 | 0.19 |
| HSL | 296.04º | 0.52% | 0.6% | - |
| HSV(B) | 296.04º | 0.51% | 0.81% | - |
| XYZ | 39.74 | 26.09 | 61.97 | - |
| YUV | 142.69 | 164.3 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 101 | 207 | 0.03 | 0.51 | 0 | 0.19 | 296.04 | 0.52 | 0.6 |
| Hex | C8 | 65 | CF | 3 | 33 | 0 | 13 | 128 | 34 | 3C |
| Octal | 310 | 145 | 317 | 3 | 63 | 0 | 23 | 450 | 64 | 74 |
| Binary | 11001000 | 1100101 | 11001111 | 11 | 110011 | 0 | 10011 | 100101000 | 110100 | 111100 |
Color Harmonies of #C865CF
Complementary color
Monochromatic Colors of #C865CF
Black with #C865CF
Text Example
Text Example
White with #C865CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C865CF; }
p { color: rgb(200,101,207); }
H1.HeaderClassName
{
color: #C865CF;
}
.AnyTagClassName
{
color: #C865CF;
}
</style>
background-color css
<style>
a { background-color: #C865CF; }
a { background-color: rgb(200,101,207); }
div.DivClassName
{
background-color: #C865CF;
}
.BgClassName
{
background-color: #C865CF;
}
</style>
border-color css
<style>
span { border-color: #C865CF; }
span { border-color: rgb(200,101,207); }
td.TdClassName
{
border-color: #C865CF;
}
.TagClassName
{
border-color: #C865CF;
}
</style>