Html Css Color HEX #C022EF Electric Purple

📋 copy color: '#C022EF'

red 192 ◦ green 34 ◦ blue 239

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

Shades of Electric Purple #C022EF

Tints of Electric Purple #C022EF

RGB

 RED value IS 192 (75.39% from 255) = 41.29%

 GREEN value IS 34 (13.67% from 255) = 7.31%

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

R = 41.29%
G = 7.31%
B = 51.4%

CMYK

 C value IS 0.20

 M value IS 0.86

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C022EF (or 0xC022EF) is known color: Electric Purple. HEX triplet: C0, 22 and EF. RGB value is (192,34,239). Sum of RGB (Red+Green+Blue) = 192+34+239=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 34 (13.67% from 255 or 7.31% from 465); Blue value is 239 (93.75% from 255 or 51.40% from 465); Max value from RGB is 239 - color contains mainly: blue. Hex color #C022EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C022EF is #3FDD10. Grayscale: #676767. Windows color (decimal): -4185361 or 15672000. OLE color: 15672000.

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

Color convert

RGB 192 34 239 -
CMYK 0.20 0.86 0 0.06
HSL 286.24º 0.86% 0.54% -
HSV(B) 286.24º 0.86% 0.94% -
XYZ 37.89 18.58 83.25 -
YUV 104.61 203.85 190.33 -
System Red Green Blue C M Y K H S L
Decimal 192 34 239 0.20 0.86 0 0.06 286.24 0.86 0.54
Hex C0 22 EF 14 56 0 6 11E 56 36
Octal 300 42 357 24 126 0 6 436 126 66
Binary 11000000 100010 11101111 10100 1010110 0 110 100011110 1010110 110110

Color Harmonies of #C022EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C022EF

Black with #C022EF

Text Example


Text Example

White with #C022EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C022EF; }

 p { color: rgb(192,34,239); }

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

background-color css

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

 a { background-color: rgb(192,34,239); }

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

border-color css

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

 span { border-color: rgb(192,34,239); }

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