#C34BB3

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

Shades of Fuchsia #C34BB3

Tints of Fuchsia #C34BB3

Color information

#C34BB3 (or 0xC34BB3) is unknown color: approx Fuchsia. HEX triplet: C3, 4B and B3. RGB value is (195,75,179). Sum of RGB (Red+Green+Blue) = 195+75+179=449 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.43% from 449); Green value is 75 (29.69% from 255 or 16.70% from 449); Blue value is 179 (70.31% from 255 or 39.87% from 449); Max value from RGB is 195 - color contains mainly: red. Hex color #C34BB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C34BB3 is #3CB44C. Grayscale: #7A7A7A. Windows color (decimal): -3978317 or 11750339. OLE color: 11750339.

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

Color convert

RGB19575179-
CMYK00.620.080.24
HSL308º50%52.94%-
HSV(B)308º61.54%76.47%-
XYZ33.1619.8944.74-
YUV122.74159.76179.54-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.43%
GREEN value IS 75 (29.69% from 255) = 16.70%
BLUE value IS 179 (70.31% from 255) = 39.87%
R=43.43%
G=16.70%
B=39.87%

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
Decimal1957517900.620.080.243085052.94
HexC34BB303E8181343235
Octal30311326307610304646265
Binary110000111001011101100110111110100011000100110100110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34BB3; }

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

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

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

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

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

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

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

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