Html Css Color HEX #C131FE Electric Purple

📋 copy color: '#C131FE'

red 193 ◦ green 49 ◦ blue 254

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

Shades of Electric Purple #C131FE

Tints of Electric Purple #C131FE

RGB

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

 GREEN value IS 49 (19.53% from 255) = 9.88%

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

R = 38.91%
G = 9.88%
B = 51.21%

CMYK

 C value IS 0.24

 M value IS 0.81

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C131FE (or 0xC131FE) is known color: Electric Purple. HEX triplet: C1, 31 and FE. RGB value is (193,49,254). Sum of RGB (Red+Green+Blue) = 193+49+254=496 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.91% from 496); Green value is 49 (19.53% from 255 or 9.88% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #C131FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C131FE is #3ECE01. Grayscale: #727272. Windows color (decimal): -4115970 or 16658881. OLE color: 16658881.

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

Color convert

RGB 193 49 254 -
CMYK 0.24 0.81 0 0.00
HSL 282.15º 0.99% 0.59% -
HSV(B) 282.15º 0.81% 1% -
XYZ 40.98 20.69 95.6 -
YUV 115.43 206.21 183.33 -
System Red Green Blue C M Y K H S L
Decimal 193 49 254 0.24 0.81 0 0.00 282.15 0.99 0.59
Hex C1 31 FE 18 51 0 0 11A 63 3B
Octal 301 61 376 30 121 0 0 432 143 73
Binary 11000001 110001 11111110 11000 1010001 0 0 100011010 1100011 111011

Color Harmonies of #C131FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C131FE

Black with #C131FE

Text Example


Text Example

White with #C131FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C131FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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