Html Css Color HEX #C91FFA Electric Purple

📋 copy color: '#C91FFA'

red 201 ◦ green 31 ◦ blue 250

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

Shades of Electric Purple #C91FFA

Tints of Electric Purple #C91FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 51.87%

R = 41.7%
G = 6.43%
B = 51.87%

CMYK

 C value IS 0.20

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C91FFA (or 0xC91FFA) is known color: Electric Purple. HEX triplet: C9, 1F and FA. RGB value is (201,31,250). Sum of RGB (Red+Green+Blue) = 201+31+250=482 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.70% from 482); Green value is 31 (12.5% from 255 or 6.43% from 482); Blue value is 250 (98.05% from 255 or 51.87% from 482); Max value from RGB is 250 - color contains mainly: blue. Hex color #C91FFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C91FFA is #36E005. Grayscale: #6A6A6A. Windows color (decimal): -3596294 or 16392137. OLE color: 16392137.

HSL color Cylindrical-coordinate representation of color #C91FFA: hue angle of 286.58º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C91FFA is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 31 250 -
CMYK 0.20 0.88 0 0.02
HSL 286.58º 0.96% 0.55% -
HSV(B) 286.58º 0.88% 0.98% -
XYZ 41.83 20.3 92.16 -
YUV 106.8 208.82 195.19 -
System Red Green Blue C M Y K H S L
Decimal 201 31 250 0.20 0.88 0 0.02 286.58 0.96 0.55
Hex C9 1F FA 14 58 0 2 11F 60 37
Octal 311 37 372 24 130 0 2 437 140 67
Binary 11001001 11111 11111010 10100 1011000 0 10 100011111 1100000 110111

Color Harmonies of #C91FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91FFA

Black with #C91FFA

Text Example


Text Example

White with #C91FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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