Html Css Color HEX #C21EEE Electric Purple

📋 copy color: '#C21EEE'

red 194 ◦ green 30 ◦ blue 238

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

Shades of Electric Purple #C21EEE

Tints of Electric Purple #C21EEE

RGB

 RED value IS 194 (76.17% from 255) = 41.99%

 GREEN value IS 30 (12.11% from 255) = 6.49%

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

R = 41.99%
G = 6.49%
B = 51.52%

CMYK

 C value IS 0.18

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C21EEE (or 0xC21EEE) is known color: Electric Purple. HEX triplet: C2, 1E and EE. RGB value is (194,30,238). Sum of RGB (Red+Green+Blue) = 194+30+238=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 30 (12.11% from 255 or 6.49% from 462); Blue value is 238 (93.36% from 255 or 51.52% from 462); Max value from RGB is 238 - color contains mainly: blue. Hex color #C21EEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C21EEE is #3DE111. Grayscale: #666666. Windows color (decimal): -4055314 or 15605442. OLE color: 15605442.

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

Color convert

RGB 194 30 238 -
CMYK 0.18 0.87 0 0.07
HSL 287.31º 0.86% 0.53% -
HSV(B) 287.31º 0.87% 0.93% -
XYZ 38.15 18.57 82.46 -
YUV 102.75 204.33 193.09 -
System Red Green Blue C M Y K H S L
Decimal 194 30 238 0.18 0.87 0 0.07 287.31 0.86 0.53
Hex C2 1E EE 12 57 0 7 11F 56 35
Octal 302 36 356 22 127 0 7 437 126 65
Binary 11000010 11110 11101110 10010 1010111 0 111 100011111 1010110 110101

Color Harmonies of #C21EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21EEE

Black with #C21EEE

Text Example


Text Example

White with #C21EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21EEE; }

 p { color: rgb(194,30,238); }

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

background-color css

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

 a { background-color: rgb(194,30,238); }

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

border-color css

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

 span { border-color: rgb(194,30,238); }

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