Html Css Color HEX #C431C0 Fuchsia

📋 copy color: '#C431C0'

red 196 ◦ green 49 ◦ blue 192

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

Shades of Fuchsia #C431C0

Tints of Fuchsia #C431C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 43.94%

R = 44.85%
G = 11.21%
B = 43.94%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.02

 K value IS 0.23

RGB Variations

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

Color information

#C431C0 (or 0xC431C0) is known color: Fuchsia. HEX triplet: C4, 31 and C0. RGB value is (196,49,192). Sum of RGB (Red+Green+Blue) = 196+49+192=437 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.85% from 437); Green value is 49 (19.53% from 255 or 11.21% from 437); Blue value is 192 (75.39% from 255 or 43.94% from 437); Max value from RGB is 196 - color contains mainly: red. Hex color #C431C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C431C0 is #3BCE3F. Grayscale: #6C6C6C. Windows color (decimal): -3919424 or 12595652. OLE color: 12595652.

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

Color convert

RGB 196 49 192 -
CMYK 0 0.75 0.02 0.23
HSL 301.63º 0.6% 0.48% -
HSV(B) 301.63º 0.75% 0.77% -
XYZ 33.38 17.74 51.53 -
YUV 109.26 174.7 189.87 -
System Red Green Blue C M Y K H S L
Decimal 196 49 192 0 0.75 0.02 0.23 301.63 0.6 0.48
Hex C4 31 C0 0 4B 2 17 12E 3C 30
Octal 304 61 300 0 113 2 27 456 74 60
Binary 11000100 110001 11000000 0 1001011 10 10111 100101110 111100 110000

Color Harmonies of #C431C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C431C0

Black with #C431C0

Text Example


Text Example

White with #C431C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C431C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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