Html Css Color HEX #C429C0 Fuchsia

📋 copy color: '#C429C0'

red 196 ◦ green 41 ◦ blue 192

#C429C0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #C429C0

Tints of Fuchsia #C429C0

RGB

 RED value IS 196 (76.95% from 255) = 45.69%

 GREEN value IS 41 (16.41% from 255) = 9.56%

 BLUE value IS 192 (75.39% from 255) = 44.76%

R = 45.69%
G = 9.56%
B = 44.76%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.02

 K value IS 0.23

RGB Variations

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

Color information

#C429C0 (or 0xC429C0) is known color: Fuchsia. HEX triplet: C4, 29 and C0. RGB value is (196,41,192). Sum of RGB (Red+Green+Blue) = 196+41+192=429 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.69% from 429); Green value is 41 (16.41% from 255 or 9.56% from 429); Blue value is 192 (75.39% from 255 or 44.76% from 429); Max value from RGB is 196 - color contains mainly: red. Hex color #C429C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C429C0 is #3BD63F. Grayscale: #686868. Windows color (decimal): -3921472 or 12593604. OLE color: 12593604.

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

Color convert

RGB 196 41 192 -
CMYK 0 0.79 0.02 0.23
HSL 301.55º 0.65% 0.46% -
HSV(B) 301.55º 0.79% 0.77% -
XYZ 33.07 17.13 51.43 -
YUV 104.56 177.35 193.22 -
System Red Green Blue C M Y K H S L
Decimal 196 41 192 0 0.79 0.02 0.23 301.55 0.65 0.46
Hex C4 29 C0 0 4F 2 17 12E 41 2E
Octal 304 51 300 0 117 2 27 456 101 56
Binary 11000100 101001 11000000 0 1001111 10 10111 100101110 1000001 101110

Color Harmonies of #C429C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C429C0

Black with #C429C0

Text Example


Text Example

White with #C429C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C429C0; }

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

 H1.HeaderClassName
 {
   color: #C429C0;
 }
 .AnyTagClassName
 {
   color: #C429C0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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