#C34EB1

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

Shades of Fuchsia #C34EB1

Tints of Fuchsia #C34EB1

Color information

#C34EB1 (or 0xC34EB1) is unknown color: approx Fuchsia. HEX triplet: C3, 4E and B1. RGB value is (195,78,177). Sum of RGB (Red+Green+Blue) = 195+78+177=450 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.33% from 450); Green value is 78 (30.86% from 255 or 17.33% from 450); Blue value is 177 (69.53% from 255 or 39.33% from 450); Max value from RGB is 195 - color contains mainly: red. Hex color #C34EB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C34EB1 is #3CB14E. Grayscale: #7B7B7B. Windows color (decimal): -3977551 or 11620035. OLE color: 11620035.

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

Color convert

RGB19578177-
CMYK00.60.090.24
HSL309.23º49.37%53.53%-
HSV(B)309.23º60%76.47%-
XYZ33.1720.2343.75-
YUV124.27157.76178.45-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.33%
GREEN value IS 78 (30.86% from 255) = 17.33%
BLUE value IS 177 (69.53% from 255) = 39.33%
R=43.33%
G=17.33%
B=39.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957817700.60.090.24309.2349.3753.53
HexC34EB103C9181353136
Octal30311626107411304656166
Binary110000111001110101100010111100100111000100110101110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34EB1; }

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

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

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

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

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

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

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

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