#C345BF

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

Shades of Fuchsia #C345BF

Tints of Fuchsia #C345BF

Color information

#C345BF (or 0xC345BF) is unknown color: approx Fuchsia. HEX triplet: C3, 45 and BF. RGB value is (195,69,191). Sum of RGB (Red+Green+Blue) = 195+69+191=455 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.86% from 455); Green value is 69 (27.34% from 255 or 15.16% from 455); Blue value is 191 (75% from 255 or 41.98% from 455); Max value from RGB is 195 - color contains mainly: red. Hex color #C345BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C345BF is #3CBA40. Grayscale: #787878. Windows color (decimal): -3979841 or 12535235. OLE color: 12535235.

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

Color convert

RGB19569191-
CMYK00.650.020.24
HSL301.9º51.22%51.76%-
HSV(B)301.9º64.62%76.47%-
XYZ34.0419.6251.28-
YUV120.58167.74181.08-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.86%
GREEN value IS 69 (27.34% from 255) = 15.16%
BLUE value IS 191 (75% from 255) = 41.98%
R=42.86%
G=15.16%
B=41.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1956919100.650.020.24301.951.2251.76
HexC345BF04121812e3334
Octal30310527701012304566364
Binary11000011100010110111111010000011011000100101110110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C345BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C345BF; }

 p { color: rgb(195,69,191); }

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

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

 a { background-color: rgb(195,69,191); }

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

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

 span { border-color: rgb(195,69,191); }

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