#C342BE

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

Shades of Fuchsia #C342BE

Tints of Fuchsia #C342BE

Color information

#C342BE (or 0xC342BE) is unknown color: approx Fuchsia. HEX triplet: C3, 42 and BE. RGB value is (195,66,190). Sum of RGB (Red+Green+Blue) = 195+66+190=451 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.24% from 451); Green value is 66 (26.17% from 255 or 14.63% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 195 - color contains mainly: red. Hex color #C342BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C342BE is #3CBD41. Grayscale: #767676. Windows color (decimal): -3980610 or 12468931. OLE color: 12468931.

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

Color convert

RGB19566190-
CMYK00.660.030.24
HSL302.33º51.81%51.18%-
HSV(B)302.33º66.15%76.47%-
XYZ33.7519.2250.65-
YUV118.71168.24182.42-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.24%
GREEN value IS 66 (26.17% from 255) = 14.63%
BLUE value IS 190 (74.61% from 255) = 42.13%
R=43.24%
G=14.63%
B=42.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1956619000.660.030.24302.3351.8151.18
HexC342BE04231812e3433
Octal30310227601023304566463
Binary11000011100001010111110010000101111000100101110110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C342BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C342BE; }

 p { color: rgb(195,66,190); }

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

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

 a { background-color: rgb(195,66,190); }

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

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

 span { border-color: rgb(195,66,190); }

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