Html Css Color HEX #C112FA Electric Purple

📋 copy color: '#C112FA'

red 193 ◦ green 18 ◦ blue 250

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

Shades of Electric Purple #C112FA

Tints of Electric Purple #C112FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 54.23%

R = 41.87%
G = 3.9%
B = 54.23%

CMYK

 C value IS 0.23

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C112FA (or 0xC112FA) is known color: Electric Purple. HEX triplet: C1, 12 and FA. RGB value is (193,18,250). Sum of RGB (Red+Green+Blue) = 193+18+250=461 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.87% from 461); Green value is 18 (7.42% from 255 or 3.90% from 461); Blue value is 250 (98.05% from 255 or 54.23% from 461); Max value from RGB is 250 - color contains mainly: blue. Hex color #C112FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C112FA is #3EED05. Grayscale: #606060. Windows color (decimal): -4123910 or 16388801. OLE color: 16388801.

HSL color Cylindrical-coordinate representation of color #C112FA: hue angle of 285.26º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C112FA is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 193 18 250 -
CMYK 0.23 0.93 0 0.02
HSL 285.26º 0.96% 0.53% -
HSV(B) 285.26º 0.93% 0.98% -
XYZ 39.46 18.67 91.97 -
YUV 96.77 214.48 196.64 -
System Red Green Blue C M Y K H S L
Decimal 193 18 250 0.23 0.93 0 0.02 285.26 0.96 0.53
Hex C1 12 FA 17 5D 0 2 11D 60 35
Octal 301 22 372 27 135 0 2 435 140 65
Binary 11000001 10010 11111010 10111 1011101 0 10 100011101 1100000 110101

Color Harmonies of #C112FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C112FA

Black with #C112FA

Text Example


Text Example

White with #C112FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C112FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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