Html Css Color HEX #C914EE Electric Purple

📋 copy color: '#C914EE'

red 201 ◦ green 20 ◦ blue 238

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

Shades of Electric Purple #C914EE

Tints of Electric Purple #C914EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 51.85%

R = 43.79%
G = 4.36%
B = 51.85%

CMYK

 C value IS 0.16

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C914EE (or 0xC914EE) is known color: Electric Purple. HEX triplet: C9, 14 and EE. RGB value is (201,20,238). Sum of RGB (Red+Green+Blue) = 201+20+238=459 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.79% from 459); Green value is 20 (8.20% from 255 or 4.36% from 459); Blue value is 238 (93.36% from 255 or 51.85% from 459); Max value from RGB is 238 - color contains mainly: blue. Hex color #C914EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C914EE is #36EB11. Grayscale: #626262. Windows color (decimal): -3599122 or 15602889. OLE color: 15602889.

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

Color convert

RGB 201 20 238 -
CMYK 0.16 0.92 0 0.07
HSL 289.82º 0.87% 0.51% -
HSV(B) 289.82º 0.92% 0.93% -
XYZ 39.77 19.09 82.48 -
YUV 98.97 206.47 200.77 -
System Red Green Blue C M Y K H S L
Decimal 201 20 238 0.16 0.92 0 0.07 289.82 0.87 0.51
Hex C9 14 EE 10 5C 0 7 122 57 33
Octal 311 24 356 20 134 0 7 442 127 63
Binary 11001001 10100 11101110 10000 1011100 0 111 100100010 1010111 110011

Color Harmonies of #C914EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C914EE

Black with #C914EE

Text Example


Text Example

White with #C914EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C914EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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