#C34DAE

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

Shades of Fuchsia #C34DAE

Tints of Fuchsia #C34DAE

Color information

#C34DAE (or 0xC34DAE) is unknown color: approx Fuchsia. HEX triplet: C3, 4D and AE. RGB value is (195,77,174). Sum of RGB (Red+Green+Blue) = 195+77+174=446 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.72% from 446); Green value is 77 (30.47% from 255 or 17.26% from 446); Blue value is 174 (68.36% from 255 or 39.01% from 446); Max value from RGB is 195 - color contains mainly: red. Hex color #C34DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C34DAE is #3CB251. Grayscale: #7B7B7B. Windows color (decimal): -3977810 or 11423171. OLE color: 11423171.

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

Color convert

RGB19577174-
CMYK00.610.110.24
HSL310.68º49.58%53.33%-
HSV(B)310.68º60.51%76.47%-
XYZ32.819.9742.17-
YUV123.34156.59179.11-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.72%
GREEN value IS 77 (30.47% from 255) = 17.26%
BLUE value IS 174 (68.36% from 255) = 39.01%
R=43.72%
G=17.26%
B=39.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957717400.610.110.24310.6849.5853.33
HexC34DAE03DB181373235
Octal30311525607513304676265
Binary110000111001101101011100111101101111000100110111110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34DAE; }

 p { color: rgb(195,77,174); }

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

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

 a { background-color: rgb(195,77,174); }

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

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

 span { border-color: rgb(195,77,174); }

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