#C34CBF

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

Shades of Fuchsia #C34CBF

Tints of Fuchsia #C34CBF

Color information

#C34CBF (or 0xC34CBF) is unknown color: approx Fuchsia. HEX triplet: C3, 4C and BF. RGB value is (195,76,191). Sum of RGB (Red+Green+Blue) = 195+76+191=462 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.21% from 462); Green value is 76 (30.08% from 255 or 16.45% from 462); Blue value is 191 (75% from 255 or 41.34% from 462); Max value from RGB is 195 - color contains mainly: red. Hex color #C34CBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C34CBF is #3CB340. Grayscale: #7C7C7C. Windows color (decimal): -3978049 or 12537027. OLE color: 12537027.

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

Color convert

RGB19576191-
CMYK00.610.020.24
HSL302.02º49.79%53.14%-
HSV(B)302.02º61.03%76.47%-
XYZ34.4920.5351.44-
YUV124.69165.42178.15-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.21%
GREEN value IS 76 (30.08% from 255) = 16.45%
BLUE value IS 191 (75% from 255) = 41.34%
R=42.21%
G=16.45%
B=41.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957619100.610.020.24302.0249.7953.14
HexC34CBF03D21812e3235
Octal3031142770752304566265
Binary1100001110011001011111101111011011000100101110110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34CBF; }

 p { color: rgb(195,76,191); }

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

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

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

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

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

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

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