Html Css Color HEX #C31FFA Electric Purple

📋 copy color: '#C31FFA'

red 195 ◦ green 31 ◦ blue 250

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

Shades of Electric Purple #C31FFA

Tints of Electric Purple #C31FFA

RGB

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

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

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

R = 40.97%
G = 6.51%
B = 52.52%

CMYK

 C value IS 0.22

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C31FFA (or 0xC31FFA) is known color: Electric Purple. HEX triplet: C3, 1F and FA. RGB value is (195,31,250). Sum of RGB (Red+Green+Blue) = 195+31+250=476 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.97% from 476); Green value is 31 (12.5% from 255 or 6.51% from 476); Blue value is 250 (98.05% from 255 or 52.52% from 476); Max value from RGB is 250 - color contains mainly: blue. Hex color #C31FFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C31FFA is #3CE005. Grayscale: #686868. Windows color (decimal): -3989510 or 16392131. OLE color: 16392131.

HSL color Cylindrical-coordinate representation of color #C31FFA: hue angle of 284.93º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C31FFA is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 195 31 250 -
CMYK 0.22 0.88 0 0.02
HSL 284.93º 0.96% 0.55% -
HSV(B) 284.93º 0.88% 0.98% -
XYZ 40.25 19.48 92.08 -
YUV 105 209.83 192.19 -
System Red Green Blue C M Y K H S L
Decimal 195 31 250 0.22 0.88 0 0.02 284.93 0.96 0.55
Hex C3 1F FA 16 58 0 2 11D 60 37
Octal 303 37 372 26 130 0 2 435 140 67
Binary 11000011 11111 11111010 10110 1011000 0 10 100011101 1100000 110111

Color Harmonies of #C31FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31FFA

Black with #C31FFA

Text Example


Text Example

White with #C31FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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