Html Css Color HEX #C21FEE Electric Purple

📋 copy color: '#C21FEE'

red 194 ◦ green 31 ◦ blue 238

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

Shades of Electric Purple #C21FEE

Tints of Electric Purple #C21FEE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.7%

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

R = 41.9%
G = 6.7%
B = 51.4%

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

#C21FEE (or 0xC21FEE) is known color: Electric Purple. HEX triplet: C2, 1F and EE. RGB value is (194,31,238). Sum of RGB (Red+Green+Blue) = 194+31+238=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 31 (12.5% from 255 or 6.70% 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 #C21FEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C21FEE is #3DE011. Grayscale: #666666. Windows color (decimal): -4055058 or 15605698. OLE color: 15605698.

HSL color Cylindrical-coordinate representation of color #C21FEE: hue angle of 287.25º 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 #C21FEE is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 31 238 -
CMYK 0.18 0.87 0 0.07
HSL 287.25º 0.86% 0.53% -
HSV(B) 287.25º 0.87% 0.93% -
XYZ 38.17 18.62 82.47 -
YUV 103.34 204 192.67 -
System Red Green Blue C M Y K H S L
Decimal 194 31 238 0.18 0.87 0 0.07 287.25 0.86 0.53
Hex C2 1F EE 12 57 0 7 11F 56 35
Octal 302 37 356 22 127 0 7 437 126 65
Binary 11000010 11111 11101110 10010 1010111 0 111 100011111 1010110 110101

Color Harmonies of #C21FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21FEE

Black with #C21FEE

Text Example


Text Example

White with #C21FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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