Html Css Color HEX #C31FED Electric Purple

📋 copy color: '#C31FED'

red 195 ◦ green 31 ◦ blue 237

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

Shades of Electric Purple #C31FED

Tints of Electric Purple #C31FED

RGB

 RED value IS 195 (76.56% from 255) = 42.12%

 GREEN value IS 31 (12.5% from 255) = 6.7%

 BLUE value IS 237 (92.97% from 255) = 51.19%

R = 42.12%
G = 6.7%
B = 51.19%

CMYK

 C value IS 0.18

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C31FED (or 0xC31FED) is known color: Electric Purple. HEX triplet: C3, 1F and ED. RGB value is (195,31,237). Sum of RGB (Red+Green+Blue) = 195+31+237=463 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.12% from 463); Green value is 31 (12.5% from 255 or 6.70% from 463); Blue value is 237 (92.97% from 255 or 51.19% from 463); Max value from RGB is 237 - color contains mainly: blue. Hex color #C31FED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C31FED is #3CE012. Grayscale: #666666. Windows color (decimal): -3989523 or 15540163. OLE color: 15540163.

HSL color Cylindrical-coordinate representation of color #C31FED: hue angle of 287.77º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C31FED is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 195 31 237 -
CMYK 0.18 0.87 0 0.07
HSL 287.77º 0.85% 0.53% -
HSV(B) 287.77º 0.87% 0.93% -
XYZ 38.28 18.7 81.71 -
YUV 103.52 203.33 193.25 -
System Red Green Blue C M Y K H S L
Decimal 195 31 237 0.18 0.87 0 0.07 287.77 0.85 0.53
Hex C3 1F ED 12 57 0 7 120 55 35
Octal 303 37 355 22 127 0 7 440 125 65
Binary 11000011 11111 11101101 10010 1010111 0 111 100100000 1010101 110101

Color Harmonies of #C31FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31FED

Black with #C31FED

Text Example


Text Example

White with #C31FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31FED; }

 p { color: rgb(195,31,237); }

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

background-color css

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

 a { background-color: rgb(195,31,237); }

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

border-color css

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

 span { border-color: rgb(195,31,237); }

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