Html Css Color HEX #C91FEC Electric Purple

📋 copy color: '#C91FEC'

red 201 ◦ green 31 ◦ blue 236

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

Shades of Electric Purple #C91FEC

Tints of Electric Purple #C91FEC

RGB

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

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

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

R = 42.95%
G = 6.62%
B = 50.43%

CMYK

 C value IS 0.15

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C91FEC (or 0xC91FEC) is known color: Electric Purple. HEX triplet: C9, 1F and EC. RGB value is (201,31,236). Sum of RGB (Red+Green+Blue) = 201+31+236=468 (61% of max value = 765). Red value is 201 (78.91% from 255 or 42.95% from 468); Green value is 31 (12.5% from 255 or 6.62% from 468); Blue value is 236 (92.58% from 255 or 50.43% from 468); Max value from RGB is 236 - color contains mainly: blue. Hex color #C91FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C91FEC is #36E013. Grayscale: #686868. Windows color (decimal): -3596308 or 15474633. OLE color: 15474633.

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

Color convert

RGB 201 31 236 -
CMYK 0.15 0.87 0 0.07
HSL 289.76º 0.84% 0.52% -
HSV(B) 289.76º 0.87% 0.93% -
XYZ 39.72 19.45 81.02 -
YUV 105.2 201.82 196.33 -
System Red Green Blue C M Y K H S L
Decimal 201 31 236 0.15 0.87 0 0.07 289.76 0.84 0.52
Hex C9 1F EC F 57 0 7 122 54 34
Octal 311 37 354 17 127 0 7 442 124 64
Binary 11001001 11111 11101100 1111 1010111 0 111 100100010 1010100 110100

Color Harmonies of #C91FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91FEC

Black with #C91FEC

Text Example


Text Example

White with #C91FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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