#C343BE

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

Shades of Fuchsia #C343BE

Tints of Fuchsia #C343BE

Color information

#C343BE (or 0xC343BE) is unknown color: approx Fuchsia. HEX triplet: C3, 43 and BE. RGB value is (195,67,190). Sum of RGB (Red+Green+Blue) = 195+67+190=452 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.14% from 452); Green value is 67 (26.56% from 255 or 14.82% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 195 - color contains mainly: red. Hex color #C343BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C343BE is #3CBC41. Grayscale: #767676. Windows color (decimal): -3980354 or 12469187. OLE color: 12469187.

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

Color convert

RGB19567190-
CMYK00.660.030.24
HSL302.34º51.61%51.37%-
HSV(B)302.34º65.64%76.47%-
XYZ33.8119.3350.67-
YUV119.29167.91182-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.14%
GREEN value IS 67 (26.56% from 255) = 14.82%
BLUE value IS 190 (74.61% from 255) = 42.04%
R=43.14%
G=14.82%
B=42.04%

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
Decimal1956719000.660.030.24302.3451.6151.37
HexC343BE04231812e3433
Octal30310327601023304566463
Binary11000011100001110111110010000101111000100101110110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C343BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C343BE; }

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

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

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

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

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

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

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

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