Html Css Color HEX #C31AEC Electric Purple

📋 copy color: '#C31AEC'

red 195 ◦ green 26 ◦ blue 236

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

Shades of Electric Purple #C31AEC

Tints of Electric Purple #C31AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 51.64%

R = 42.67%
G = 5.69%
B = 51.64%

CMYK

 C value IS 0.17

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C31AEC (or 0xC31AEC) is known color: Electric Purple. HEX triplet: C3, 1A and EC. RGB value is (195,26,236). Sum of RGB (Red+Green+Blue) = 195+26+236=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 26 (10.55% from 255 or 5.69% from 457); Blue value is 236 (92.58% from 255 or 51.64% from 457); Max value from RGB is 236 - color contains mainly: blue. Hex color #C31AEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C31AEC is #3CE513. Grayscale: #636363. Windows color (decimal): -3990804 or 15473347. OLE color: 15473347.

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

Color convert

RGB 195 26 236 -
CMYK 0.17 0.89 0 0.07
HSL 288.29º 0.85% 0.51% -
HSV(B) 288.29º 0.89% 0.93% -
XYZ 38.02 18.4 80.9 -
YUV 100.47 204.49 195.42 -
System Red Green Blue C M Y K H S L
Decimal 195 26 236 0.17 0.89 0 0.07 288.29 0.85 0.51
Hex C3 1A EC 11 59 0 7 120 55 33
Octal 303 32 354 21 131 0 7 440 125 63
Binary 11000011 11010 11101100 10001 1011001 0 111 100100000 1010101 110011

Color Harmonies of #C31AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31AEC

Black with #C31AEC

Text Example


Text Example

White with #C31AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31AEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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