Html Css Color HEX #C022EC Electric Purple

📋 copy color: '#C022EC'

red 192 ◦ green 34 ◦ blue 236

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

Shades of Electric Purple #C022EC

Tints of Electric Purple #C022EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 51.08%

R = 41.56%
G = 7.36%
B = 51.08%

CMYK

 C value IS 0.19

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C022EC (or 0xC022EC) is known color: Electric Purple. HEX triplet: C0, 22 and EC. RGB value is (192,34,236). Sum of RGB (Red+Green+Blue) = 192+34+236=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 34 (13.67% from 255 or 7.36% from 462); Blue value is 236 (92.58% from 255 or 51.08% from 462); Max value from RGB is 236 - color contains mainly: blue. Hex color #C022EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C022EC is #3FDD13. Grayscale: #676767. Windows color (decimal): -4185364 or 15475392. OLE color: 15475392.

HSL color Cylindrical-coordinate representation of color #C022EC: hue angle of 286.93º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C022EC is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 34 236 -
CMYK 0.19 0.86 0 0.07
HSL 286.93º 0.84% 0.53% -
HSV(B) 286.93º 0.86% 0.93% -
XYZ 37.45 18.41 80.94 -
YUV 104.27 202.35 190.57 -
System Red Green Blue C M Y K H S L
Decimal 192 34 236 0.19 0.86 0 0.07 286.93 0.84 0.53
Hex C0 22 EC 13 56 0 7 11F 54 35
Octal 300 42 354 23 126 0 7 437 124 65
Binary 11000000 100010 11101100 10011 1010110 0 111 100011111 1010100 110101

Color Harmonies of #C022EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C022EC

Black with #C022EC

Text Example


Text Example

White with #C022EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C022EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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