Html Css Color HEX #C12EF4 Electric Purple

📋 copy color: '#C12EF4'

red 193 ◦ green 46 ◦ blue 244

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

Shades of Electric Purple #C12EF4

Tints of Electric Purple #C12EF4

RGB

 RED value IS 193 (75.78% from 255) = 39.96%

 GREEN value IS 46 (18.36% from 255) = 9.52%

 BLUE value IS 244 (95.7% from 255) = 50.52%

R = 39.96%
G = 9.52%
B = 50.52%

CMYK

 C value IS 0.21

 M value IS 0.81

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C12EF4 (or 0xC12EF4) is known color: Electric Purple. HEX triplet: C1, 2E and F4. RGB value is (193,46,244). Sum of RGB (Red+Green+Blue) = 193+46+244=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 46 (18.36% from 255 or 9.52% from 483); Blue value is 244 (95.70% from 255 or 50.52% from 483); Max value from RGB is 244 - color contains mainly: blue. Hex color #C12EF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C12EF4 is #3ED10B. Grayscale: #6F6F6F. Windows color (decimal): -4116748 or 16002753. OLE color: 16002753.

HSL color Cylindrical-coordinate representation of color #C12EF4: hue angle of 284.55º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C12EF4 is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 193 46 244 -
CMYK 0.21 0.81 0 0.04
HSL 284.55º 0.9% 0.57% -
HSV(B) 284.55º 0.81% 0.96% -
XYZ 39.3 19.82 87.34 -
YUV 112.53 202.2 185.4 -
System Red Green Blue C M Y K H S L
Decimal 193 46 244 0.21 0.81 0 0.04 284.55 0.9 0.57
Hex C1 2E F4 15 51 0 4 11D 5A 39
Octal 301 56 364 25 121 0 4 435 132 71
Binary 11000001 101110 11110100 10101 1010001 0 100 100011101 1011010 111001

Color Harmonies of #C12EF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12EF4

Black with #C12EF4

Text Example


Text Example

White with #C12EF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12EF4; }

 p { color: rgb(193,46,244); }

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

background-color css

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

 a { background-color: rgb(193,46,244); }

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

border-color css

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

 span { border-color: rgb(193,46,244); }

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