Html Css Color HEX #C31AFF Electric Purple

📋 copy color: '#C31AFF'

red 195 ◦ green 26 ◦ blue 255

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

Shades of Electric Purple #C31AFF

Tints of Electric Purple #C31AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.57%

R = 40.97%
G = 5.46%
B = 53.57%

CMYK

 C value IS 0.24

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C31AFF (or 0xC31AFF) is known color: Electric Purple. HEX triplet: C3, 1A and FF. RGB value is (195,26,255). Sum of RGB (Red+Green+Blue) = 195+26+255=476 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.97% from 476); Green value is 26 (10.55% from 255 or 5.46% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #C31AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C31AFF is #3CE500. Grayscale: #656565. Windows color (decimal): -3990785 or 16718531. OLE color: 16718531.

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

Color convert

RGB 195 26 255 -
CMYK 0.24 0.90 0 0
HSL 284.28º 1% 0.55% -
HSV(B) 284.28º 0.9% 1% -
XYZ 40.93 19.56 96.23 -
YUV 102.64 213.99 193.88 -
System Red Green Blue C M Y K H S L
Decimal 195 26 255 0.24 0.90 0 0 284.28 1 0.55
Hex C3 1A FF 18 5A 0 0 11C 64 37
Octal 303 32 377 30 132 0 0 434 144 67
Binary 11000011 11010 11111111 11000 1011010 0 0 100011100 1100100 110111

Color Harmonies of #C31AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31AFF

Black with #C31AFF

Text Example


Text Example

White with #C31AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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