Html Css Color HEX #C519EF Electric Purple

📋 copy color: '#C519EF'

red 197 ◦ green 25 ◦ blue 239

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

Shades of Electric Purple #C519EF

Tints of Electric Purple #C519EF

RGB

 RED value IS 197 (77.34% from 255) = 42.73%

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

 BLUE value IS 239 (93.75% from 255) = 51.84%

R = 42.73%
G = 5.42%
B = 51.84%

CMYK

 C value IS 0.18

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C519EF (or 0xC519EF) is known color: Electric Purple. HEX triplet: C5, 19 and EF. RGB value is (197,25,239). Sum of RGB (Red+Green+Blue) = 197+25+239=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 25 (10.16% from 255 or 5.42% from 461); Blue value is 239 (93.75% from 255 or 51.84% from 461); Max value from RGB is 239 - color contains mainly: blue. Hex color #C519EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C519EF is #3AE610. Grayscale: #646464. Windows color (decimal): -3859985 or 15669701. OLE color: 15669701.

HSL color Cylindrical-coordinate representation of color #C519EF: hue angle of 288.22º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C519EF is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 197 25 239 -
CMYK 0.18 0.90 0 0.06
HSL 288.22º 0.87% 0.52% -
HSV(B) 288.22º 0.9% 0.94% -
XYZ 38.95 18.8 83.24 -
YUV 100.82 205.98 196.6 -
System Red Green Blue C M Y K H S L
Decimal 197 25 239 0.18 0.90 0 0.06 288.22 0.87 0.52
Hex C5 19 EF 12 5A 0 6 120 57 34
Octal 305 31 357 22 132 0 6 440 127 64
Binary 11000101 11001 11101111 10010 1011010 0 110 100100000 1010111 110100

Color Harmonies of #C519EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C519EF

Black with #C519EF

Text Example


Text Example

White with #C519EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C519EF; }

 p { color: rgb(197,25,239); }

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

background-color css

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

 a { background-color: rgb(197,25,239); }

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

border-color css

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

 span { border-color: rgb(197,25,239); }

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