#C861CF

Color #C861CF Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #C861CF

Tints of Fuchsia #C861CF

Color information

#C861CF (or 0xC861CF) is unknown color: approx 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

RGB20097207-
CMYK0.030.5300.19
HSL296.18º53.4%59.61%-
HSV(B)296.18º53.14%81.18%-
XYZ39.3625.3361.85-
YUV140.34165.62170.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 200 (78.52% from 255) = 39.68%
GREEN value IS 97 (38.28% from 255) = 19.25%
BLUE value IS 207 (81.25% from 255) = 41.07%
R=39.68%
G=19.25%
B=41.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal200972070.030.5300.19296.1853.459.61
HexC861CF335013128353c
Octal3101413173650234506574
Binary1100100011000011100111111110101010011100101000110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C861CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>