#C34EB0

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

Shades of Fuchsia #C34EB0

Tints of Fuchsia #C34EB0

Color information

#C34EB0 (or 0xC34EB0) is unknown color: approx Fuchsia. HEX triplet: C3, 4E and B0. RGB value is (195,78,176). Sum of RGB (Red+Green+Blue) = 195+78+176=449 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.43% from 449); Green value is 78 (30.86% from 255 or 17.37% from 449); Blue value is 176 (69.14% from 255 or 39.20% from 449); Max value from RGB is 195 - color contains mainly: red. Hex color #C34EB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C34EB0 is #3CB14F. Grayscale: #7B7B7B. Windows color (decimal): -3977552 or 11554499. OLE color: 11554499.

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

Color convert

RGB19578176-
CMYK00.60.100.24
HSL309.74º49.37%53.53%-
HSV(B)309.74º60%76.47%-
XYZ33.0720.1943.23-
YUV124.16157.26178.53-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.43%
GREEN value IS 78 (30.86% from 255) = 17.37%
BLUE value IS 176 (69.14% from 255) = 39.20%
R=43.43%
G=17.37%
B=39.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957817600.60.100.24309.7449.3753.53
HexC34EB003CA181363136
Octal30311626007412304666166
Binary110000111001110101100000111100101011000100110110110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34EB0; }

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

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

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

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

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

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

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

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