Html Css Color HEX #C429BE Fuchsia

📋 copy color: '#C429BE'

red 196 ◦ green 41 ◦ blue 190

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

Shades of Fuchsia #C429BE

Tints of Fuchsia #C429BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.5%

R = 45.9%
G = 9.6%
B = 44.5%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C429BE (or 0xC429BE) is known color: Fuchsia. HEX triplet: C4, 29 and BE. RGB value is (196,41,190). Sum of RGB (Red+Green+Blue) = 196+41+190=427 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.90% from 427); Green value is 41 (16.41% from 255 or 9.60% from 427); Blue value is 190 (74.61% from 255 or 44.50% from 427); Max value from RGB is 196 - color contains mainly: red. Hex color #C429BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C429BE is #3BD641. Grayscale: #676767. Windows color (decimal): -3921474 or 12462532. OLE color: 12462532.

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

Color convert

RGB 196 41 190 -
CMYK 0 0.79 0.03 0.23
HSL 302.32º 0.65% 0.46% -
HSV(B) 302.32º 0.79% 0.77% -
XYZ 32.85 17.04 50.27 -
YUV 104.33 176.35 193.38 -
System Red Green Blue C M Y K H S L
Decimal 196 41 190 0 0.79 0.03 0.23 302.32 0.65 0.46
Hex C4 29 BE 0 4F 3 17 12E 41 2E
Octal 304 51 276 0 117 3 27 456 101 56
Binary 11000100 101001 10111110 0 1001111 11 10111 100101110 1000001 101110

Color Harmonies of #C429BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C429BE

Black with #C429BE

Text Example


Text Example

White with #C429BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C429BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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