#C462AD

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

Shades of Fuchsia #C462AD

Tints of Fuchsia #C462AD

Color information

#C462AD (or 0xC462AD) is unknown color: approx Fuchsia. HEX triplet: C4, 62 and AD. RGB value is (196,98,173). Sum of RGB (Red+Green+Blue) = 196+98+173=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 98 (38.67% from 255 or 20.99% from 467); Blue value is 173 (67.97% from 255 or 37.04% from 467); Max value from RGB is 196 - color contains mainly: red. Hex color #C462AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C462AD is #3B9D52. Grayscale: #878787. Windows color (decimal): -3906899 or 11363012. OLE color: 11363012.

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

Color convert

RGB19698173-
CMYK00.50.120.23
HSL314.08º45.37%57.65%-
HSV(B)314.08º50%76.86%-
XYZ34.6823.4942.24-
YUV135.85148.97170.9-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.97%
GREEN value IS 98 (38.67% from 255) = 20.99%
BLUE value IS 173 (67.97% from 255) = 37.04%
R=41.97%
G=20.99%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1969817300.50.120.23314.0845.3757.65
HexC462AD032C1713a2d3a
Octal30414225506214274725572
Binary110001001100010101011010110010110010111100111010101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C462AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C462AD; }

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

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

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

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

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

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

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

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