#C34ABE

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

Shades of Fuchsia #C34ABE

Tints of Fuchsia #C34ABE

Color information

#C34ABE (or 0xC34ABE) is unknown color: approx Fuchsia. HEX triplet: C3, 4A and BE. RGB value is (195,74,190). Sum of RGB (Red+Green+Blue) = 195+74+190=459 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.48% from 459); Green value is 74 (29.30% from 255 or 16.12% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 195 - color contains mainly: red. Hex color #C34ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C34ABE is #3CB541. Grayscale: #7B7B7B. Windows color (decimal): -3978562 or 12470979. OLE color: 12470979.

HSL color Cylindrical-coordinate representation of color #C34ABE: hue angle of 302.48º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C34ABE is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB19574190-
CMYK00.620.030.24
HSL302.48º50.21%52.75%-
HSV(B)302.48º62.05%76.47%-
XYZ34.2520.2250.81-
YUV123.4165.59179.07-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.48%
GREEN value IS 74 (29.30% from 255) = 16.12%
BLUE value IS 190 (74.61% from 255) = 41.39%
R=42.48%
G=16.12%
B=41.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957419000.620.030.24302.4850.2152.75
HexC34ABE03E31812e3235
Octal3031122760763304566265
Binary1100001110010101011111001111101111000100101110110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34ABE; }

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

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

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

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

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

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

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

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