Html Css Color HEX #C12EF3 Electric Purple

📋 copy color: '#C12EF3'

red 193 ◦ green 46 ◦ blue 243

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

Shades of Electric Purple #C12EF3

Tints of Electric Purple #C12EF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 50.41%

R = 40.04%
G = 9.54%
B = 50.41%

CMYK

 C value IS 0.21

 M value IS 0.81

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C12EF3 (or 0xC12EF3) is known color: Electric Purple. HEX triplet: C1, 2E and F3. RGB value is (193,46,243). Sum of RGB (Red+Green+Blue) = 193+46+243=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 46 (18.36% from 255 or 9.54% from 482); Blue value is 243 (95.31% from 255 or 50.41% from 482); Max value from RGB is 243 - color contains mainly: blue. Hex color #C12EF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C12EF3 is #3ED10C. Grayscale: #6F6F6F. Windows color (decimal): -4116749 or 15937217. OLE color: 15937217.

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

Color convert

RGB 193 46 243 -
CMYK 0.21 0.81 0 0.05
HSL 284.77º 0.89% 0.57% -
HSV(B) 284.77º 0.81% 0.95% -
XYZ 39.15 19.76 86.55 -
YUV 112.41 201.7 185.48 -
System Red Green Blue C M Y K H S L
Decimal 193 46 243 0.21 0.81 0 0.05 284.77 0.89 0.57
Hex C1 2E F3 15 51 0 5 11D 59 39
Octal 301 56 363 25 121 0 5 435 131 71
Binary 11000001 101110 11110011 10101 1010001 0 101 100011101 1011001 111001

Color Harmonies of #C12EF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12EF3

Black with #C12EF3

Text Example


Text Example

White with #C12EF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12EF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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