Html Css Color HEX #C12FF1 Electric Purple

📋 copy color: '#C12FF1'

red 193 ◦ green 47 ◦ blue 241

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

Shades of Electric Purple #C12FF1

Tints of Electric Purple #C12FF1

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.77%

 BLUE value IS 241 (94.53% from 255) = 50.1%

R = 40.12%
G = 9.77%
B = 50.1%

CMYK

 C value IS 0.20

 M value IS 0.80

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C12FF1 (or 0xC12FF1) is known color: Electric Purple. HEX triplet: C1, 2F and F1. RGB value is (193,47,241). Sum of RGB (Red+Green+Blue) = 193+47+241=481 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.12% from 481); Green value is 47 (18.75% from 255 or 9.77% from 481); Blue value is 241 (94.53% from 255 or 50.10% from 481); Max value from RGB is 241 - color contains mainly: blue. Hex color #C12FF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C12FF1 is #3ED00E. Grayscale: #707070. Windows color (decimal): -4116495 or 15806401. OLE color: 15806401.

HSL color Cylindrical-coordinate representation of color #C12FF1: hue angle of 285.15º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C12FF1 is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 193 47 241 -
CMYK 0.20 0.80 0 0.05
HSL 285.15º 0.87% 0.56% -
HSV(B) 285.15º 0.8% 0.95% -
XYZ 38.89 19.72 84.98 -
YUV 112.77 200.37 185.23 -
System Red Green Blue C M Y K H S L
Decimal 193 47 241 0.20 0.80 0 0.05 285.15 0.87 0.56
Hex C1 2F F1 14 50 0 5 11D 57 38
Octal 301 57 361 24 120 0 5 435 127 70
Binary 11000001 101111 11110001 10100 1010000 0 101 100011101 1010111 111000

Color Harmonies of #C12FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12FF1

Black with #C12FF1

Text Example


Text Example

White with #C12FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12FF1; }

 p { color: rgb(193,47,241); }

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

background-color css

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

 a { background-color: rgb(193,47,241); }

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

border-color css

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

 span { border-color: rgb(193,47,241); }

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