Html Css Color HEX #C031FA Electric Purple

📋 copy color: '#C031FA'

red 192 ◦ green 49 ◦ blue 250

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

Shades of Electric Purple #C031FA

Tints of Electric Purple #C031FA

RGB

 RED value IS 192 (75.39% from 255) = 39.1%

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

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

R = 39.1%
G = 9.98%
B = 50.92%

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

#C031FA (or 0xC031FA) is known color: Electric Purple. HEX triplet: C0, 31 and FA. RGB value is (192,49,250). Sum of RGB (Red+Green+Blue) = 192+49+250=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 49 (19.53% from 255 or 9.98% from 491); Blue value is 250 (98.05% from 255 or 50.92% from 491); Max value from RGB is 250 - color contains mainly: blue. Hex color #C031FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C031FA is #3FCE05. Grayscale: #727272. Windows color (decimal): -4181510 or 16396736. OLE color: 16396736.

HSL color Cylindrical-coordinate representation of color #C031FA: hue angle of 282.69º 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 #C031FA is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 49 250 -
CMYK 0.23 0.80 0 0.02
HSL 282.69º 0.95% 0.59% -
HSV(B) 282.69º 0.8% 0.98% -
XYZ 40.09 20.31 92.25 -
YUV 114.67 204.38 183.16 -
System Red Green Blue C M Y K H S L
Decimal 192 49 250 0.23 0.80 0 0.02 282.69 0.95 0.59
Hex C0 31 FA 17 50 0 2 11B 5F 3B
Octal 300 61 372 27 120 0 2 433 137 73
Binary 11000000 110001 11111010 10111 1010000 0 10 100011011 1011111 111011

Color Harmonies of #C031FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C031FA

Black with #C031FA

Text Example


Text Example

White with #C031FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C031FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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