#C34EBA

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

Shades of Fuchsia #C34EBA

Tints of Fuchsia #C34EBA

Color information

#C34EBA (or 0xC34EBA) is unknown color: approx Fuchsia. HEX triplet: C3, 4E and BA. RGB value is (195,78,186). Sum of RGB (Red+Green+Blue) = 195+78+186=459 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.48% from 459); Green value is 78 (30.86% from 255 or 16.99% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 195 - color contains mainly: red. Hex color #C34EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C34EBA is #3CB145. Grayscale: #7C7C7C. Windows color (decimal): -3977542 or 12209859. OLE color: 12209859.

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

Color convert

RGB19578186-
CMYK00.60.050.24
HSL304.62º49.37%53.53%-
HSV(B)304.62º60%76.47%-
XYZ34.0920.648.63-
YUV125.29162.26177.72-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.48%
GREEN value IS 78 (30.86% from 255) = 16.99%
BLUE value IS 186 (73.05% from 255) = 40.52%
R=42.48%
G=16.99%
B=40.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957818600.60.050.24304.6249.3753.53
HexC34EBA03C5181313136
Octal3031162720745304616166
Binary11000011100111010111010011110010111000100110001110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34EBA; }

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

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

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

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

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

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

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

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