#C34EB6

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

Shades of Fuchsia #C34EB6

Tints of Fuchsia #C34EB6

Color information

#C34EB6 (or 0xC34EB6) is unknown color: approx Fuchsia. HEX triplet: C3, 4E and B6. RGB value is (195,78,182). Sum of RGB (Red+Green+Blue) = 195+78+182=455 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.86% from 455); Green value is 78 (30.86% from 255 or 17.14% from 455); Blue value is 182 (71.48% from 255 or 40% from 455); Max value from RGB is 195 - color contains mainly: red. Hex color #C34EB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C34EB6 is #3CB149. Grayscale: #7C7C7C. Windows color (decimal): -3977546 or 11947715. OLE color: 11947715.

HSL color Cylindrical-coordinate representation of color #C34EB6: hue angle of 306.67º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C34EB6 is Cyan = 0, Magento = 0.6, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB19578182-
CMYK00.60.070.24
HSL306.67º49.37%53.53%-
HSV(B)306.67º60%76.47%-
XYZ33.6720.4346.42-
YUV124.84160.26178.04-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.86%
GREEN value IS 78 (30.86% from 255) = 17.14%
BLUE value IS 182 (71.48% from 255) = 40%
R=42.86%
G=17.14%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957818200.60.070.24306.6749.3753.53
HexC34EB603C7181333136
Octal3031162660747304636166
Binary11000011100111010110110011110011111000100110011110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34EB6; }

 p { color: rgb(195,78,182); }

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

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

 a { background-color: rgb(195,78,182); }

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

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

 span { border-color: rgb(195,78,182); }

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