#C34CB8

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

Shades of Fuchsia #C34CB8

Tints of Fuchsia #C34CB8

Color information

#C34CB8 (or 0xC34CB8) is unknown color: approx Fuchsia. HEX triplet: C3, 4C and B8. RGB value is (195,76,184). Sum of RGB (Red+Green+Blue) = 195+76+184=455 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.86% from 455); Green value is 76 (30.08% from 255 or 16.70% from 455); Blue value is 184 (72.27% from 255 or 40.44% from 455); Max value from RGB is 195 - color contains mainly: red. Hex color #C34CB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C34CB8 is #3CB347. Grayscale: #7B7B7B. Windows color (decimal): -3978056 or 12078275. OLE color: 12078275.

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

Color convert

RGB19576184-
CMYK00.610.060.24
HSL305.55º49.79%53.14%-
HSV(B)305.55º61.03%76.47%-
XYZ33.7420.2347.47-
YUV123.89161.92178.72-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.86%
GREEN value IS 76 (30.08% from 255) = 16.70%
BLUE value IS 184 (72.27% from 255) = 40.44%
R=42.86%
G=16.70%
B=40.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957618400.610.060.24305.5549.7953.14
HexC34CB803D6181323235
Octal3031142700756304626265
Binary11000011100110010111000011110111011000100110010110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34CB8; }

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

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

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

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

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

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

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

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