Html Css Color HEX #C429B0 Fuchsia

📋 copy color: '#C429B0'

red 196 ◦ green 41 ◦ blue 176

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

Shades of Fuchsia #C429B0

Tints of Fuchsia #C429B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 42.62%

R = 47.46%
G = 9.93%
B = 42.62%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C429B0 (or 0xC429B0) is known color: Fuchsia. HEX triplet: C4, 29 and B0. RGB value is (196,41,176). Sum of RGB (Red+Green+Blue) = 196+41+176=413 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.46% from 413); Green value is 41 (16.41% from 255 or 9.93% from 413); Blue value is 176 (69.14% from 255 or 42.62% from 413); Max value from RGB is 196 - color contains mainly: red. Hex color #C429B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C429B0 is #3BD64F. Grayscale: #666666. Windows color (decimal): -3921488 or 11545028. OLE color: 11545028.

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

Color convert

RGB 196 41 176 -
CMYK 0 0.79 0.10 0.23
HSL 307.74º 0.65% 0.46% -
HSV(B) 307.74º 0.79% 0.77% -
XYZ 31.39 16.46 42.6 -
YUV 102.74 169.35 194.52 -
System Red Green Blue C M Y K H S L
Decimal 196 41 176 0 0.79 0.10 0.23 307.74 0.65 0.46
Hex C4 29 B0 0 4F A 17 134 41 2E
Octal 304 51 260 0 117 12 27 464 101 56
Binary 11000100 101001 10110000 0 1001111 1010 10111 100110100 1000001 101110

Color Harmonies of #C429B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C429B0

Black with #C429B0

Text Example


Text Example

White with #C429B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C429B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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