Html Css Color HEX #C92EEF Electric Purple

📋 copy color: '#C92EEF'

red 201 ◦ green 46 ◦ blue 239

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

Shades of Electric Purple #C92EEF

Tints of Electric Purple #C92EEF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.47%

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

R = 41.36%
G = 9.47%
B = 49.18%

CMYK

 C value IS 0.16

 M value IS 0.81

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C92EEF (or 0xC92EEF) is known color: Electric Purple. HEX triplet: C9, 2E and EF. RGB value is (201,46,239). Sum of RGB (Red+Green+Blue) = 201+46+239=486 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.36% from 486); Green value is 46 (18.36% from 255 or 9.47% from 486); Blue value is 239 (93.75% from 255 or 49.18% from 486); Max value from RGB is 239 - color contains mainly: blue. Hex color #C92EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C92EEF is #36D110. Grayscale: #717171. Windows color (decimal): -3592465 or 15675081. OLE color: 15675081.

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

Color convert

RGB 201 46 239 -
CMYK 0.16 0.81 0 0.06
HSL 288.19º 0.86% 0.56% -
HSV(B) 288.19º 0.81% 0.94% -
XYZ 40.64 20.6 83.5 -
YUV 114.35 198.35 189.81 -
System Red Green Blue C M Y K H S L
Decimal 201 46 239 0.16 0.81 0 0.06 288.19 0.86 0.56
Hex C9 2E EF 10 51 0 6 120 56 38
Octal 311 56 357 20 121 0 6 440 126 70
Binary 11001001 101110 11101111 10000 1010001 0 110 100100000 1010110 111000

Color Harmonies of #C92EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92EEF

Black with #C92EEF

Text Example


Text Example

White with #C92EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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