Html Css Color HEX #C31EFA Electric Purple

📋 copy color: '#C31EFA'

red 195 ◦ green 30 ◦ blue 250

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

Shades of Electric Purple #C31EFA

Tints of Electric Purple #C31EFA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.32%

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

R = 41.05%
G = 6.32%
B = 52.63%

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

#C31EFA (or 0xC31EFA) is known color: Electric Purple. HEX triplet: C3, 1E and FA. RGB value is (195,30,250). Sum of RGB (Red+Green+Blue) = 195+30+250=475 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.05% from 475); Green value is 30 (12.11% from 255 or 6.32% from 475); Blue value is 250 (98.05% from 255 or 52.63% from 475); Max value from RGB is 250 - color contains mainly: blue. Hex color #C31EFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C31EFA is #3CE105. Grayscale: #676767. Windows color (decimal): -3989766 or 16391875. OLE color: 16391875.

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

Color convert

RGB 195 30 250 -
CMYK 0.22 0.88 0 0.02
HSL 285º 0.96% 0.55% -
HSV(B) 285º 0.88% 0.98% -
XYZ 40.23 19.43 92.07 -
YUV 104.42 210.16 192.61 -
System Red Green Blue C M Y K H S L
Decimal 195 30 250 0.22 0.88 0 0.02 285 0.96 0.55
Hex C3 1E FA 16 58 0 2 11D 60 37
Octal 303 36 372 26 130 0 2 435 140 67
Binary 11000011 11110 11111010 10110 1011000 0 10 100011101 1100000 110111

Color Harmonies of #C31EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31EFA

Black with #C31EFA

Text Example


Text Example

White with #C31EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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