Html Css Color HEX #C031FF Electric Purple

📋 copy color: '#C031FF'

red 192 ◦ green 49 ◦ blue 255

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

Shades of Electric Purple #C031FF

Tints of Electric Purple #C031FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.41%

R = 38.71%
G = 9.88%
B = 51.41%

CMYK

 C value IS 0.25

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C031FF (or 0xC031FF) is known color: Electric Purple. HEX triplet: C0, 31 and FF. RGB value is (192,49,255). Sum of RGB (Red+Green+Blue) = 192+49+255=496 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.71% from 496); Green value is 49 (19.53% from 255 or 9.88% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #C031FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C031FF is #3FCE00. Grayscale: #727272. Windows color (decimal): -4181505 or 16724416. OLE color: 16724416.

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

Color convert

RGB 192 49 255 -
CMYK 0.25 0.81 0 0
HSL 281.65º 1% 0.6% -
HSV(B) 281.65º 0.81% 1% -
XYZ 40.89 20.62 96.43 -
YUV 115.24 206.88 182.75 -
System Red Green Blue C M Y K H S L
Decimal 192 49 255 0.25 0.81 0 0 281.65 1 0.6
Hex C0 31 FF 19 51 0 0 11A 64 3C
Octal 300 61 377 31 121 0 0 432 144 74
Binary 11000000 110001 11111111 11001 1010001 0 0 100011010 1100100 111100

Color Harmonies of #C031FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C031FF

Black with #C031FF

Text Example


Text Example

White with #C031FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C031FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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