Html Css Color HEX #C21FFE Electric Purple

📋 copy color: '#C21FFE'

red 194 ◦ green 31 ◦ blue 254

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

Shades of Electric Purple #C21FFE

Tints of Electric Purple #C21FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 53.03%

R = 40.5%
G = 6.47%
B = 53.03%

CMYK

 C value IS 0.24

 M value IS 0.88

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C21FFE (or 0xC21FFE) is known color: Electric Purple. HEX triplet: C2, 1F and FE. RGB value is (194,31,254). Sum of RGB (Red+Green+Blue) = 194+31+254=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 31 (12.5% from 255 or 6.47% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #C21FFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C21FFE is #3DE001. Grayscale: #686868. Windows color (decimal): -4055042 or 16654274. OLE color: 16654274.

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

Color convert

RGB 194 31 254 -
CMYK 0.24 0.88 0 0.00
HSL 283.86º 0.99% 0.56% -
HSV(B) 283.86º 0.88% 1% -
XYZ 40.63 19.61 95.41 -
YUV 105.16 212 191.37 -
System Red Green Blue C M Y K H S L
Decimal 194 31 254 0.24 0.88 0 0.00 283.86 0.99 0.56
Hex C2 1F FE 18 58 0 0 11C 63 38
Octal 302 37 376 30 130 0 0 434 143 70
Binary 11000010 11111 11111110 11000 1011000 0 0 100011100 1100011 111000

Color Harmonies of #C21FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21FFE

Black with #C21FFE

Text Example


Text Example

White with #C21FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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