#C442C6

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

Shades of Fuchsia #C442C6

Tints of Fuchsia #C442C6

Color information

#C442C6 (or 0xC442C6) is unknown color: approx Fuchsia. HEX triplet: C4, 42 and C6. RGB value is (196,66,198). Sum of RGB (Red+Green+Blue) = 196+66+198=460 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.61% from 460); Green value is 66 (26.17% from 255 or 14.35% from 460); Blue value is 198 (77.73% from 255 or 43.04% from 460); Max value from RGB is 198 - color contains mainly: blue. Hex color #C442C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C442C6 is #3BBD39. Grayscale: #777777. Windows color (decimal): -3915066 or 12993220. OLE color: 12993220.

HSL color Cylindrical-coordinate representation of color #C442C6: hue angle of 299.09º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C442C6 is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB19666198-
CMYK0.010.6700.22
HSL299.09º53.66%51.76%-
HSV(B)299.09º66.67%77.65%-
XYZ34.9119.7155.39-
YUV119.92172.07182.27-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.61%
GREEN value IS 66 (26.17% from 255) = 14.35%
BLUE value IS 198 (77.73% from 255) = 43.04%
R=42.61%
G=14.35%
B=43.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal196661980.010.6700.22299.0953.6651.76
HexC442C614301612b3634
Octal30410230611030264536664
Binary1100010010000101100011011000011010110100101011110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C442C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C442C6; }

 p { color: rgb(196,66,198); }

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

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

 a { background-color: rgb(196,66,198); }

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

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

 span { border-color: rgb(196,66,198); }

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