Html Css Color HEX #C419FA Electric Purple

📋 copy color: '#C419FA'

red 196 ◦ green 25 ◦ blue 250

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

Shades of Electric Purple #C419FA

Tints of Electric Purple #C419FA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.31%

 BLUE value IS 250 (98.05% from 255) = 53.08%

R = 41.61%
G = 5.31%
B = 53.08%

CMYK

 C value IS 0.22

 M value IS 0.9

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C419FA (or 0xC419FA) is known color: Electric Purple. HEX triplet: C4, 19 and FA. RGB value is (196,25,250). Sum of RGB (Red+Green+Blue) = 196+25+250=471 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.61% from 471); Green value is 25 (10.16% from 255 or 5.31% from 471); Blue value is 250 (98.05% from 255 or 53.08% from 471); Max value from RGB is 250 - color contains mainly: blue. Hex color #C419FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C419FA is #3BE605. Grayscale: #656565. Windows color (decimal): -3925510 or 16390596. OLE color: 16390596.

HSL color Cylindrical-coordinate representation of color #C419FA: hue angle of 285.6º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C419FA is Cyan = 0.22, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 196 25 250 -
CMYK 0.22 0.9 0 0.02
HSL 285.6º 0.96% 0.54% -
HSV(B) 285.6º 0.9% 0.98% -
XYZ 40.37 19.33 92.05 -
YUV 101.78 211.65 195.2 -
System Red Green Blue C M Y K H S L
Decimal 196 25 250 0.22 0.9 0 0.02 285.6 0.96 0.54
Hex C4 19 FA 16 5A 0 2 11E 60 36
Octal 304 31 372 26 132 0 2 436 140 66
Binary 11000100 11001 11111010 10110 1011010 0 10 100011110 1100000 110110

Color Harmonies of #C419FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C419FA

Black with #C419FA

Text Example


Text Example

White with #C419FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C419FA; }

 p { color: rgb(196,25,250); }

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

background-color css

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

 a { background-color: rgb(196,25,250); }

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

border-color css

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

 span { border-color: rgb(196,25,250); }

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