#C863C3

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

Shades of Fuchsia #C863C3

Tints of Fuchsia #C863C3

Color information

#C863C3 (or 0xC863C3) is unknown color: approx Fuchsia. HEX triplet: C8, 63 and C3. RGB value is (200,99,195). Sum of RGB (Red+Green+Blue) = 200+99+195=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 99 (39.06% from 255 or 20.04% from 494); Blue value is 195 (76.56% from 255 or 39.47% from 494); Max value from RGB is 200 - color contains mainly: red. Hex color #C863C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C863C3 is #379C3C. Grayscale: #8B8B8B. Windows color (decimal): -3644477 or 12805064. OLE color: 12805064.

HSL color Cylindrical-coordinate representation of color #C863C3: hue angle of 302.97º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C863C3 is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB20099195-
CMYK00.500.020.22
HSL302.97º47.87%58.63%-
HSV(B)302.97º50.5%78.43%-
XYZ38.1325.1454.47-
YUV140.14158.96170.69-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.49%
GREEN value IS 99 (39.06% from 255) = 20.04%
BLUE value IS 195 (76.56% from 255) = 39.47%
R=40.49%
G=20.04%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009919500.500.020.22302.9747.8758.63
HexC863C303221612f303b
Octal3101433030622264576073
Binary1100100011000111100001101100101010110100101111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C863C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C863C3; }

 p { color: rgb(200,99,195); }

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

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

 a { background-color: rgb(200,99,195); }

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

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

 span { border-color: rgb(200,99,195); }

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