#C34CB1

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

Shades of Fuchsia #C34CB1

Tints of Fuchsia #C34CB1

Color information

#C34CB1 (or 0xC34CB1) is unknown color: approx Fuchsia. HEX triplet: C3, 4C and B1. RGB value is (195,76,177). Sum of RGB (Red+Green+Blue) = 195+76+177=448 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.53% from 448); Green value is 76 (30.08% from 255 or 16.96% from 448); Blue value is 177 (69.53% from 255 or 39.51% from 448); Max value from RGB is 195 - color contains mainly: red. Hex color #C34CB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34CB1 is #3CB34E. Grayscale: #7A7A7A. Windows color (decimal): -3978063 or 11619523. OLE color: 11619523.

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

Color convert

RGB19576177-
CMYK00.610.090.24
HSL309.08º49.79%53.14%-
HSV(B)309.08º61.03%76.47%-
XYZ33.0319.9543.7-
YUV123.1158.42179.29-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.53%
GREEN value IS 76 (30.08% from 255) = 16.96%
BLUE value IS 177 (69.53% from 255) = 39.51%
R=43.53%
G=16.96%
B=39.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957617700.610.090.24309.0849.7953.14
HexC34CB103D9181353235
Octal30311426107511304656265
Binary110000111001100101100010111101100111000100110101110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34CB1; }

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

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

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

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

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

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

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

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