#C34AC6

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

Shades of Fuchsia #C34AC6

Tints of Fuchsia #C34AC6

Color information

#C34AC6 (or 0xC34AC6) is unknown color: approx Fuchsia. HEX triplet: C3, 4A and C6. RGB value is (195,74,198). Sum of RGB (Red+Green+Blue) = 195+74+198=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 74 (29.30% from 255 or 15.85% from 467); Blue value is 198 (77.73% from 255 or 42.40% from 467); Max value from RGB is 198 - color contains mainly: blue. Hex color #C34AC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C34AC6 is #3CB539. Grayscale: #7B7B7B. Windows color (decimal): -3978554 or 12995267. OLE color: 12995267.

HSL color Cylindrical-coordinate representation of color #C34AC6: hue angle of 298.55º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C34AC6 is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB19574198-
CMYK0.020.6300.22
HSL298.55º52.1%53.33%-
HSV(B)298.55º62.63%77.65%-
XYZ35.1520.5855.55-
YUV124.32169.59178.42-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.76%
GREEN value IS 74 (29.30% from 255) = 15.85%
BLUE value IS 198 (77.73% from 255) = 42.40%
R=41.76%
G=15.85%
B=42.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal195741980.020.6300.22298.5552.153.33
HexC34AC623F01612b3435
Octal3031123062770264536465
Binary1100001110010101100011010111111010110100101011110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34AC6; }

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

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

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

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

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

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

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

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