Html Css Color HEX #C21EFC Electric Purple

📋 copy color: '#C21EFC'

red 194 ◦ green 30 ◦ blue 252

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

Shades of Electric Purple #C21EFC

Tints of Electric Purple #C21EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 52.94%

R = 40.76%
G = 6.3%
B = 52.94%

CMYK

 C value IS 0.23

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C21EFC (or 0xC21EFC) is known color: Electric Purple. HEX triplet: C2, 1E and FC. RGB value is (194,30,252). Sum of RGB (Red+Green+Blue) = 194+30+252=476 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.76% from 476); Green value is 30 (12.11% from 255 or 6.30% from 476); Blue value is 252 (98.83% from 255 or 52.94% from 476); Max value from RGB is 252 - color contains mainly: blue. Hex color #C21EFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C21EFC is #3DE103. Grayscale: #676767. Windows color (decimal): -4055300 or 16522946. OLE color: 16522946.

HSL color Cylindrical-coordinate representation of color #C21EFC: hue angle of 284.32º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C21EFC is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 194 30 252 -
CMYK 0.23 0.88 0 0.01
HSL 284.32º 0.97% 0.55% -
HSV(B) 284.32º 0.88% 0.99% -
XYZ 40.28 19.43 93.72 -
YUV 104.34 211.33 191.95 -
System Red Green Blue C M Y K H S L
Decimal 194 30 252 0.23 0.88 0 0.01 284.32 0.97 0.55
Hex C2 1E FC 17 58 0 1 11C 61 37
Octal 302 36 374 27 130 0 1 434 141 67
Binary 11000010 11110 11111100 10111 1011000 0 1 100011100 1100001 110111

Color Harmonies of #C21EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21EFC

Black with #C21EFC

Text Example


Text Example

White with #C21EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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