Html Css Color HEX #C31EEC Electric Purple

📋 copy color: '#C31EEC'

red 195 ◦ green 30 ◦ blue 236

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

Shades of Electric Purple #C31EEC

Tints of Electric Purple #C31EEC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.51%

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

R = 42.3%
G = 6.51%
B = 51.19%

CMYK

 C value IS 0.17

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C31EEC (or 0xC31EEC) is known color: Electric Purple. HEX triplet: C3, 1E and EC. RGB value is (195,30,236). Sum of RGB (Red+Green+Blue) = 195+30+236=461 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.30% from 461); Green value is 30 (12.11% from 255 or 6.51% from 461); Blue value is 236 (92.58% from 255 or 51.19% from 461); Max value from RGB is 236 - color contains mainly: blue. Hex color #C31EEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C31EEC is #3CE113. Grayscale: #666666. Windows color (decimal): -3989780 or 15474371. OLE color: 15474371.

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

Color convert

RGB 195 30 236 -
CMYK 0.17 0.87 0 0.07
HSL 288.06º 0.84% 0.52% -
HSV(B) 288.06º 0.87% 0.93% -
XYZ 38.11 18.59 80.94 -
YUV 102.82 203.16 193.75 -
System Red Green Blue C M Y K H S L
Decimal 195 30 236 0.17 0.87 0 0.07 288.06 0.84 0.52
Hex C3 1E EC 11 57 0 7 120 54 34
Octal 303 36 354 21 127 0 7 440 124 64
Binary 11000011 11110 11101100 10001 1010111 0 111 100100000 1010100 110100

Color Harmonies of #C31EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31EEC

Black with #C31EEC

Text Example


Text Example

White with #C31EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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