#C346AD

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

Shades of Fuchsia #C346AD

Tints of Fuchsia #C346AD

Color information

#C346AD (or 0xC346AD) is unknown color: approx Fuchsia. HEX triplet: C3, 46 and AD. RGB value is (195,70,173). Sum of RGB (Red+Green+Blue) = 195+70+173=438 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.52% from 438); Green value is 70 (27.73% from 255 or 15.98% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 195 - color contains mainly: red. Hex color #C346AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C346AD is #3CB952. Grayscale: #767676. Windows color (decimal): -3979603 or 11355843. OLE color: 11355843.

HSL color Cylindrical-coordinate representation of color #C346AD: hue angle of 310.56º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C346AD is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB19570173-
CMYK00.640.110.24
HSL310.56º51.02%51.96%-
HSV(B)310.56º64.1%76.47%-
XYZ32.241941.5-
YUV119.12158.41182.12-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.52%
GREEN value IS 70 (27.73% from 255) = 15.98%
BLUE value IS 173 (67.97% from 255) = 39.50%
R=44.52%
G=15.98%
B=39.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957017300.640.110.24310.5651.0251.96
HexC346AD040B181373334
Octal303106255010013304676364
Binary1100001110001101010110101000000101111000100110111110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C346AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C346AD; }

 p { color: rgb(195,70,173); }

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

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

 a { background-color: rgb(195,70,173); }

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

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

 span { border-color: rgb(195,70,173); }

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