#C431C0

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

Shades of Fuchsia #C431C0

Tints of Fuchsia #C431C0

Color information

#C431C0 (or 0xC431C0) is unknown color: approx Fuchsia. HEX triplet: C4, 31 and C0. RGB value is (196,49,192). Sum of RGB (Red+Green+Blue) = 196+49+192=437 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.85% from 437); Green value is 49 (19.53% from 255 or 11.21% from 437); Blue value is 192 (75.39% from 255 or 43.94% from 437); Max value from RGB is 196 - color contains mainly: red. Hex color #C431C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C431C0 is #3BCE3F. Grayscale: #6C6C6C. Windows color (decimal): -3919424 or 12595652. OLE color: 12595652.

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

Color convert

RGB19649192-
CMYK00.750.020.23
HSL301.63º60%48.04%-
HSV(B)301.63º75%76.86%-
XYZ33.3817.7451.53-
YUV109.26174.7189.87-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.85%
GREEN value IS 49 (19.53% from 255) = 11.21%
BLUE value IS 192 (75.39% from 255) = 43.94%
R=44.85%
G=11.21%
B=43.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.02
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1964919200.750.020.23301.636048.04
HexC431C004B21712e3c30
Octal3046130001132274567460
Binary1100010011000111000000010010111010111100101110111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C431C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C431C0; }

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

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

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

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

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

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

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

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