Html Css Color HEX #C914EF Electric Purple

📋 copy color: '#C914EF'

red 201 ◦ green 20 ◦ blue 239

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

Shades of Electric Purple #C914EF

Tints of Electric Purple #C914EF

RGB

 RED value IS 201 (78.91% from 255) = 43.7%

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

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

R = 43.7%
G = 4.35%
B = 51.96%

CMYK

 C value IS 0.16

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C914EF (or 0xC914EF) is known color: Electric Purple. HEX triplet: C9, 14 and EF. RGB value is (201,20,239). Sum of RGB (Red+Green+Blue) = 201+20+239=460 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.70% from 460); Green value is 20 (8.20% from 255 or 4.35% from 460); Blue value is 239 (93.75% from 255 or 51.96% from 460); Max value from RGB is 239 - color contains mainly: blue. Hex color #C914EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C914EF is #36EB10. Grayscale: #626262. Windows color (decimal): -3599121 or 15668425. OLE color: 15668425.

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

Color convert

RGB 201 20 239 -
CMYK 0.16 0.92 0 0.06
HSL 289.59º 0.87% 0.51% -
HSV(B) 289.59º 0.92% 0.94% -
XYZ 39.92 19.15 83.25 -
YUV 99.09 206.97 200.69 -
System Red Green Blue C M Y K H S L
Decimal 201 20 239 0.16 0.92 0 0.06 289.59 0.87 0.51
Hex C9 14 EF 10 5C 0 6 122 57 33
Octal 311 24 357 20 134 0 6 442 127 63
Binary 11001001 10100 11101111 10000 1011100 0 110 100100010 1010111 110011

Color Harmonies of #C914EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C914EF

Black with #C914EF

Text Example


Text Example

White with #C914EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C914EF; }

 p { color: rgb(201,20,239); }

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

background-color css

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

 a { background-color: rgb(201,20,239); }

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

border-color css

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

 span { border-color: rgb(201,20,239); }

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