Html Css Color HEX #C131FC Electric Purple

📋 copy color: '#C131FC'

red 193 ◦ green 49 ◦ blue 252

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

Shades of Electric Purple #C131FC

Tints of Electric Purple #C131FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 51.01%

R = 39.07%
G = 9.92%
B = 51.01%

CMYK

 C value IS 0.23

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C131FC (or 0xC131FC) is known color: Electric Purple. HEX triplet: C1, 31 and FC. RGB value is (193,49,252). Sum of RGB (Red+Green+Blue) = 193+49+252=494 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.07% from 494); Green value is 49 (19.53% from 255 or 9.92% from 494); Blue value is 252 (98.83% from 255 or 51.01% from 494); Max value from RGB is 252 - color contains mainly: blue. Hex color #C131FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C131FC is #3ECE03. Grayscale: #727272. Windows color (decimal): -4115972 or 16527809. OLE color: 16527809.

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

Color convert

RGB 193 49 252 -
CMYK 0.23 0.81 0 0.01
HSL 282.56º 0.97% 0.59% -
HSV(B) 282.56º 0.81% 0.99% -
XYZ 40.66 20.56 93.92 -
YUV 115.2 205.21 183.49 -
System Red Green Blue C M Y K H S L
Decimal 193 49 252 0.23 0.81 0 0.01 282.56 0.97 0.59
Hex C1 31 FC 17 51 0 1 11B 61 3B
Octal 301 61 374 27 121 0 1 433 141 73
Binary 11000001 110001 11111100 10111 1010001 0 1 100011011 1100001 111011

Color Harmonies of #C131FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C131FC

Black with #C131FC

Text Example


Text Example

White with #C131FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C131FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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