#C460C1

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

Shades of Fuchsia #C460C1

Tints of Fuchsia #C460C1

Color information

#C460C1 (or 0xC460C1) is unknown color: approx Fuchsia. HEX triplet: C4, 60 and C1. RGB value is (196,96,193). Sum of RGB (Red+Green+Blue) = 196+96+193=485 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.41% from 485); Green value is 96 (37.89% from 255 or 19.79% from 485); Blue value is 193 (75.78% from 255 or 39.79% from 485); Max value from RGB is 196 - color contains mainly: red. Hex color #C460C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C460C1 is #3B9F3E. Grayscale: #888888. Windows color (decimal): -3907391 or 12673220. OLE color: 12673220.

HSL color Cylindrical-coordinate representation of color #C460C1: hue angle of 301.8º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C460C1 is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.23.

Color convert

RGB19696193-
CMYK00.510.020.23
HSL301.8º45.87%57.25%-
HSV(B)301.8º51.02%76.86%-
XYZ36.5723.9553.15-
YUV136.96159.63170.11-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.41%
GREEN value IS 96 (37.89% from 255) = 19.79%
BLUE value IS 193 (75.78% from 255) = 39.79%
R=40.41%
G=19.79%
B=39.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.02
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1969619300.510.020.23301.845.8757.25
HexC460C103321712e2e39
Octal3041403010632274565671
Binary1100010011000001100000101100111010111100101110101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C460C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C460C1; }

 p { color: rgb(196,96,193); }

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

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

 a { background-color: rgb(196,96,193); }

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

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

 span { border-color: rgb(196,96,193); }

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