Html Css Color HEX #C213EF Electric Purple

📋 copy color: '#C213EF'

red 194 ◦ green 19 ◦ blue 239

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

Shades of Electric Purple #C213EF

Tints of Electric Purple #C213EF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.2%

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

R = 42.92%
G = 4.2%
B = 52.88%

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

#C213EF (or 0xC213EF) is known color: Electric Purple. HEX triplet: C2, 13 and EF. RGB value is (194,19,239). Sum of RGB (Red+Green+Blue) = 194+19+239=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 19 (7.81% from 255 or 4.20% from 452); Blue value is 239 (93.75% from 255 or 52.88% from 452); Max value from RGB is 239 - color contains mainly: blue. Hex color #C213EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C213EF is #3DEC10. Grayscale: #5F5F5F. Windows color (decimal): -4058129 or 15668162. OLE color: 15668162.

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

Color convert

RGB 194 19 239 -
CMYK 0.19 0.92 0 0.06
HSL 287.73º 0.87% 0.51% -
HSV(B) 287.73º 0.92% 0.94% -
XYZ 38.06 18.17 83.16 -
YUV 96.41 208.48 197.61 -
System Red Green Blue C M Y K H S L
Decimal 194 19 239 0.19 0.92 0 0.06 287.73 0.87 0.51
Hex C2 13 EF 13 5C 0 6 120 57 33
Octal 302 23 357 23 134 0 6 440 127 63
Binary 11000010 10011 11101111 10011 1011100 0 110 100100000 1010111 110011

Color Harmonies of #C213EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C213EF

Black with #C213EF

Text Example


Text Example

White with #C213EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C213EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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