Html Css Color HEX #C31AEA Electric Purple

📋 copy color: '#C31AEA'

red 195 ◦ green 26 ◦ blue 234

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

Shades of Electric Purple #C31AEA

Tints of Electric Purple #C31AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 51.43%

R = 42.86%
G = 5.71%
B = 51.43%

CMYK

 C value IS 0.17

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C31AEA (or 0xC31AEA) is known color: Electric Purple. HEX triplet: C3, 1A and EA. RGB value is (195,26,234). Sum of RGB (Red+Green+Blue) = 195+26+234=455 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.86% from 455); Green value is 26 (10.55% from 255 or 5.71% from 455); Blue value is 234 (91.80% from 255 or 51.43% from 455); Max value from RGB is 234 - color contains mainly: blue. Hex color #C31AEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C31AEA is #3CE515. Grayscale: #636363. Windows color (decimal): -3990806 or 15342275. OLE color: 15342275.

HSL color Cylindrical-coordinate representation of color #C31AEA: hue angle of 288.75º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C31AEA is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 195 26 234 -
CMYK 0.17 0.89 0 0.08
HSL 288.75º 0.83% 0.51% -
HSV(B) 288.75º 0.89% 0.92% -
XYZ 37.73 18.28 79.38 -
YUV 100.24 203.49 195.59 -
System Red Green Blue C M Y K H S L
Decimal 195 26 234 0.17 0.89 0 0.08 288.75 0.83 0.51
Hex C3 1A EA 11 59 0 8 121 53 33
Octal 303 32 352 21 131 0 10 441 123 63
Binary 11000011 11010 11101010 10001 1011001 0 1000 100100001 1010011 110011

Color Harmonies of #C31AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31AEA

Black with #C31AEA

Text Example


Text Example

White with #C31AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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