#C344AB

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

Shades of Fuchsia #C344AB

Tints of Fuchsia #C344AB

Color information

#C344AB (or 0xC344AB) is unknown color: approx Fuchsia. HEX triplet: C3, 44 and AB. RGB value is (195,68,171). Sum of RGB (Red+Green+Blue) = 195+68+171=434 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.93% from 434); Green value is 68 (26.95% from 255 or 15.67% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 195 - color contains mainly: red. Hex color #C344AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C344AB is #3CBB54. Grayscale: #757575. Windows color (decimal): -3980117 or 11224259. OLE color: 11224259.

HSL color Cylindrical-coordinate representation of color #C344AB: hue angle of 311.34º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C344AB is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB19568171-
CMYK00.650.120.24
HSL311.34º51.42%51.57%-
HSV(B)311.34º65.13%76.47%-
XYZ31.9218.6840.45-
YUV117.72158.08183.12-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.93%
GREEN value IS 68 (26.95% from 255) = 15.67%
BLUE value IS 171 (67.19% from 255) = 39.40%
R=44.93%
G=15.67%
B=39.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1956817100.650.120.24311.3451.4251.57
HexC344AB041C181373334
Octal303104253010114304676364
Binary1100001110001001010101101000001110011000100110111110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C344AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C344AB; }

 p { color: rgb(195,68,171); }

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

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

 a { background-color: rgb(195,68,171); }

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

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

 span { border-color: rgb(195,68,171); }

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