#C34AB3

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

Shades of Fuchsia #C34AB3

Tints of Fuchsia #C34AB3

Color information

#C34AB3 (or 0xC34AB3) is unknown color: approx Fuchsia. HEX triplet: C3, 4A and B3. RGB value is (195,74,179). Sum of RGB (Red+Green+Blue) = 195+74+179=448 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.53% from 448); Green value is 74 (29.30% from 255 or 16.52% from 448); Blue value is 179 (70.31% from 255 or 39.96% from 448); Max value from RGB is 195 - color contains mainly: red. Hex color #C34AB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C34AB3 is #3CB54C. Grayscale: #797979. Windows color (decimal): -3978573 or 11750083. OLE color: 11750083.

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

Color convert

RGB19574179-
CMYK00.620.080.24
HSL307.93º50.21%52.75%-
HSV(B)307.93º62.05%76.47%-
XYZ33.0919.7544.72-
YUV122.15160.09179.96-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.53%
GREEN value IS 74 (29.30% from 255) = 16.52%
BLUE value IS 179 (70.31% from 255) = 39.96%
R=43.53%
G=16.52%
B=39.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957417900.620.080.24307.9350.2152.75
HexC34AB303E8181343235
Octal30311226307610304646265
Binary110000111001010101100110111110100011000100110100110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34AB3; }

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

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

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

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

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

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

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

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