#C42FAD

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

Shades of Fuchsia #C42FAD

Tints of Fuchsia #C42FAD

Color information

#C42FAD (or 0xC42FAD) is unknown color: approx Fuchsia. HEX triplet: C4, 2F and AD. RGB value is (196,47,173). Sum of RGB (Red+Green+Blue) = 196+47+173=416 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.12% from 416); Green value is 47 (18.75% from 255 or 11.30% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 196 - color contains mainly: red. Hex color #C42FAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42FAD is #3BD052. Grayscale: #696969. Windows color (decimal): -3919955 or 11349956. OLE color: 11349956.

HSL color Cylindrical-coordinate representation of color #C42FAD: hue angle of 309.26º 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 #C42FAD is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB19647173-
CMYK00.760.120.23
HSL309.26º61.32%47.65%-
HSV(B)309.26º76.02%76.86%-
XYZ31.3216.7941.12-
YUV105.92165.86192.25-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.12%
GREEN value IS 47 (18.75% from 255) = 11.30%
BLUE value IS 173 (67.97% from 255) = 41.59%
R=47.12%
G=11.30%
B=41.59%

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
Decimal1964717300.760.120.23309.2661.3247.65
HexC42FAD04CC171353d30
Octal30457255011414274657560
Binary110001001011111010110101001100110010111100110101111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C42FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C42FAD; }

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

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

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

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

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

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

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

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