Html Css Color HEX #C31FFD Electric Purple

📋 copy color: '#C31FFD'

red 195 ◦ green 31 ◦ blue 253

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

Shades of Electric Purple #C31FFD

Tints of Electric Purple #C31FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 52.82%

R = 40.71%
G = 6.47%
B = 52.82%

CMYK

 C value IS 0.23

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C31FFD (or 0xC31FFD) is known color: Electric Purple. HEX triplet: C3, 1F and FD. RGB value is (195,31,253). Sum of RGB (Red+Green+Blue) = 195+31+253=479 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.71% from 479); Green value is 31 (12.5% from 255 or 6.47% from 479); Blue value is 253 (99.22% from 255 or 52.82% from 479); Max value from RGB is 253 - color contains mainly: blue. Hex color #C31FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C31FFD is #3CE002. Grayscale: #686868. Windows color (decimal): -3989507 or 16588739. OLE color: 16588739.

HSL color Cylindrical-coordinate representation of color #C31FFD: hue angle of 284.32º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C31FFD is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 195 31 253 -
CMYK 0.23 0.88 0 0.01
HSL 284.32º 0.98% 0.56% -
HSV(B) 284.32º 0.88% 0.99% -
XYZ 40.73 19.67 94.58 -
YUV 105.34 211.33 191.95 -
System Red Green Blue C M Y K H S L
Decimal 195 31 253 0.23 0.88 0 0.01 284.32 0.98 0.56
Hex C3 1F FD 17 58 0 1 11C 62 38
Octal 303 37 375 27 130 0 1 434 142 70
Binary 11000011 11111 11111101 10111 1011000 0 1 100011100 1100010 111000

Color Harmonies of #C31FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31FFD

Black with #C31FFD

Text Example


Text Example

White with #C31FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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