Html Css Color HEX #C51CEF Electric Purple

📋 copy color: '#C51CEF'

red 197 ◦ green 28 ◦ blue 239

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

Shades of Electric Purple #C51CEF

Tints of Electric Purple #C51CEF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.03%

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

R = 42.46%
G = 6.03%
B = 51.51%

CMYK

 C value IS 0.18

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C51CEF (or 0xC51CEF) is known color: Electric Purple. HEX triplet: C5, 1C and EF. RGB value is (197,28,239). Sum of RGB (Red+Green+Blue) = 197+28+239=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 28 (11.33% from 255 or 6.03% from 464); Blue value is 239 (93.75% from 255 or 51.51% from 464); Max value from RGB is 239 - color contains mainly: blue. Hex color #C51CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C51CEF is #3AE310. Grayscale: #656565. Windows color (decimal): -3859217 or 15670469. OLE color: 15670469.

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

Color convert

RGB 197 28 239 -
CMYK 0.18 0.88 0 0.06
HSL 288.06º 0.87% 0.52% -
HSV(B) 288.06º 0.88% 0.94% -
XYZ 39.02 18.93 83.26 -
YUV 102.59 204.99 195.34 -
System Red Green Blue C M Y K H S L
Decimal 197 28 239 0.18 0.88 0 0.06 288.06 0.87 0.52
Hex C5 1C EF 12 58 0 6 120 57 34
Octal 305 34 357 22 130 0 6 440 127 64
Binary 11000101 11100 11101111 10010 1011000 0 110 100100000 1010111 110100

Color Harmonies of #C51CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51CEF

Black with #C51CEF

Text Example


Text Example

White with #C51CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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