Html Css Color HEX #C12AFE Electric Purple

📋 copy color: '#C12AFE'

red 193 ◦ green 42 ◦ blue 254

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

Shades of Electric Purple #C12AFE

Tints of Electric Purple #C12AFE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.59%

 BLUE value IS 254 (99.61% from 255) = 51.94%

R = 39.47%
G = 8.59%
B = 51.94%

CMYK

 C value IS 0.24

 M value IS 0.83

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C12AFE (or 0xC12AFE) is known color: Electric Purple. HEX triplet: C1, 2A and FE. RGB value is (193,42,254). Sum of RGB (Red+Green+Blue) = 193+42+254=489 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.47% from 489); Green value is 42 (16.80% from 255 or 8.59% from 489); Blue value is 254 (99.61% from 255 or 51.94% from 489); Max value from RGB is 254 - color contains mainly: blue. Hex color #C12AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C12AFE is #3ED501. Grayscale: #6E6E6E. Windows color (decimal): -4117762 or 16657089. OLE color: 16657089.

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

Color convert

RGB 193 42 254 -
CMYK 0.24 0.83 0 0.00
HSL 282.74º 0.99% 0.58% -
HSV(B) 282.74º 0.83% 1% -
XYZ 40.71 20.15 95.51 -
YUV 111.32 208.53 186.26 -
System Red Green Blue C M Y K H S L
Decimal 193 42 254 0.24 0.83 0 0.00 282.74 0.99 0.58
Hex C1 2A FE 18 53 0 0 11B 63 3A
Octal 301 52 376 30 123 0 0 433 143 72
Binary 11000001 101010 11111110 11000 1010011 0 0 100011011 1100011 111010

Color Harmonies of #C12AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12AFE

Black with #C12AFE

Text Example


Text Example

White with #C12AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12AFE; }

 p { color: rgb(193,42,254); }

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

background-color css

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

 a { background-color: rgb(193,42,254); }

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

border-color css

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

 span { border-color: rgb(193,42,254); }

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