Html Css Color HEX #C429B8 Fuchsia

📋 copy color: '#C429B8'

red 196 ◦ green 41 ◦ blue 184

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

Shades of Fuchsia #C429B8

Tints of Fuchsia #C429B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 43.71%

R = 46.56%
G = 9.74%
B = 43.71%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C429B8 (or 0xC429B8) is known color: Fuchsia. HEX triplet: C4, 29 and B8. RGB value is (196,41,184). Sum of RGB (Red+Green+Blue) = 196+41+184=421 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.56% from 421); Green value is 41 (16.41% from 255 or 9.74% from 421); Blue value is 184 (72.27% from 255 or 43.71% from 421); Max value from RGB is 196 - color contains mainly: red. Hex color #C429B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C429B8 is #3BD647. Grayscale: #676767. Windows color (decimal): -3921480 or 12069316. OLE color: 12069316.

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

Color convert

RGB 196 41 184 -
CMYK 0 0.79 0.06 0.23
HSL 304.65º 0.65% 0.46% -
HSV(B) 304.65º 0.79% 0.77% -
XYZ 32.21 16.78 46.89 -
YUV 103.65 173.35 193.87 -
System Red Green Blue C M Y K H S L
Decimal 196 41 184 0 0.79 0.06 0.23 304.65 0.65 0.46
Hex C4 29 B8 0 4F 6 17 131 41 2E
Octal 304 51 270 0 117 6 27 461 101 56
Binary 11000100 101001 10111000 0 1001111 110 10111 100110001 1000001 101110

Color Harmonies of #C429B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C429B8

Black with #C429B8

Text Example


Text Example

White with #C429B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C429B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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