Html Css Color HEX #C12EFA Electric Purple

📋 copy color: '#C12EFA'

red 193 ◦ green 46 ◦ blue 250

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

Shades of Electric Purple #C12EFA

Tints of Electric Purple #C12EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 51.12%

R = 39.47%
G = 9.41%
B = 51.12%

CMYK

 C value IS 0.23

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C12EFA (or 0xC12EFA) is known color: Electric Purple. HEX triplet: C1, 2E and FA. RGB value is (193,46,250). Sum of RGB (Red+Green+Blue) = 193+46+250=489 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.47% from 489); Green value is 46 (18.36% from 255 or 9.41% from 489); Blue value is 250 (98.05% from 255 or 51.12% from 489); Max value from RGB is 250 - color contains mainly: blue. Hex color #C12EFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C12EFA is #3ED105. Grayscale: #707070. Windows color (decimal): -4116742 or 16395969. OLE color: 16395969.

HSL color Cylindrical-coordinate representation of color #C12EFA: hue angle of 283.24º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C12EFA is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 193 46 250 -
CMYK 0.23 0.82 0 0.02
HSL 283.24º 0.95% 0.58% -
HSV(B) 283.24º 0.82% 0.98% -
XYZ 40.22 20.19 92.22 -
YUV 113.21 205.2 184.91 -
System Red Green Blue C M Y K H S L
Decimal 193 46 250 0.23 0.82 0 0.02 283.24 0.95 0.58
Hex C1 2E FA 17 52 0 2 11B 5F 3A
Octal 301 56 372 27 122 0 2 433 137 72
Binary 11000001 101110 11111010 10111 1010010 0 10 100011011 1011111 111010

Color Harmonies of #C12EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12EFA

Black with #C12EFA

Text Example


Text Example

White with #C12EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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