#C34AA8

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

Shades of Fuchsia #C34AA8

Tints of Fuchsia #C34AA8

Color information

#C34AA8 (or 0xC34AA8) is unknown color: approx Fuchsia. HEX triplet: C3, 4A and A8. RGB value is (195,74,168). Sum of RGB (Red+Green+Blue) = 195+74+168=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 74 (29.30% from 255 or 16.93% from 437); Blue value is 168 (66.02% from 255 or 38.44% from 437); Max value from RGB is 195 - color contains mainly: red. Hex color #C34AA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34AA8 is #3CB557. Grayscale: #787878. Windows color (decimal): -3978584 or 11029187. OLE color: 11029187.

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

Color convert

RGB19574168-
CMYK00.620.140.24
HSL313.39º50.21%52.75%-
HSV(B)313.39º62.05%76.47%-
XYZ32.0219.3339.09-
YUV120.9154.59180.86-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.62%
GREEN value IS 74 (29.30% from 255) = 16.93%
BLUE value IS 168 (66.02% from 255) = 38.44%
R=44.62%
G=16.93%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957416800.620.140.24313.3950.2152.75
HexC34AA803EE181393235
Octal30311225007616304716265
Binary110000111001010101010000111110111011000100111001110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34AA8; }

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

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

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

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

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

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

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

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