#C34BC3

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

Shades of Fuchsia #C34BC3

Tints of Fuchsia #C34BC3

Color information

#C34BC3 (or 0xC34BC3) is unknown color: approx Fuchsia. HEX triplet: C3, 4B and C3. RGB value is (195,75,195). Sum of RGB (Red+Green+Blue) = 195+75+195=465 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.94% from 465); Green value is 75 (29.69% from 255 or 16.13% from 465); Blue value is 195 (76.56% from 255 or 41.94% from 465); Max value from RGB is 195 - color contains mainly: red, blue. Hex color #C34BC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C34BC3 is #3CB43C. Grayscale: #7C7C7C. Windows color (decimal): -3978301 or 12798915. OLE color: 12798915.

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

Color convert

RGB19575195-
CMYK00.6200.24
HSL300º50%52.94%-
HSV(B)300º61.54%76.47%-
XYZ34.8720.5753.76-
YUV124.56167.76178.24-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.94%
GREEN value IS 75 (29.69% from 255) = 16.13%
BLUE value IS 195 (76.56% from 255) = 41.94%
R=41.94%
G=16.13%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957519500.6200.243005052.94
HexC34BC303E01812c3235
Octal3031133030760304546265
Binary110000111001011110000110111110011000100101100110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34BC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34BC3; }

 p { color: rgb(195,75,195); }

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

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

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

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

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

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

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