Html Css Color HEX #C21EF3 Electric Purple

📋 copy color: '#C21EF3'

red 194 ◦ green 30 ◦ blue 243

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

Shades of Electric Purple #C21EF3

Tints of Electric Purple #C21EF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 52.03%

R = 41.54%
G = 6.42%
B = 52.03%

CMYK

 C value IS 0.20

 M value IS 0.88

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C21EF3 (or 0xC21EF3) is known color: Electric Purple. HEX triplet: C2, 1E and F3. RGB value is (194,30,243). Sum of RGB (Red+Green+Blue) = 194+30+243=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 30 (12.11% from 255 or 6.42% from 467); Blue value is 243 (95.31% from 255 or 52.03% from 467); Max value from RGB is 243 - color contains mainly: blue. Hex color #C21EF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C21EF3 is #3DE10C. Grayscale: #666666. Windows color (decimal): -4055309 or 15933122. OLE color: 15933122.

HSL color Cylindrical-coordinate representation of color #C21EF3: hue angle of 286.2º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C21EF3 is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 194 30 243 -
CMYK 0.20 0.88 0 0.05
HSL 286.2º 0.9% 0.54% -
HSV(B) 286.2º 0.88% 0.95% -
XYZ 38.89 18.87 86.39 -
YUV 103.32 206.83 192.68 -
System Red Green Blue C M Y K H S L
Decimal 194 30 243 0.20 0.88 0 0.05 286.2 0.9 0.54
Hex C2 1E F3 14 58 0 5 11E 5A 36
Octal 302 36 363 24 130 0 5 436 132 66
Binary 11000010 11110 11110011 10100 1011000 0 101 100011110 1011010 110110

Color Harmonies of #C21EF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21EF3

Black with #C21EF3

Text Example


Text Example

White with #C21EF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21EF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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