Html Css Color HEX #C91FFE Electric Purple

📋 copy color: '#C91FFE'

red 201 ◦ green 31 ◦ blue 254

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

Shades of Electric Purple #C91FFE

Tints of Electric Purple #C91FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 52.26%

R = 41.36%
G = 6.38%
B = 52.26%

CMYK

 C value IS 0.21

 M value IS 0.88

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C91FFE (or 0xC91FFE) is known color: Electric Purple. HEX triplet: C9, 1F and FE. RGB value is (201,31,254). Sum of RGB (Red+Green+Blue) = 201+31+254=486 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.36% from 486); Green value is 31 (12.5% from 255 or 6.38% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #C91FFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C91FFE is #36E001. Grayscale: #6A6A6A. Windows color (decimal): -3596290 or 16654281. OLE color: 16654281.

HSL color Cylindrical-coordinate representation of color #C91FFE: hue angle of 285.74º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C91FFE is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 201 31 254 -
CMYK 0.21 0.88 0 0.00
HSL 285.74º 0.99% 0.56% -
HSV(B) 285.74º 0.88% 1% -
XYZ 42.47 20.55 95.49 -
YUV 107.25 210.82 194.87 -
System Red Green Blue C M Y K H S L
Decimal 201 31 254 0.21 0.88 0 0.00 285.74 0.99 0.56
Hex C9 1F FE 15 58 0 0 11E 63 38
Octal 311 37 376 25 130 0 0 436 143 70
Binary 11001001 11111 11111110 10101 1011000 0 0 100011110 1100011 111000

Color Harmonies of #C91FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91FFE

Black with #C91FFE

Text Example


Text Example

White with #C91FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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