Html Css Color HEX #C91FEF Electric Purple

📋 copy color: '#C91FEF'

red 201 ◦ green 31 ◦ blue 239

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

Shades of Electric Purple #C91FEF

Tints of Electric Purple #C91FEF

RGB

 RED value IS 201 (78.91% from 255) = 42.68%

 GREEN value IS 31 (12.5% from 255) = 6.58%

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

R = 42.68%
G = 6.58%
B = 50.74%

CMYK

 C value IS 0.16

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C91FEF (or 0xC91FEF) is known color: Electric Purple. HEX triplet: C9, 1F and EF. RGB value is (201,31,239). Sum of RGB (Red+Green+Blue) = 201+31+239=471 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.68% from 471); Green value is 31 (12.5% from 255 or 6.58% from 471); Blue value is 239 (93.75% from 255 or 50.74% from 471); Max value from RGB is 239 - color contains mainly: blue. Hex color #C91FEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C91FEF is #36E010. Grayscale: #686868. Windows color (decimal): -3596305 or 15671241. OLE color: 15671241.

HSL color Cylindrical-coordinate representation of color #C91FEF: hue angle of 289.04º 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 #C91FEF is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 201 31 239 -
CMYK 0.16 0.87 0 0.06
HSL 289.04º 0.87% 0.53% -
HSV(B) 289.04º 0.87% 0.94% -
XYZ 40.16 19.63 83.33 -
YUV 105.54 203.32 196.09 -
System Red Green Blue C M Y K H S L
Decimal 201 31 239 0.16 0.87 0 0.06 289.04 0.87 0.53
Hex C9 1F EF 10 57 0 6 121 57 35
Octal 311 37 357 20 127 0 6 441 127 65
Binary 11001001 11111 11101111 10000 1010111 0 110 100100001 1010111 110101

Color Harmonies of #C91FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91FEF

Black with #C91FEF

Text Example


Text Example

White with #C91FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91FEF; }

 p { color: rgb(201,31,239); }

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

background-color css

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

 a { background-color: rgb(201,31,239); }

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

border-color css

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

 span { border-color: rgb(201,31,239); }

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