#C34CB4

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

Shades of Fuchsia #C34CB4

Tints of Fuchsia #C34CB4

Color information

#C34CB4 (or 0xC34CB4) is unknown color: approx Fuchsia. HEX triplet: C3, 4C and B4. RGB value is (195,76,180). Sum of RGB (Red+Green+Blue) = 195+76+180=451 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.24% from 451); Green value is 76 (30.08% from 255 or 16.85% from 451); Blue value is 180 (70.70% from 255 or 39.91% from 451); Max value from RGB is 195 - color contains mainly: red. Hex color #C34CB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C34CB4 is #3CB34B. Grayscale: #7B7B7B. Windows color (decimal): -3978060 or 11816131. OLE color: 11816131.

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

Color convert

RGB19576180-
CMYK00.610.080.24
HSL307.56º49.79%53.14%-
HSV(B)307.56º61.03%76.47%-
XYZ33.3320.0745.3-
YUV123.44159.92179.04-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.24%
GREEN value IS 76 (30.08% from 255) = 16.85%
BLUE value IS 180 (70.70% from 255) = 39.91%
R=43.24%
G=16.85%
B=39.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957618000.610.080.24307.5649.7953.14
HexC34CB403D8181343235
Octal30311426407510304646265
Binary110000111001100101101000111101100011000100110100110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34CB4; }

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

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

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

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

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

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

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

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