#C431C2

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

Shades of Fuchsia #C431C2

Tints of Fuchsia #C431C2

Color information

#C431C2 (or 0xC431C2) is unknown color: approx Fuchsia. HEX triplet: C4, 31 and C2. RGB value is (196,49,194). Sum of RGB (Red+Green+Blue) = 196+49+194=439 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.65% from 439); Green value is 49 (19.53% from 255 or 11.16% from 439); Blue value is 194 (76.17% from 255 or 44.19% from 439); Max value from RGB is 196 - color contains mainly: red. Hex color #C431C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C431C2 is #3BCE3D. Grayscale: #6D6D6D. Windows color (decimal): -3919422 or 12726724. OLE color: 12726724.

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

Color convert

RGB19649194-
CMYK00.750.010.23
HSL300.82º60%48.04%-
HSV(B)300.82º75%76.86%-
XYZ33.617.8352.71-
YUV109.48175.7189.71-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.65%
GREEN value IS 49 (19.53% from 255) = 11.16%
BLUE value IS 194 (76.17% from 255) = 44.19%
R=44.65%
G=11.16%
B=44.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.01
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1964919400.750.010.23300.826048.04
HexC431C204B11712d3c30
Octal3046130201131274557460
Binary110001001100011100001001001011110111100101101111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C431C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C431C2; }

 p { color: rgb(196,49,194); }

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

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

 a { background-color: rgb(196,49,194); }

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

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

 span { border-color: rgb(196,49,194); }

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