Html Css Color HEX #C131FA Electric Purple

📋 copy color: '#C131FA'

red 193 ◦ green 49 ◦ blue 250

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

Shades of Electric Purple #C131FA

Tints of Electric Purple #C131FA

RGB

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

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

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

R = 39.23%
G = 9.96%
B = 50.81%

CMYK

 C value IS 0.23

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C131FA (or 0xC131FA) is known color: Electric Purple. HEX triplet: C1, 31 and FA. RGB value is (193,49,250). Sum of RGB (Red+Green+Blue) = 193+49+250=492 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.23% from 492); Green value is 49 (19.53% from 255 or 9.96% from 492); Blue value is 250 (98.05% from 255 or 50.81% from 492); Max value from RGB is 250 - color contains mainly: blue. Hex color #C131FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C131FA is #3ECE05. Grayscale: #727272. Windows color (decimal): -4115974 or 16396737. OLE color: 16396737.

HSL color Cylindrical-coordinate representation of color #C131FA: hue angle of 282.99º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C131FA is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 193 49 250 -
CMYK 0.23 0.80 0 0.02
HSL 282.99º 0.95% 0.59% -
HSV(B) 282.99º 0.8% 0.98% -
XYZ 40.35 20.44 92.26 -
YUV 114.97 204.21 183.66 -
System Red Green Blue C M Y K H S L
Decimal 193 49 250 0.23 0.80 0 0.02 282.99 0.95 0.59
Hex C1 31 FA 17 50 0 2 11B 5F 3B
Octal 301 61 372 27 120 0 2 433 137 73
Binary 11000001 110001 11111010 10111 1010000 0 10 100011011 1011111 111011

Color Harmonies of #C131FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C131FA

Black with #C131FA

Text Example


Text Example

White with #C131FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C131FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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