Html Css Color HEX #C12EFB Electric Purple

📋 copy color: '#C12EFB'

red 193 ◦ green 46 ◦ blue 251

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

Shades of Electric Purple #C12EFB

Tints of Electric Purple #C12EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 51.22%

R = 39.39%
G = 9.39%
B = 51.22%

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

#C12EFB (or 0xC12EFB) is known color: Electric Purple. HEX triplet: C1, 2E and FB. RGB value is (193,46,251). Sum of RGB (Red+Green+Blue) = 193+46+251=490 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.39% from 490); Green value is 46 (18.36% from 255 or 9.39% from 490); Blue value is 251 (98.44% from 255 or 51.22% from 490); Max value from RGB is 251 - color contains mainly: blue. Hex color #C12EFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C12EFB is #3ED104. Grayscale: #707070. Windows color (decimal): -4116741 or 16461505. OLE color: 16461505.

HSL color Cylindrical-coordinate representation of color #C12EFB: hue angle of 283.02º degrees, saturation: 0.96, 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 #C12EFB is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 193 46 251 -
CMYK 0.23 0.82 0 0.02
HSL 283.02º 0.96% 0.58% -
HSV(B) 283.02º 0.82% 0.98% -
XYZ 40.38 20.26 93.05 -
YUV 113.32 205.7 184.83 -
System Red Green Blue C M Y K H S L
Decimal 193 46 251 0.23 0.82 0 0.02 283.02 0.96 0.58
Hex C1 2E FB 17 52 0 2 11B 60 3A
Octal 301 56 373 27 122 0 2 433 140 72
Binary 11000001 101110 11111011 10111 1010010 0 10 100011011 1100000 111010

Color Harmonies of #C12EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12EFB

Black with #C12EFB

Text Example


Text Example

White with #C12EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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