Html Css Color HEX #C12EFF Electric Purple

📋 copy color: '#C12EFF'

red 193 ◦ green 46 ◦ blue 255

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

Shades of Electric Purple #C12EFF

Tints of Electric Purple #C12EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.62%

R = 39.07%
G = 9.31%
B = 51.62%

CMYK

 C value IS 0.24

 M value IS 0.82

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C12EFF (or 0xC12EFF) is known color: Electric Purple. HEX triplet: C1, 2E and FF. RGB value is (193,46,255). Sum of RGB (Red+Green+Blue) = 193+46+255=494 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.07% from 494); Green value is 46 (18.36% from 255 or 9.31% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #C12EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C12EFF is #3ED100. Grayscale: #717171. Windows color (decimal): -4116737 or 16723649. OLE color: 16723649.

HSL color Cylindrical-coordinate representation of color #C12EFF: hue angle of 282.2º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C12EFF is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 193 46 255 -
CMYK 0.24 0.82 0 0
HSL 282.2º 1% 0.59% -
HSV(B) 282.2º 0.82% 1% -
XYZ 41.02 20.51 96.4 -
YUV 113.78 207.7 184.51 -
System Red Green Blue C M Y K H S L
Decimal 193 46 255 0.24 0.82 0 0 282.2 1 0.59
Hex C1 2E FF 18 52 0 0 11A 64 3B
Octal 301 56 377 30 122 0 0 432 144 73
Binary 11000001 101110 11111111 11000 1010010 0 0 100011010 1100100 111011

Color Harmonies of #C12EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12EFF

Black with #C12EFF

Text Example


Text Example

White with #C12EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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