#C463B1

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

Shades of Fuchsia #C463B1

Tints of Fuchsia #C463B1

Color information

#C463B1 (or 0xC463B1) is unknown color: approx Fuchsia. HEX triplet: C4, 63 and B1. RGB value is (196,99,177). Sum of RGB (Red+Green+Blue) = 196+99+177=472 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.53% from 472); Green value is 99 (39.06% from 255 or 20.97% from 472); Blue value is 177 (69.53% from 255 or 37.5% from 472); Max value from RGB is 196 - color contains mainly: red. Hex color #C463B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C463B1 is #3B9C4E. Grayscale: #888888. Windows color (decimal): -3906639 or 11625412. OLE color: 11625412.

HSL color Cylindrical-coordinate representation of color #C463B1: hue angle of 311.75º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C463B1 is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB19699177-
CMYK00.490.100.23
HSL311.75º45.12%57.84%-
HSV(B)311.75º49.49%76.86%-
XYZ35.1623.8344.34-
YUV136.9150.64170.16-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.53%
GREEN value IS 99 (39.06% from 255) = 20.97%
BLUE value IS 177 (69.53% from 255) = 37.5%
R=41.53%
G=20.97%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1969917700.490.100.23311.7545.1257.84
HexC463B1031A171382d3a
Octal30414326106112274705572
Binary110001001100011101100010110001101010111100111000101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C463B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C463B1; }

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

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

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

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

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

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

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

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