Html Css Color HEX #C212EF Electric Purple

📋 copy color: '#C212EF'

red 194 ◦ green 18 ◦ blue 239

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

Shades of Electric Purple #C212EF

Tints of Electric Purple #C212EF

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.99%

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

R = 43.02%
G = 3.99%
B = 52.99%

CMYK

 C value IS 0.19

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C212EF (or 0xC212EF) is known color: Electric Purple. HEX triplet: C2, 12 and EF. RGB value is (194,18,239). Sum of RGB (Red+Green+Blue) = 194+18+239=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 18 (7.42% from 255 or 3.99% from 451); Blue value is 239 (93.75% from 255 or 52.99% from 451); Max value from RGB is 239 - color contains mainly: blue. Hex color #C212EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C212EF is #3DED10. Grayscale: #5F5F5F. Windows color (decimal): -4058385 or 15667906. OLE color: 15667906.

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

Color convert

RGB 194 18 239 -
CMYK 0.19 0.92 0 0.06
HSL 287.78º 0.87% 0.5% -
HSV(B) 287.78º 0.92% 0.94% -
XYZ 38.04 18.13 83.16 -
YUV 95.82 208.81 198.03 -
System Red Green Blue C M Y K H S L
Decimal 194 18 239 0.19 0.92 0 0.06 287.78 0.87 0.5
Hex C2 12 EF 13 5C 0 6 120 57 32
Octal 302 22 357 23 134 0 6 440 127 62
Binary 11000010 10010 11101111 10011 1011100 0 110 100100000 1010111 110010

Color Harmonies of #C212EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C212EF

Black with #C212EF

Text Example


Text Example

White with #C212EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C212EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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