#C42FAC

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

Shades of Fuchsia #C42FAC

Tints of Fuchsia #C42FAC

Color information

#C42FAC (or 0xC42FAC) is unknown color: approx Fuchsia. HEX triplet: C4, 2F and AC. RGB value is (196,47,172). Sum of RGB (Red+Green+Blue) = 196+47+172=415 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.23% from 415); Green value is 47 (18.75% from 255 or 11.33% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 196 - color contains mainly: red. Hex color #C42FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42FAC is #3BD053. Grayscale: #696969. Windows color (decimal): -3919956 or 11284420. OLE color: 11284420.

HSL color Cylindrical-coordinate representation of color #C42FAC: hue angle of 309.66º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C42FAC is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB19647172-
CMYK00.760.120.23
HSL309.66º61.32%47.65%-
HSV(B)309.66º76.02%76.86%-
XYZ31.2316.7540.62-
YUV105.8165.36192.34-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.23%
GREEN value IS 47 (18.75% from 255) = 11.33%
BLUE value IS 172 (67.58% from 255) = 41.45%
R=47.23%
G=11.33%
B=41.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1964717200.760.120.23309.6661.3247.65
HexC42FAC04CC171363d30
Octal30457254011414274667560
Binary110001001011111010110001001100110010111100110110111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C42FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C42FAC; }

 p { color: rgb(196,47,172); }

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

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

 a { background-color: rgb(196,47,172); }

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

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

 span { border-color: rgb(196,47,172); }

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