#C346BD

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

Shades of Fuchsia #C346BD

Tints of Fuchsia #C346BD

Color information

#C346BD (or 0xC346BD) is unknown color: approx Fuchsia. HEX triplet: C3, 46 and BD. RGB value is (195,70,189). Sum of RGB (Red+Green+Blue) = 195+70+189=454 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.95% from 454); Green value is 70 (27.73% from 255 or 15.42% from 454); Blue value is 189 (74.22% from 255 or 41.63% from 454); Max value from RGB is 195 - color contains mainly: red. Hex color #C346BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C346BD is #3CB942. Grayscale: #787878. Windows color (decimal): -3979587 or 12404419. OLE color: 12404419.

HSL color Cylindrical-coordinate representation of color #C346BD: hue angle of 302.88º 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 #C346BD is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB19570189-
CMYK00.640.030.24
HSL302.88º51.02%51.96%-
HSV(B)302.88º64.1%76.47%-
XYZ33.8819.6650.15-
YUV120.94166.41180.82-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.95%
GREEN value IS 70 (27.73% from 255) = 15.42%
BLUE value IS 189 (74.22% from 255) = 41.63%
R=42.95%
G=15.42%
B=41.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957018900.640.030.24302.8851.0251.96
HexC346BD04031812f3334
Octal30310627501003304576364
Binary11000011100011010111101010000001111000100101111110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C346BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C346BD; }

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

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

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

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

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

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

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

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