Html Css Color HEX #C21EEF Electric Purple

📋 copy color: '#C21EEF'

red 194 ◦ green 30 ◦ blue 239

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

Shades of Electric Purple #C21EEF

Tints of Electric Purple #C21EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 51.62%

R = 41.9%
G = 6.48%
B = 51.62%

CMYK

 C value IS 0.19

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C21EEF (or 0xC21EEF) is known color: Electric Purple. HEX triplet: C2, 1E and EF. RGB value is (194,30,239). Sum of RGB (Red+Green+Blue) = 194+30+239=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 30 (12.11% from 255 or 6.48% from 463); Blue value is 239 (93.75% from 255 or 51.62% from 463); Max value from RGB is 239 - color contains mainly: blue. Hex color #C21EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C21EEF is #3DE110. Grayscale: #666666. Windows color (decimal): -4055313 or 15670978. OLE color: 15670978.

HSL color Cylindrical-coordinate representation of color #C21EEF: hue angle of 287.08º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C21EEF is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 194 30 239 -
CMYK 0.19 0.87 0 0.06
HSL 287.08º 0.87% 0.53% -
HSV(B) 287.08º 0.87% 0.94% -
XYZ 38.29 18.63 83.24 -
YUV 102.86 204.83 193.01 -
System Red Green Blue C M Y K H S L
Decimal 194 30 239 0.19 0.87 0 0.06 287.08 0.87 0.53
Hex C2 1E EF 13 57 0 6 11F 57 35
Octal 302 36 357 23 127 0 6 437 127 65
Binary 11000010 11110 11101111 10011 1010111 0 110 100011111 1010111 110101

Color Harmonies of #C21EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21EEF

Black with #C21EEF

Text Example


Text Example

White with #C21EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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