Html Css Color HEX #C21DEF Electric Purple

📋 copy color: '#C21DEF'

red 194 ◦ green 29 ◦ blue 239

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

Shades of Electric Purple #C21DEF

Tints of Electric Purple #C21DEF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.28%

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

R = 41.99%
G = 6.28%
B = 51.73%

CMYK

 C value IS 0.19

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C21DEF (or 0xC21DEF) is known color: Electric Purple. HEX triplet: C2, 1D and EF. RGB value is (194,29,239). Sum of RGB (Red+Green+Blue) = 194+29+239=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 29 (11.72% from 255 or 6.28% from 462); Blue value is 239 (93.75% from 255 or 51.73% from 462); Max value from RGB is 239 - color contains mainly: blue. Hex color #C21DEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C21DEF is #3DE210. Grayscale: #656565. Windows color (decimal): -4055569 or 15670722. OLE color: 15670722.

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

Color convert

RGB 194 29 239 -
CMYK 0.19 0.88 0 0.06
HSL 287.14º 0.87% 0.53% -
HSV(B) 287.14º 0.88% 0.94% -
XYZ 38.27 18.58 83.23 -
YUV 102.28 205.16 193.42 -
System Red Green Blue C M Y K H S L
Decimal 194 29 239 0.19 0.88 0 0.06 287.14 0.87 0.53
Hex C2 1D EF 13 58 0 6 11F 57 35
Octal 302 35 357 23 130 0 6 437 127 65
Binary 11000010 11101 11101111 10011 1011000 0 110 100011111 1010111 110101

Color Harmonies of #C21DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21DEF

Black with #C21DEF

Text Example


Text Example

White with #C21DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21DEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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