#C340BA

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

Shades of Fuchsia #C340BA

Tints of Fuchsia #C340BA

Color information

#C340BA (or 0xC340BA) is unknown color: approx Fuchsia. HEX triplet: C3, 40 and BA. RGB value is (195,64,186). Sum of RGB (Red+Green+Blue) = 195+64+186=445 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.82% from 445); Green value is 64 (25.39% from 255 or 14.38% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 195 - color contains mainly: red. Hex color #C340BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C340BA is #3CBF45. Grayscale: #747474. Windows color (decimal): -3981126 or 12206275. OLE color: 12206275.

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

Color convert

RGB19564186-
CMYK00.670.050.24
HSL304.12º52.19%50.78%-
HSV(B)304.12º67.18%76.47%-
XYZ33.218.8148.34-
YUV117.08166.9183.58-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.82%
GREEN value IS 64 (25.39% from 255) = 14.38%
BLUE value IS 186 (73.05% from 255) = 41.80%
R=43.82%
G=14.38%
B=41.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1956418600.670.050.24304.1252.1950.78
HexC340BA0435181303433
Octal30310027201035304606463
Binary110000111000000101110100100001110111000100110000110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C340BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C340BA; }

 p { color: rgb(195,64,186); }

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

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

 a { background-color: rgb(195,64,186); }

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

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

 span { border-color: rgb(195,64,186); }

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