Html Css Color HEX #C51FEC Electric Purple

📋 copy color: '#C51FEC'

red 197 ◦ green 31 ◦ blue 236

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

Shades of Electric Purple #C51FEC

Tints of Electric Purple #C51FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 50.86%

R = 42.46%
G = 6.68%
B = 50.86%

CMYK

 C value IS 0.17

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C51FEC (or 0xC51FEC) is known color: Electric Purple. HEX triplet: C5, 1F and EC. RGB value is (197,31,236). Sum of RGB (Red+Green+Blue) = 197+31+236=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 31 (12.5% from 255 or 6.68% from 464); Blue value is 236 (92.58% from 255 or 50.86% from 464); Max value from RGB is 236 - color contains mainly: blue. Hex color #C51FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C51FEC is #3AE013. Grayscale: #676767. Windows color (decimal): -3858452 or 15474629. OLE color: 15474629.

HSL color Cylindrical-coordinate representation of color #C51FEC: hue angle of 288.59º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C51FEC is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 31 236 -
CMYK 0.17 0.87 0 0.07
HSL 288.59º 0.84% 0.52% -
HSV(B) 288.59º 0.87% 0.93% -
XYZ 38.66 18.91 80.97 -
YUV 104 202.5 194.33 -
System Red Green Blue C M Y K H S L
Decimal 197 31 236 0.17 0.87 0 0.07 288.59 0.84 0.52
Hex C5 1F EC 11 57 0 7 121 54 34
Octal 305 37 354 21 127 0 7 441 124 64
Binary 11000101 11111 11101100 10001 1010111 0 111 100100001 1010100 110100

Color Harmonies of #C51FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51FEC

Black with #C51FEC

Text Example


Text Example

White with #C51FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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