Html Css Color HEX #C431CD Fuchsia

📋 copy color: '#C431CD'

red 196 ◦ green 49 ◦ blue 205

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

Shades of Fuchsia #C431CD

Tints of Fuchsia #C431CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.56%

R = 43.56%
G = 10.89%
B = 45.56%

CMYK

 C value IS 0.04

 M value IS 0.76

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C431CD (or 0xC431CD) is known color: Fuchsia. HEX triplet: C4, 31 and CD. RGB value is (196,49,205). Sum of RGB (Red+Green+Blue) = 196+49+205=450 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.56% from 450); Green value is 49 (19.53% from 255 or 10.89% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 205 - color contains mainly: blue. Hex color #C431CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C431CD is #3BCE32. Grayscale: #6E6E6E. Windows color (decimal): -3919411 or 13447620. OLE color: 13447620.

HSL color Cylindrical-coordinate representation of color #C431CD: hue angle of 296.54º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C431CD is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 196 49 205 -
CMYK 0.04 0.76 0 0.20
HSL 296.54º 0.61% 0.5% -
HSV(B) 296.54º 0.76% 0.8% -
XYZ 34.88 18.34 59.46 -
YUV 110.74 181.2 188.82 -
System Red Green Blue C M Y K H S L
Decimal 196 49 205 0.04 0.76 0 0.20 296.54 0.61 0.5
Hex C4 31 CD 4 4C 0 14 129 3D 32
Octal 304 61 315 4 114 0 24 451 75 62
Binary 11000100 110001 11001101 100 1001100 0 10100 100101001 111101 110010

Color Harmonies of #C431CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C431CD

Black with #C431CD

Text Example


Text Example

White with #C431CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C431CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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