#C466AD

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

Shades of Fuchsia #C466AD

Tints of Fuchsia #C466AD

Color information

#C466AD (or 0xC466AD) is unknown color: approx Fuchsia. HEX triplet: C4, 66 and AD. RGB value is (196,102,173). Sum of RGB (Red+Green+Blue) = 196+102+173=471 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.61% from 471); Green value is 102 (40.23% from 255 or 21.66% from 471); Blue value is 173 (67.97% from 255 or 36.73% from 471); Max value from RGB is 196 - color contains mainly: red. Hex color #C466AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C466AD is #3B9952. Grayscale: #8A8A8A. Windows color (decimal): -3905875 or 11364036. OLE color: 11364036.

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

Color convert

RGB196102173-
CMYK00.480.120.23
HSL314.68º44.34%58.43%-
HSV(B)314.68º47.96%76.86%-
XYZ35.0624.2642.37-
YUV138.2147.64169.23-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.61%
GREEN value IS 102 (40.23% from 255) = 21.66%
BLUE value IS 173 (67.97% from 255) = 36.73%
R=41.61%
G=21.66%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610217300.480.120.23314.6844.3458.43
HexC466AD030C1713b2c3a
Octal30414625506014274735472
Binary110001001100110101011010110000110010111100111011101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C466AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C466AD; }

 p { color: rgb(196,102,173); }

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

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

 a { background-color: rgb(196,102,173); }

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

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

 span { border-color: rgb(196,102,173); }

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