#C463CA

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

Shades of Fuchsia #C463CA

Tints of Fuchsia #C463CA

Color information

#C463CA (or 0xC463CA) is unknown color: approx Fuchsia. HEX triplet: C4, 63 and CA. RGB value is (196,99,202). Sum of RGB (Red+Green+Blue) = 196+99+202=497 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.44% from 497); Green value is 99 (39.06% from 255 or 19.92% from 497); Blue value is 202 (79.30% from 255 or 40.64% from 497); Max value from RGB is 202 - color contains mainly: blue. Hex color #C463CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C463CA is #3B9C35. Grayscale: #8B8B8B. Windows color (decimal): -3906614 or 13263812. OLE color: 13263812.

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

Color convert

RGB19699202-
CMYK0.030.5100.21
HSL296.5º49.28%59.02%-
HSV(B)296.5º50.99%79.22%-
XYZ37.8924.9258.69-
YUV139.74163.14168.12-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.44%
GREEN value IS 99 (39.06% from 255) = 19.92%
BLUE value IS 202 (79.30% from 255) = 40.64%
R=39.44%
G=19.92%
B=40.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal196992020.030.5100.21296.549.2859.02
HexC463CA333015129313b
Octal3041433123630254516173
Binary1100010011000111100101011110011010101100101001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C463CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C463CA; }

 p { color: rgb(196,99,202); }

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

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

 a { background-color: rgb(196,99,202); }

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

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

 span { border-color: rgb(196,99,202); }

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