Html Css Color HEX #C429AF Fuchsia

📋 copy color: '#C429AF'

red 196 ◦ green 41 ◦ blue 175

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

Shades of Fuchsia #C429AF

Tints of Fuchsia #C429AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.48%

R = 47.57%
G = 9.95%
B = 42.48%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C429AF (or 0xC429AF) is known color: Fuchsia. HEX triplet: C4, 29 and AF. RGB value is (196,41,175). Sum of RGB (Red+Green+Blue) = 196+41+175=412 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.57% from 412); Green value is 41 (16.41% from 255 or 9.95% from 412); Blue value is 175 (68.75% from 255 or 42.48% from 412); Max value from RGB is 196 - color contains mainly: red. Hex color #C429AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C429AF is #3BD650. Grayscale: #666666. Windows color (decimal): -3921489 or 11479492. OLE color: 11479492.

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

Color convert

RGB 196 41 175 -
CMYK 0 0.79 0.11 0.23
HSL 308.13º 0.65% 0.46% -
HSV(B) 308.13º 0.79% 0.77% -
XYZ 31.3 16.42 42.08 -
YUV 102.62 168.85 194.6 -
System Red Green Blue C M Y K H S L
Decimal 196 41 175 0 0.79 0.11 0.23 308.13 0.65 0.46
Hex C4 29 AF 0 4F B 17 134 41 2E
Octal 304 51 257 0 117 13 27 464 101 56
Binary 11000100 101001 10101111 0 1001111 1011 10111 100110100 1000001 101110

Color Harmonies of #C429AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C429AF

Black with #C429AF

Text Example


Text Example

White with #C429AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C429AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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