Html Css Color HEX #C419F3 Electric Purple

📋 copy color: '#C419F3'

red 196 ◦ green 25 ◦ blue 243

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

Shades of Electric Purple #C419F3

Tints of Electric Purple #C419F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 52.37%

R = 42.24%
G = 5.39%
B = 52.37%

CMYK

 C value IS 0.19

 M value IS 0.90

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C419F3 (or 0xC419F3) is known color: Electric Purple. HEX triplet: C4, 19 and F3. RGB value is (196,25,243). Sum of RGB (Red+Green+Blue) = 196+25+243=464 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.24% from 464); Green value is 25 (10.16% from 255 or 5.39% from 464); Blue value is 243 (95.31% from 255 or 52.37% from 464); Max value from RGB is 243 - color contains mainly: blue. Hex color #C419F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C419F3 is #3BE60C. Grayscale: #646464. Windows color (decimal): -3925517 or 15931844. OLE color: 15931844.

HSL color Cylindrical-coordinate representation of color #C419F3: hue angle of 287.06º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C419F3 is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 196 25 243 -
CMYK 0.19 0.90 0 0.05
HSL 287.06º 0.9% 0.53% -
HSV(B) 287.06º 0.9% 0.95% -
XYZ 39.29 18.9 86.37 -
YUV 100.98 208.15 195.77 -
System Red Green Blue C M Y K H S L
Decimal 196 25 243 0.19 0.90 0 0.05 287.06 0.9 0.53
Hex C4 19 F3 13 5A 0 5 11F 5A 35
Octal 304 31 363 23 132 0 5 437 132 65
Binary 11000100 11001 11110011 10011 1011010 0 101 100011111 1011010 110101

Color Harmonies of #C419F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C419F3

Black with #C419F3

Text Example


Text Example

White with #C419F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C419F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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