Html Css Color HEX #C21EF9 Electric Purple

📋 copy color: '#C21EF9'

red 194 ◦ green 30 ◦ blue 249

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

Shades of Electric Purple #C21EF9

Tints of Electric Purple #C21EF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 52.64%

R = 41.01%
G = 6.34%
B = 52.64%

CMYK

 C value IS 0.22

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C21EF9 (or 0xC21EF9) is known color: Electric Purple. HEX triplet: C2, 1E and F9. RGB value is (194,30,249). Sum of RGB (Red+Green+Blue) = 194+30+249=473 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.01% from 473); Green value is 30 (12.11% from 255 or 6.34% from 473); Blue value is 249 (97.66% from 255 or 52.64% from 473); Max value from RGB is 249 - color contains mainly: blue. Hex color #C21EF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C21EF9 is #3DE106. Grayscale: #676767. Windows color (decimal): -4055303 or 16326338. OLE color: 16326338.

HSL color Cylindrical-coordinate representation of color #C21EF9: hue angle of 284.93º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C21EF9 is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 30 249 -
CMYK 0.22 0.88 0 0.02
HSL 284.93º 0.95% 0.55% -
HSV(B) 284.93º 0.88% 0.98% -
XYZ 39.81 19.24 91.24 -
YUV 104 209.83 192.19 -
System Red Green Blue C M Y K H S L
Decimal 194 30 249 0.22 0.88 0 0.02 284.93 0.95 0.55
Hex C2 1E F9 16 58 0 2 11D 5F 37
Octal 302 36 371 26 130 0 2 435 137 67
Binary 11000010 11110 11111001 10110 1011000 0 10 100011101 1011111 110111

Color Harmonies of #C21EF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21EF9

Black with #C21EF9

Text Example


Text Example

White with #C21EF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21EF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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