Html Css Color HEX #C021EE Electric Purple

📋 copy color: '#C021EE'

red 192 ◦ green 33 ◦ blue 238

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

Shades of Electric Purple #C021EE

Tints of Electric Purple #C021EE

RGB

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

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

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

R = 41.47%
G = 7.13%
B = 51.4%

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

#C021EE (or 0xC021EE) is known color: Electric Purple. HEX triplet: C0, 21 and EE. RGB value is (192,33,238). Sum of RGB (Red+Green+Blue) = 192+33+238=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 33 (13.28% from 255 or 7.13% from 463); Blue value is 238 (93.36% from 255 or 51.40% from 463); Max value from RGB is 238 - color contains mainly: blue. Hex color #C021EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C021EE is #3FDE11. Grayscale: #676767. Windows color (decimal): -4185618 or 15606208. OLE color: 15606208.

HSL color Cylindrical-coordinate representation of color #C021EE: hue angle of 286.54º degrees, saturation: 0.86, 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 #C021EE is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 33 238 -
CMYK 0.19 0.86 0 0.07
HSL 286.54º 0.86% 0.53% -
HSV(B) 286.54º 0.86% 0.93% -
XYZ 37.71 18.47 82.47 -
YUV 103.91 203.68 190.83 -
System Red Green Blue C M Y K H S L
Decimal 192 33 238 0.19 0.86 0 0.07 286.54 0.86 0.53
Hex C0 21 EE 13 56 0 7 11F 56 35
Octal 300 41 356 23 126 0 7 437 126 65
Binary 11000000 100001 11101110 10011 1010110 0 111 100011111 1010110 110101

Color Harmonies of #C021EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C021EE

Black with #C021EE

Text Example


Text Example

White with #C021EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C021EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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