#C34CB6

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

Shades of Fuchsia #C34CB6

Tints of Fuchsia #C34CB6

Color information

#C34CB6 (or 0xC34CB6) is unknown color: approx Fuchsia. HEX triplet: C3, 4C and B6. RGB value is (195,76,182). Sum of RGB (Red+Green+Blue) = 195+76+182=453 (60% of max value = 765). Red value is 195 (76.56% from 255 or 43.05% from 453); Green value is 76 (30.08% from 255 or 16.78% from 453); Blue value is 182 (71.48% from 255 or 40.18% from 453); Max value from RGB is 195 - color contains mainly: red. Hex color #C34CB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C34CB6 is #3CB349. Grayscale: #7B7B7B. Windows color (decimal): -3978058 or 11947203. OLE color: 11947203.

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

Color convert

RGB19576182-
CMYK00.610.070.24
HSL306.55º49.79%53.14%-
HSV(B)306.55º61.03%76.47%-
XYZ33.5320.1546.38-
YUV123.66160.92178.88-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.05%
GREEN value IS 76 (30.08% from 255) = 16.78%
BLUE value IS 182 (71.48% from 255) = 40.18%
R=43.05%
G=16.78%
B=40.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957618200.610.070.24306.5549.7953.14
HexC34CB603D7181333235
Octal3031142660757304636265
Binary11000011100110010110110011110111111000100110011110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34CB6; }

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

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

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

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

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

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

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

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