Html Css Color HEX #C021EB Electric Purple

📋 copy color: '#C021EB'

red 192 ◦ green 33 ◦ blue 235

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

Shades of Electric Purple #C021EB

Tints of Electric Purple #C021EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 51.09%

R = 41.74%
G = 7.17%
B = 51.09%

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

#C021EB (or 0xC021EB) is known color: Electric Purple. HEX triplet: C0, 21 and EB. RGB value is (192,33,235). Sum of RGB (Red+Green+Blue) = 192+33+235=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 33 (13.28% from 255 or 7.17% from 460); Blue value is 235 (92.19% from 255 or 51.09% from 460); Max value from RGB is 235 - color contains mainly: blue. Hex color #C021EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C021EB is #3FDE14. Grayscale: #666666. Windows color (decimal): -4185621 or 15409600. OLE color: 15409600.

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

Color convert

RGB 192 33 235 -
CMYK 0.18 0.86 0 0.08
HSL 287.23º 0.83% 0.53% -
HSV(B) 287.23º 0.86% 0.92% -
XYZ 37.28 18.29 80.16 -
YUV 103.57 202.18 191.07 -
System Red Green Blue C M Y K H S L
Decimal 192 33 235 0.18 0.86 0 0.08 287.23 0.83 0.53
Hex C0 21 EB 12 56 0 8 11F 53 35
Octal 300 41 353 22 126 0 10 437 123 65
Binary 11000000 100001 11101011 10010 1010110 0 1000 100011111 1010011 110101

Color Harmonies of #C021EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C021EB

Black with #C021EB

Text Example


Text Example

White with #C021EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C021EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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