#C46CAD

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

Shades of Fuchsia #C46CAD

Tints of Fuchsia #C46CAD

Color information

#C46CAD (or 0xC46CAD) is unknown color: approx Fuchsia. HEX triplet: C4, 6C and AD. RGB value is (196,108,173). Sum of RGB (Red+Green+Blue) = 196+108+173=477 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.09% from 477); Green value is 108 (42.58% from 255 or 22.64% from 477); Blue value is 173 (67.97% from 255 or 36.27% from 477); Max value from RGB is 196 - color contains mainly: red. Hex color #C46CAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46CAD is #3B9352. Grayscale: #8D8D8D. Windows color (decimal): -3904339 or 11365572. OLE color: 11365572.

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

Color convert

RGB196108173-
CMYK00.450.120.23
HSL315.68º42.72%59.61%-
HSV(B)315.68º44.9%76.86%-
XYZ35.6725.4842.57-
YUV141.72145.65166.71-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.09%
GREEN value IS 108 (42.58% from 255) = 22.64%
BLUE value IS 173 (67.97% from 255) = 36.27%
R=41.09%
G=22.64%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610817300.450.120.23315.6842.7259.61
HexC46CAD02DC1713c2b3c
Octal30415425505514274745374
Binary110001001101100101011010101101110010111100111100101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46CAD; }

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

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

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

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

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

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

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

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