#C347AA

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

Shades of Fuchsia #C347AA

Tints of Fuchsia #C347AA

Color information

#C347AA (or 0xC347AA) is unknown color: approx Fuchsia. HEX triplet: C3, 47 and AA. RGB value is (195,71,170). Sum of RGB (Red+Green+Blue) = 195+71+170=436 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.72% from 436); Green value is 71 (28.12% from 255 or 16.28% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 195 - color contains mainly: red. Hex color #C347AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C347AA is #3CB855. Grayscale: #777777. Windows color (decimal): -3979350 or 11159491. OLE color: 11159491.

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

Color convert

RGB19571170-
CMYK00.640.130.24
HSL312.1º50.82%52.16%-
HSV(B)312.1º63.59%76.47%-
XYZ32.0119.0140.01-
YUV119.36156.58181.95-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.72%
GREEN value IS 71 (28.12% from 255) = 16.28%
BLUE value IS 170 (66.80% from 255) = 38.99%
R=44.72%
G=16.28%
B=38.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957117000.640.130.24312.150.8252.16
HexC347AA040D181383334
Octal303107252010015304706364
Binary1100001110001111010101001000000110111000100111000110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C347AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C347AA; }

 p { color: rgb(195,71,170); }

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

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

 a { background-color: rgb(195,71,170); }

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

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

 span { border-color: rgb(195,71,170); }

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