Html Css Color HEX #C431FC Electric Purple

📋 copy color: '#C431FC'

red 196 ◦ green 49 ◦ blue 252

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

Shades of Electric Purple #C431FC

Tints of Electric Purple #C431FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.7%

R = 39.44%
G = 9.86%
B = 50.7%

CMYK

 C value IS 0.22

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C431FC (or 0xC431FC) is known color: Electric Purple. HEX triplet: C4, 31 and FC. RGB value is (196,49,252). Sum of RGB (Red+Green+Blue) = 196+49+252=497 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.44% from 497); Green value is 49 (19.53% from 255 or 9.86% from 497); Blue value is 252 (98.83% from 255 or 50.70% from 497); Max value from RGB is 252 - color contains mainly: blue. Hex color #C431FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C431FC is #3BCE03. Grayscale: #737373. Windows color (decimal): -3919364 or 16527812. OLE color: 16527812.

HSL color Cylindrical-coordinate representation of color #C431FC: hue angle of 283.45º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C431FC is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 196 49 252 -
CMYK 0.22 0.81 0 0.01
HSL 283.45º 0.97% 0.59% -
HSV(B) 283.45º 0.81% 0.99% -
XYZ 41.43 20.96 93.96 -
YUV 116.1 204.7 184.99 -
System Red Green Blue C M Y K H S L
Decimal 196 49 252 0.22 0.81 0 0.01 283.45 0.97 0.59
Hex C4 31 FC 16 51 0 1 11B 61 3B
Octal 304 61 374 26 121 0 1 433 141 73
Binary 11000100 110001 11111100 10110 1010001 0 1 100011011 1100001 111011

Color Harmonies of #C431FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C431FC

Black with #C431FC

Text Example


Text Example

White with #C431FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C431FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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