Html Css Color HEX #C31AFE Electric Purple

📋 copy color: '#C31AFE'

red 195 ◦ green 26 ◦ blue 254

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

Shades of Electric Purple #C31AFE

Tints of Electric Purple #C31AFE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.47%

 BLUE value IS 254 (99.61% from 255) = 53.47%

R = 41.05%
G = 5.47%
B = 53.47%

CMYK

 C value IS 0.23

 M value IS 0.90

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C31AFE (or 0xC31AFE) is known color: Electric Purple. HEX triplet: C3, 1A and FE. RGB value is (195,26,254). Sum of RGB (Red+Green+Blue) = 195+26+254=475 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.05% from 475); Green value is 26 (10.55% from 255 or 5.47% from 475); Blue value is 254 (99.61% from 255 or 53.47% from 475); Max value from RGB is 254 - color contains mainly: blue. Hex color #C31AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C31AFE is #3CE501. Grayscale: #656565. Windows color (decimal): -3990786 or 16652995. OLE color: 16652995.

HSL color Cylindrical-coordinate representation of color #C31AFE: hue angle of 284.47º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C31AFE is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 195 26 254 -
CMYK 0.23 0.90 0 0.00
HSL 284.47º 0.99% 0.55% -
HSV(B) 284.47º 0.9% 1% -
XYZ 40.76 19.5 95.38 -
YUV 102.52 213.49 193.96 -
System Red Green Blue C M Y K H S L
Decimal 195 26 254 0.23 0.90 0 0.00 284.47 0.99 0.55
Hex C3 1A FE 17 5A 0 0 11C 63 37
Octal 303 32 376 27 132 0 0 434 143 67
Binary 11000011 11010 11111110 10111 1011010 0 0 100011100 1100011 110111

Color Harmonies of #C31AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31AFE

Black with #C31AFE

Text Example


Text Example

White with #C31AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31AFE; }

 p { color: rgb(195,26,254); }

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

background-color css

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

 a { background-color: rgb(195,26,254); }

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

border-color css

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

 span { border-color: rgb(195,26,254); }

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