#C465AA

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

Shades of Fuchsia #C465AA

Tints of Fuchsia #C465AA

Color information

#C465AA (or 0xC465AA) is unknown color: approx Fuchsia. HEX triplet: C4, 65 and AA. RGB value is (196,101,170). Sum of RGB (Red+Green+Blue) = 196+101+170=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 101 (39.84% from 255 or 21.63% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 196 - color contains mainly: red. Hex color #C465AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C465AA is #3B9A55. Grayscale: #898989. Windows color (decimal): -3906134 or 11167172. OLE color: 11167172.

HSL color Cylindrical-coordinate representation of color #C465AA: hue angle of 316.42º degrees, saturation: 0.45, 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 #C465AA is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB196101170-
CMYK00.480.130.23
HSL316.42º44.6%58.24%-
HSV(B)316.42º48.47%76.86%-
XYZ34.6723.9540.82-
YUV137.27146.47169.89-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.97%
GREEN value IS 101 (39.84% from 255) = 21.63%
BLUE value IS 170 (66.80% from 255) = 36.40%
R=41.97%
G=21.63%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610117000.480.130.23316.4244.658.24
HexC465AA030D1713c2d3a
Octal30414525206015274745572
Binary110001001100101101010100110000110110111100111100101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C465AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C465AA; }

 p { color: rgb(196,101,170); }

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

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

 a { background-color: rgb(196,101,170); }

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

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

 span { border-color: rgb(196,101,170); }

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