Html Css Color HEX #C51FEF Electric Purple

📋 copy color: '#C51FEF'

red 197 ◦ green 31 ◦ blue 239

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

Shades of Electric Purple #C51FEF

Tints of Electric Purple #C51FEF

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.64%

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

R = 42.18%
G = 6.64%
B = 51.18%

CMYK

 C value IS 0.18

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C51FEF (or 0xC51FEF) is known color: Electric Purple. HEX triplet: C5, 1F and EF. RGB value is (197,31,239). Sum of RGB (Red+Green+Blue) = 197+31+239=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 31 (12.5% from 255 or 6.64% from 467); Blue value is 239 (93.75% from 255 or 51.18% from 467); Max value from RGB is 239 - color contains mainly: blue. Hex color #C51FEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C51FEF is #3AE010. Grayscale: #676767. Windows color (decimal): -3858449 or 15671237. OLE color: 15671237.

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

Color convert

RGB 197 31 239 -
CMYK 0.18 0.87 0 0.06
HSL 287.88º 0.87% 0.53% -
HSV(B) 287.88º 0.87% 0.94% -
XYZ 39.1 19.08 83.28 -
YUV 104.35 204 194.09 -
System Red Green Blue C M Y K H S L
Decimal 197 31 239 0.18 0.87 0 0.06 287.88 0.87 0.53
Hex C5 1F EF 12 57 0 6 120 57 35
Octal 305 37 357 22 127 0 6 440 127 65
Binary 11000101 11111 11101111 10010 1010111 0 110 100100000 1010111 110101

Color Harmonies of #C51FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51FEF

Black with #C51FEF

Text Example


Text Example

White with #C51FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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