Html Css Color HEX #C431FF Electric Purple

📋 copy color: '#C431FF'

red 196 ◦ green 49 ◦ blue 255

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

Shades of Electric Purple #C431FF

Tints of Electric Purple #C431FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51%

R = 39.2%
G = 9.8%
B = 51%

CMYK

 C value IS 0.23

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C431FF (or 0xC431FF) is known color: Electric Purple. HEX triplet: C4, 31 and FF. RGB value is (196,49,255). Sum of RGB (Red+Green+Blue) = 196+49+255=500 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.2% from 500); Green value is 49 (19.53% from 255 or 9.8% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #C431FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C431FF is #3BCE00. Grayscale: #737373. Windows color (decimal): -3919361 or 16724420. OLE color: 16724420.

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

Color convert

RGB 196 49 255 -
CMYK 0.23 0.81 0 0
HSL 282.82º 1% 0.6% -
HSV(B) 282.82º 0.81% 1% -
XYZ 41.91 21.15 96.48 -
YUV 116.44 206.2 184.75 -
System Red Green Blue C M Y K H S L
Decimal 196 49 255 0.23 0.81 0 0 282.82 1 0.6
Hex C4 31 FF 17 51 0 0 11B 64 3C
Octal 304 61 377 27 121 0 0 433 144 74
Binary 11000100 110001 11111111 10111 1010001 0 0 100011011 1100100 111100

Color Harmonies of #C431FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C431FF

Black with #C431FF

Text Example


Text Example

White with #C431FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C431FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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