Html Css Color HEX #C429B7 Fuchsia

📋 copy color: '#C429B7'

red 196 ◦ green 41 ◦ blue 183

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

Shades of Fuchsia #C429B7

Tints of Fuchsia #C429B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 43.57%

R = 46.67%
G = 9.76%
B = 43.57%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.07

 K value IS 0.23

RGB Variations

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

Color information

#C429B7 (or 0xC429B7) is known color: Fuchsia. HEX triplet: C4, 29 and B7. RGB value is (196,41,183). Sum of RGB (Red+Green+Blue) = 196+41+183=420 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.67% from 420); Green value is 41 (16.41% from 255 or 9.76% from 420); Blue value is 183 (71.88% from 255 or 43.57% from 420); Max value from RGB is 196 - color contains mainly: red. Hex color #C429B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C429B7 is #3BD648. Grayscale: #676767. Windows color (decimal): -3921481 or 12003780. OLE color: 12003780.

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

Color convert

RGB 196 41 183 -
CMYK 0 0.79 0.07 0.23
HSL 305.03º 0.65% 0.46% -
HSV(B) 305.03º 0.79% 0.77% -
XYZ 32.11 16.74 46.34 -
YUV 103.53 172.85 193.95 -
System Red Green Blue C M Y K H S L
Decimal 196 41 183 0 0.79 0.07 0.23 305.03 0.65 0.46
Hex C4 29 B7 0 4F 7 17 131 41 2E
Octal 304 51 267 0 117 7 27 461 101 56
Binary 11000100 101001 10110111 0 1001111 111 10111 100110001 1000001 101110

Color Harmonies of #C429B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C429B7

Black with #C429B7

Text Example


Text Example

White with #C429B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C429B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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