Html Css Color HEX #C431C2 Fuchsia

📋 copy color: '#C431C2'

red 196 ◦ green 49 ◦ blue 194

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

Shades of Fuchsia #C431C2

Tints of Fuchsia #C431C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 44.19%

R = 44.65%
G = 11.16%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.01

 K value IS 0.23

RGB Variations

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

Color information

#C431C2 (or 0xC431C2) is known color: Fuchsia. HEX triplet: C4, 31 and C2. RGB value is (196,49,194). Sum of RGB (Red+Green+Blue) = 196+49+194=439 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.65% from 439); Green value is 49 (19.53% from 255 or 11.16% from 439); Blue value is 194 (76.17% from 255 or 44.19% from 439); Max value from RGB is 196 - color contains mainly: red. Hex color #C431C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C431C2 is #3BCE3D. Grayscale: #6D6D6D. Windows color (decimal): -3919422 or 12726724. OLE color: 12726724.

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

Color convert

RGB 196 49 194 -
CMYK 0 0.75 0.01 0.23
HSL 300.82º 0.6% 0.48% -
HSV(B) 300.82º 0.75% 0.77% -
XYZ 33.6 17.83 52.71 -
YUV 109.48 175.7 189.71 -
System Red Green Blue C M Y K H S L
Decimal 196 49 194 0 0.75 0.01 0.23 300.82 0.6 0.48
Hex C4 31 C2 0 4B 1 17 12D 3C 30
Octal 304 61 302 0 113 1 27 455 74 60
Binary 11000100 110001 11000010 0 1001011 1 10111 100101101 111100 110000

Color Harmonies of #C431C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C431C2

Black with #C431C2

Text Example


Text Example

White with #C431C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C431C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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