#C34FCB

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

Shades of Fuchsia #C34FCB

Tints of Fuchsia #C34FCB

Color information

#C34FCB (or 0xC34FCB) is unknown color: approx Fuchsia. HEX triplet: C3, 4F and CB. RGB value is (195,79,203). Sum of RGB (Red+Green+Blue) = 195+79+203=477 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.88% from 477); Green value is 79 (31.25% from 255 or 16.56% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 203 - color contains mainly: blue. Hex color #C34FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C34FCB is #3CB034. Grayscale: #7F7F7F. Windows color (decimal): -3977269 or 13324227. OLE color: 13324227.

HSL color Cylindrical-coordinate representation of color #C34FCB: hue angle of 296.13º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C34FCB is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19579203-
CMYK0.040.6100.20
HSL296.13º54.39%55.29%-
HSV(B)296.13º61.08%79.61%-
XYZ36.0821.5158.75-
YUV127.82170.43175.92-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.88%
GREEN value IS 79 (31.25% from 255) = 16.56%
BLUE value IS 203 (79.69% from 255) = 42.56%
R=40.88%
G=16.56%
B=42.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal195792030.040.6100.20296.1354.3955.29
HexC34FCB43D0141283637
Octal3031173134750244506667
Binary11000011100111111001011100111101010100100101000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34FCB; }

 p { color: rgb(195,79,203); }

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

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

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

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

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

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

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