Html Css Color HEX #C429B5 Fuchsia

📋 copy color: '#C429B5'

red 196 ◦ green 41 ◦ blue 181

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

Shades of Fuchsia #C429B5

Tints of Fuchsia #C429B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 43.3%

R = 46.89%
G = 9.81%
B = 43.3%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#C429B5 (or 0xC429B5) is known color: Fuchsia. HEX triplet: C4, 29 and B5. RGB value is (196,41,181). Sum of RGB (Red+Green+Blue) = 196+41+181=418 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.89% from 418); Green value is 41 (16.41% from 255 or 9.81% from 418); Blue value is 181 (71.09% from 255 or 43.30% from 418); Max value from RGB is 196 - color contains mainly: red. Hex color #C429B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C429B5 is #3BD64A. Grayscale: #666666. Windows color (decimal): -3921483 or 11872708. OLE color: 11872708.

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

Color convert

RGB 196 41 181 -
CMYK 0 0.79 0.08 0.23
HSL 305.81º 0.65% 0.46% -
HSV(B) 305.81º 0.79% 0.77% -
XYZ 31.9 16.66 45.25 -
YUV 103.31 171.85 194.12 -
System Red Green Blue C M Y K H S L
Decimal 196 41 181 0 0.79 0.08 0.23 305.81 0.65 0.46
Hex C4 29 B5 0 4F 8 17 132 41 2E
Octal 304 51 265 0 117 10 27 462 101 56
Binary 11000100 101001 10110101 0 1001111 1000 10111 100110010 1000001 101110

Color Harmonies of #C429B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C429B5

Black with #C429B5

Text Example


Text Example

White with #C429B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C429B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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