Html Css Color HEX #C414FF Electric Purple

📋 copy color: '#C414FF'

red 196 ◦ green 20 ◦ blue 255

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

Shades of Electric Purple #C414FF

Tints of Electric Purple #C414FF

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.25%

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

R = 41.61%
G = 4.25%
B = 54.14%

CMYK

 C value IS 0.23

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C414FF (or 0xC414FF) is known color: Electric Purple. HEX triplet: C4, 14 and FF. RGB value is (196,20,255). Sum of RGB (Red+Green+Blue) = 196+20+255=471 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.61% from 471); Green value is 20 (8.20% from 255 or 4.25% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #C414FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C414FF is #3BEB00. Grayscale: #626262. Windows color (decimal): -3926785 or 16716996. OLE color: 16716996.

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

Color convert

RGB 196 20 255 -
CMYK 0.23 0.92 0 0
HSL 284.94º 1% 0.54% -
HSV(B) 284.94º 0.92% 1% -
XYZ 41.07 19.46 96.2 -
YUV 99.41 215.81 196.89 -
System Red Green Blue C M Y K H S L
Decimal 196 20 255 0.23 0.92 0 0 284.94 1 0.54
Hex C4 14 FF 17 5C 0 0 11D 64 36
Octal 304 24 377 27 134 0 0 435 144 66
Binary 11000100 10100 11111111 10111 1011100 0 0 100011101 1100100 110110

Color Harmonies of #C414FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C414FF

Black with #C414FF

Text Example


Text Example

White with #C414FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C414FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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