Html Css Color HEX #C112FE Electric Purple

📋 copy color: '#C112FE'

red 193 ◦ green 18 ◦ blue 254

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

Shades of Electric Purple #C112FE

Tints of Electric Purple #C112FE

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.87%

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

R = 41.51%
G = 3.87%
B = 54.62%

CMYK

 C value IS 0.24

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C112FE (or 0xC112FE) is known color: Electric Purple. HEX triplet: C1, 12 and FE. RGB value is (193,18,254). Sum of RGB (Red+Green+Blue) = 193+18+254=465 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.51% from 465); Green value is 18 (7.42% from 255 or 3.87% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #C112FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C112FE is #3EED01. Grayscale: #606060. Windows color (decimal): -4123906 or 16650945. OLE color: 16650945.

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

Color convert

RGB 193 18 254 -
CMYK 0.24 0.93 0 0.00
HSL 284.49º 0.99% 0.53% -
HSV(B) 284.49º 0.93% 1% -
XYZ 40.1 18.93 95.31 -
YUV 97.23 216.48 196.31 -
System Red Green Blue C M Y K H S L
Decimal 193 18 254 0.24 0.93 0 0.00 284.49 0.99 0.53
Hex C1 12 FE 18 5D 0 0 11C 63 35
Octal 301 22 376 30 135 0 0 434 143 65
Binary 11000001 10010 11111110 11000 1011101 0 0 100011100 1100011 110101

Color Harmonies of #C112FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C112FE

Black with #C112FE

Text Example


Text Example

White with #C112FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C112FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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