Html Css Color HEX #C31EEF Electric Purple

📋 copy color: '#C31EEF'

red 195 ◦ green 30 ◦ blue 239

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

Shades of Electric Purple #C31EEF

Tints of Electric Purple #C31EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 51.51%

R = 42.03%
G = 6.47%
B = 51.51%

CMYK

 C value IS 0.18

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C31EEF (or 0xC31EEF) is known color: Electric Purple. HEX triplet: C3, 1E and EF. RGB value is (195,30,239). Sum of RGB (Red+Green+Blue) = 195+30+239=464 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.03% from 464); Green value is 30 (12.11% from 255 or 6.47% from 464); Blue value is 239 (93.75% from 255 or 51.51% from 464); Max value from RGB is 239 - color contains mainly: blue. Hex color #C31EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C31EEF is #3CE110. Grayscale: #666666. Windows color (decimal): -3989777 or 15670979. OLE color: 15670979.

HSL color Cylindrical-coordinate representation of color #C31EEF: hue angle of 287.37º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C31EEF is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 195 30 239 -
CMYK 0.18 0.87 0 0.06
HSL 287.37º 0.87% 0.53% -
HSV(B) 287.37º 0.87% 0.94% -
XYZ 38.55 18.76 83.25 -
YUV 103.16 204.66 193.51 -
System Red Green Blue C M Y K H S L
Decimal 195 30 239 0.18 0.87 0 0.06 287.37 0.87 0.53
Hex C3 1E EF 12 57 0 6 11F 57 35
Octal 303 36 357 22 127 0 6 437 127 65
Binary 11000011 11110 11101111 10010 1010111 0 110 100011111 1010111 110101

Color Harmonies of #C31EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31EEF

Black with #C31EEF

Text Example


Text Example

White with #C31EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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