Html Css Color HEX #C21EFF Electric Purple

📋 copy color: '#C21EFF'

red 194 ◦ green 30 ◦ blue 255

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

Shades of Electric Purple #C21EFF

Tints of Electric Purple #C21EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.24%

R = 40.5%
G = 6.26%
B = 53.24%

CMYK

 C value IS 0.24

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C21EFF (or 0xC21EFF) is known color: Electric Purple. HEX triplet: C2, 1E and FF. RGB value is (194,30,255). Sum of RGB (Red+Green+Blue) = 194+30+255=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 30 (12.11% from 255 or 6.26% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #C21EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C21EFF is #3DE100. Grayscale: #676767. Windows color (decimal): -4055297 or 16719554. OLE color: 16719554.

HSL color Cylindrical-coordinate representation of color #C21EFF: hue angle of 283.73º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C21EFF is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 194 30 255 -
CMYK 0.24 0.88 0 0
HSL 283.73º 1% 0.56% -
HSV(B) 283.73º 0.88% 1% -
XYZ 40.76 19.62 96.25 -
YUV 104.69 212.83 191.7 -
System Red Green Blue C M Y K H S L
Decimal 194 30 255 0.24 0.88 0 0 283.73 1 0.56
Hex C2 1E FF 18 58 0 0 11C 64 38
Octal 302 36 377 30 130 0 0 434 144 70
Binary 11000010 11110 11111111 11000 1011000 0 0 100011100 1100100 111000

Color Harmonies of #C21EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21EFF

Black with #C21EFF

Text Example


Text Example

White with #C21EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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