Html Css Color HEX #C91CFA Electric Purple

📋 copy color: '#C91CFA'

red 201 ◦ green 28 ◦ blue 250

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

Shades of Electric Purple #C91CFA

Tints of Electric Purple #C91CFA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.85%

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

R = 41.96%
G = 5.85%
B = 52.19%

CMYK

 C value IS 0.20

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C91CFA (or 0xC91CFA) is known color: Electric Purple. HEX triplet: C9, 1C and FA. RGB value is (201,28,250). Sum of RGB (Red+Green+Blue) = 201+28+250=479 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.96% from 479); Green value is 28 (11.33% from 255 or 5.85% from 479); Blue value is 250 (98.05% from 255 or 52.19% from 479); Max value from RGB is 250 - color contains mainly: blue. Hex color #C91CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C91CFA is #36E305. Grayscale: #686868. Windows color (decimal): -3597062 or 16391369. OLE color: 16391369.

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

Color convert

RGB 201 28 250 -
CMYK 0.20 0.89 0 0.02
HSL 286.76º 0.96% 0.55% -
HSV(B) 286.76º 0.89% 0.98% -
XYZ 41.76 20.15 92.13 -
YUV 105.04 209.81 196.45 -
System Red Green Blue C M Y K H S L
Decimal 201 28 250 0.20 0.89 0 0.02 286.76 0.96 0.55
Hex C9 1C FA 14 59 0 2 11F 60 37
Octal 311 34 372 24 131 0 2 437 140 67
Binary 11001001 11100 11111010 10100 1011001 0 10 100011111 1100000 110111

Color Harmonies of #C91CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91CFA

Black with #C91CFA

Text Example


Text Example

White with #C91CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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