#C861CA

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

Shades of Fuchsia #C861CA

Tints of Fuchsia #C861CA

Color information

#C861CA (or 0xC861CA) is unknown color: approx Fuchsia. HEX triplet: C8, 61 and CA. RGB value is (200,97,202). Sum of RGB (Red+Green+Blue) = 200+97+202=499 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40.08% from 499); Green value is 97 (38.28% from 255 or 19.44% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 202 - color contains mainly: blue. Hex color #C861CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C861CA is #379E35. Grayscale: #8B8B8B. Windows color (decimal): -3644982 or 13263304. OLE color: 13263304.

HSL color Cylindrical-coordinate representation of color #C861CA: hue angle of 298.86º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C861CA is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB20097202-
CMYK0.010.5200.21
HSL298.86º49.76%58.63%-
HSV(B)298.86º51.98%79.22%-
XYZ38.7525.0958.68-
YUV139.77163.12170.96-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.08%
GREEN value IS 97 (38.28% from 255) = 19.44%
BLUE value IS 202 (79.30% from 255) = 40.48%
R=40.08%
G=19.44%
B=40.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal200972020.010.5200.21298.8649.7658.63
HexC861CA13401512b323b
Octal3101413121640254536273
Binary110010001100001110010101110100010101100101011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C861CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C861CA; }

 p { color: rgb(200,97,202); }

 H1.HeaderClassName
 {
   color: #C861CA;
 }
 .AnyTagClassName
 {
   color: #C861CA;
 }
</style>
background-color css

<style>
 a { background-color: #C861CA; }

 a { background-color: rgb(200,97,202); }

 div.DivClassName
 {
   background-color: #C861CA;
 }
 .BgClassName
 {
   background-color: #C861CA;
 }
</style>
border-color css

<style>
 span { border-color: #C861CA; }

 span { border-color: rgb(200,97,202); }

 td.TdClassName
 {
   border-color: #C861CA;
 }
 .TagClassName
 {
   border-color: #C861CA;
 }
</style>