Html Css Color HEX #C431AF Fuchsia

📋 copy color: '#C431AF'

red 196 ◦ green 49 ◦ blue 175

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

Shades of Fuchsia #C431AF

Tints of Fuchsia #C431AF

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.67%

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

R = 46.67%
G = 11.67%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C431AF (or 0xC431AF) is known color: Fuchsia. HEX triplet: C4, 31 and AF. RGB value is (196,49,175). Sum of RGB (Red+Green+Blue) = 196+49+175=420 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.67% from 420); Green value is 49 (19.53% from 255 or 11.67% from 420); Blue value is 175 (68.75% from 255 or 41.67% from 420); Max value from RGB is 196 - color contains mainly: red. Hex color #C431AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C431AF is #3BCE50. Grayscale: #6A6A6A. Windows color (decimal): -3919441 or 11481540. OLE color: 11481540.

HSL color Cylindrical-coordinate representation of color #C431AF: hue angle of 308.57º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C431AF is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 49 175 -
CMYK 0 0.75 0.11 0.23
HSL 308.57º 0.6% 0.48% -
HSV(B) 308.57º 0.75% 0.77% -
XYZ 31.6 17.03 42.18 -
YUV 107.32 166.2 191.25 -
System Red Green Blue C M Y K H S L
Decimal 196 49 175 0 0.75 0.11 0.23 308.57 0.6 0.48
Hex C4 31 AF 0 4B B 17 135 3C 30
Octal 304 61 257 0 113 13 27 465 74 60
Binary 11000100 110001 10101111 0 1001011 1011 10111 100110101 111100 110000

Color Harmonies of #C431AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C431AF

Black with #C431AF

Text Example


Text Example

White with #C431AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C431AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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