Html Css Color HEX #C91FED Electric Purple

📋 copy color: '#C91FED'

red 201 ◦ green 31 ◦ blue 237

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

Shades of Electric Purple #C91FED

Tints of Electric Purple #C91FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.53%

R = 42.86%
G = 6.61%
B = 50.53%

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

#C91FED (or 0xC91FED) is known color: Electric Purple. HEX triplet: C9, 1F and ED. RGB value is (201,31,237). Sum of RGB (Red+Green+Blue) = 201+31+237=469 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.86% from 469); Green value is 31 (12.5% from 255 or 6.61% from 469); Blue value is 237 (92.97% from 255 or 50.53% from 469); Max value from RGB is 237 - color contains mainly: blue. Hex color #C91FED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C91FED is #36E012. Grayscale: #686868. Windows color (decimal): -3596307 or 15540169. OLE color: 15540169.

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

Color convert

RGB 201 31 237 -
CMYK 0.15 0.87 0 0.07
HSL 289.51º 0.85% 0.53% -
HSV(B) 289.51º 0.87% 0.93% -
XYZ 39.86 19.51 81.79 -
YUV 105.31 202.32 196.25 -
System Red Green Blue C M Y K H S L
Decimal 201 31 237 0.15 0.87 0 0.07 289.51 0.85 0.53
Hex C9 1F ED F 57 0 7 122 55 35
Octal 311 37 355 17 127 0 7 442 125 65
Binary 11001001 11111 11101101 1111 1010111 0 111 100100010 1010101 110101

Color Harmonies of #C91FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91FED

Black with #C91FED

Text Example


Text Example

White with #C91FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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