Html Css Color HEX #C21AFA Electric Purple

📋 copy color: '#C21AFA'

red 194 ◦ green 26 ◦ blue 250

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

Shades of Electric Purple #C21AFA

Tints of Electric Purple #C21AFA

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.53%

 BLUE value IS 250 (98.05% from 255) = 53.19%

R = 41.28%
G = 5.53%
B = 53.19%

CMYK

 C value IS 0.22

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C21AFA (or 0xC21AFA) is known color: Electric Purple. HEX triplet: C2, 1A and FA. RGB value is (194,26,250). Sum of RGB (Red+Green+Blue) = 194+26+250=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 26 (10.55% from 255 or 5.53% from 470); Blue value is 250 (98.05% from 255 or 53.19% from 470); Max value from RGB is 250 - color contains mainly: blue. Hex color #C21AFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C21AFA is #3DE505. Grayscale: #656565. Windows color (decimal): -4056326 or 16390850. OLE color: 16390850.

HSL color Cylindrical-coordinate representation of color #C21AFA: hue angle of 285º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C21AFA is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 26 250 -
CMYK 0.22 0.90 0 0.02
HSL 285º 0.96% 0.54% -
HSV(B) 285º 0.9% 0.98% -
XYZ 39.87 19.11 92.03 -
YUV 101.77 211.66 193.79 -
System Red Green Blue C M Y K H S L
Decimal 194 26 250 0.22 0.90 0 0.02 285 0.96 0.54
Hex C2 1A FA 16 5A 0 2 11D 60 36
Octal 302 32 372 26 132 0 2 435 140 66
Binary 11000010 11010 11111010 10110 1011010 0 10 100011101 1100000 110110

Color Harmonies of #C21AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21AFA

Black with #C21AFA

Text Example


Text Example

White with #C21AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21AFA; }

 p { color: rgb(194,26,250); }

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

background-color css

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

 a { background-color: rgb(194,26,250); }

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

border-color css

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

 span { border-color: rgb(194,26,250); }

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