Html Css Color HEX #C429B1 Fuchsia

📋 copy color: '#C429B1'

red 196 ◦ green 41 ◦ blue 177

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

Shades of Fuchsia #C429B1

Tints of Fuchsia #C429B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 42.75%

R = 47.34%
G = 9.9%
B = 42.75%

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

#C429B1 (or 0xC429B1) is known color: Fuchsia. HEX triplet: C4, 29 and B1. RGB value is (196,41,177). Sum of RGB (Red+Green+Blue) = 196+41+177=414 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.34% from 414); Green value is 41 (16.41% from 255 or 9.90% from 414); Blue value is 177 (69.53% from 255 or 42.75% from 414); Max value from RGB is 196 - color contains mainly: red. Hex color #C429B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C429B1 is #3BD64E. Grayscale: #666666. Windows color (decimal): -3921487 or 11610564. OLE color: 11610564.

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

Color convert

RGB 196 41 177 -
CMYK 0 0.79 0.10 0.23
HSL 307.35º 0.65% 0.46% -
HSV(B) 307.35º 0.79% 0.77% -
XYZ 31.49 16.5 43.12 -
YUV 102.85 169.85 194.44 -
System Red Green Blue C M Y K H S L
Decimal 196 41 177 0 0.79 0.10 0.23 307.35 0.65 0.46
Hex C4 29 B1 0 4F A 17 133 41 2E
Octal 304 51 261 0 117 12 27 463 101 56
Binary 11000100 101001 10110001 0 1001111 1010 10111 100110011 1000001 101110

Color Harmonies of #C429B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C429B1

Black with #C429B1

Text Example


Text Example

White with #C429B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C429B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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