Html Css Color HEX #C21AF4 Electric Purple

📋 copy color: '#C21AF4'

red 194 ◦ green 26 ◦ blue 244

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

Shades of Electric Purple #C21AF4

Tints of Electric Purple #C21AF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 52.59%

R = 41.81%
G = 5.6%
B = 52.59%

CMYK

 C value IS 0.20

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C21AF4 (or 0xC21AF4) is known color: Electric Purple. HEX triplet: C2, 1A and F4. RGB value is (194,26,244). Sum of RGB (Red+Green+Blue) = 194+26+244=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 26 (10.55% from 255 or 5.60% from 464); Blue value is 244 (95.70% from 255 or 52.59% from 464); Max value from RGB is 244 - color contains mainly: blue. Hex color #C21AF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C21AF4 is #3DE50B. Grayscale: #646464. Windows color (decimal): -4056332 or 15997634. OLE color: 15997634.

HSL color Cylindrical-coordinate representation of color #C21AF4: hue angle of 286.24º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C21AF4 is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 194 26 244 -
CMYK 0.20 0.89 0 0.04
HSL 286.24º 0.91% 0.53% -
HSV(B) 286.24º 0.89% 0.96% -
XYZ 38.95 18.74 87.15 -
YUV 101.08 208.66 194.27 -
System Red Green Blue C M Y K H S L
Decimal 194 26 244 0.20 0.89 0 0.04 286.24 0.91 0.53
Hex C2 1A F4 14 59 0 4 11E 5B 35
Octal 302 32 364 24 131 0 4 436 133 65
Binary 11000010 11010 11110100 10100 1011001 0 100 100011110 1011011 110101

Color Harmonies of #C21AF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21AF4

Black with #C21AF4

Text Example


Text Example

White with #C21AF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21AF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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