#C429C1

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

Shades of Fuchsia #C429C1

Tints of Fuchsia #C429C1

Color information

#C429C1 (or 0xC429C1) is unknown color: approx Fuchsia. HEX triplet: C4, 29 and C1. RGB value is (196,41,193). Sum of RGB (Red+Green+Blue) = 196+41+193=430 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.58% from 430); Green value is 41 (16.41% from 255 or 9.53% from 430); Blue value is 193 (75.78% from 255 or 44.88% from 430); Max value from RGB is 196 - color contains mainly: red. Hex color #C429C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C429C1 is #3BD63E. Grayscale: #686868. Windows color (decimal): -3921471 or 12659140. OLE color: 12659140.

HSL color Cylindrical-coordinate representation of color #C429C1: hue angle of 301.16º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C429C1 is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.23.

Color convert

RGB19641193-
CMYK00.790.020.23
HSL301.16º65.4%46.47%-
HSV(B)301.16º79.08%76.86%-
XYZ33.1817.1752.02-
YUV104.67177.85193.14-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.58%
GREEN value IS 41 (16.41% from 255) = 9.53%
BLUE value IS 193 (75.78% from 255) = 44.88%
R=45.58%
G=9.53%
B=44.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.02
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1964119300.790.020.23301.1665.446.47
HexC429C104F21712d412e
Octal30451301011722745510156
Binary11000100101001110000010100111110101111001011011000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C429C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C429C1; }

 p { color: rgb(196,41,193); }

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

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

 a { background-color: rgb(196,41,193); }

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

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

 span { border-color: rgb(196,41,193); }

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