Html Css Color HEX #C021EA Electric Purple

📋 copy color: '#C021EA'

red 192 ◦ green 33 ◦ blue 234

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

Shades of Electric Purple #C021EA

Tints of Electric Purple #C021EA

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.19%

 BLUE value IS 234 (91.8% from 255) = 50.98%

R = 41.83%
G = 7.19%
B = 50.98%

CMYK

 C value IS 0.18

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C021EA (or 0xC021EA) is known color: Electric Purple. HEX triplet: C0, 21 and EA. RGB value is (192,33,234). Sum of RGB (Red+Green+Blue) = 192+33+234=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 33 (13.28% from 255 or 7.19% from 459); Blue value is 234 (91.80% from 255 or 50.98% from 459); Max value from RGB is 234 - color contains mainly: blue. Hex color #C021EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C021EA is #3FDE15. Grayscale: #666666. Windows color (decimal): -4185622 or 15344064. OLE color: 15344064.

HSL color Cylindrical-coordinate representation of color #C021EA: hue angle of 287.46º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C021EA is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 33 234 -
CMYK 0.18 0.86 0 0.08
HSL 287.46º 0.83% 0.52% -
HSV(B) 287.46º 0.86% 0.92% -
XYZ 37.13 18.23 79.4 -
YUV 103.46 201.68 191.16 -
System Red Green Blue C M Y K H S L
Decimal 192 33 234 0.18 0.86 0 0.08 287.46 0.83 0.52
Hex C0 21 EA 12 56 0 8 11F 53 34
Octal 300 41 352 22 126 0 10 437 123 64
Binary 11000000 100001 11101010 10010 1010110 0 1000 100011111 1010011 110100

Color Harmonies of #C021EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C021EA

Black with #C021EA

Text Example


Text Example

White with #C021EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C021EA; }

 p { color: rgb(192,33,234); }

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

background-color css

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

 a { background-color: rgb(192,33,234); }

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

border-color css

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

 span { border-color: rgb(192,33,234); }

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