Html Css Color HEX #C31EF2 Electric Purple

📋 copy color: '#C31EF2'

red 195 ◦ green 30 ◦ blue 242

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

Shades of Electric Purple #C31EF2

Tints of Electric Purple #C31EF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 51.82%

R = 41.76%
G = 6.42%
B = 51.82%

CMYK

 C value IS 0.19

 M value IS 0.88

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C31EF2 (or 0xC31EF2) is known color: Electric Purple. HEX triplet: C3, 1E and F2. RGB value is (195,30,242). Sum of RGB (Red+Green+Blue) = 195+30+242=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 30 (12.11% from 255 or 6.42% from 467); Blue value is 242 (94.92% from 255 or 51.82% from 467); Max value from RGB is 242 - color contains mainly: blue. Hex color #C31EF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C31EF2 is #3CE10D. Grayscale: #666666. Windows color (decimal): -3989774 or 15867587. OLE color: 15867587.

HSL color Cylindrical-coordinate representation of color #C31EF2: hue angle of 286.7º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C31EF2 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 195 30 242 -
CMYK 0.19 0.88 0 0.05
HSL 286.7º 0.89% 0.53% -
HSV(B) 286.7º 0.88% 0.95% -
XYZ 39 18.94 85.61 -
YUV 103.5 206.16 193.26 -
System Red Green Blue C M Y K H S L
Decimal 195 30 242 0.19 0.88 0 0.05 286.7 0.89 0.53
Hex C3 1E F2 13 58 0 5 11F 59 35
Octal 303 36 362 23 130 0 5 437 131 65
Binary 11000011 11110 11110010 10011 1011000 0 101 100011111 1011001 110101

Color Harmonies of #C31EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31EF2

Black with #C31EF2

Text Example


Text Example

White with #C31EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31EF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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