Html Css Color HEX #C91CEA Electric Purple

📋 copy color: '#C91CEA'

red 201 ◦ green 28 ◦ blue 234

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

Shades of Electric Purple #C91CEA

Tints of Electric Purple #C91CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50.54%

R = 43.41%
G = 6.05%
B = 50.54%

CMYK

 C value IS 0.14

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C91CEA (or 0xC91CEA) is known color: Electric Purple. HEX triplet: C9, 1C and EA. RGB value is (201,28,234). Sum of RGB (Red+Green+Blue) = 201+28+234=463 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.41% from 463); Green value is 28 (11.33% from 255 or 6.05% from 463); Blue value is 234 (91.80% from 255 or 50.54% from 463); Max value from RGB is 234 - color contains mainly: blue. Hex color #C91CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C91CEA is #36E315. Grayscale: #666666. Windows color (decimal): -3597078 or 15342793. OLE color: 15342793.

HSL color Cylindrical-coordinate representation of color #C91CEA: hue angle of 290.39º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C91CEA is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 28 234 -
CMYK 0.14 0.88 0 0.08
HSL 290.39º 0.83% 0.51% -
HSV(B) 290.39º 0.88% 0.92% -
XYZ 39.35 19.19 79.47 -
YUV 103.21 201.81 197.75 -
System Red Green Blue C M Y K H S L
Decimal 201 28 234 0.14 0.88 0 0.08 290.39 0.83 0.51
Hex C9 1C EA E 58 0 8 122 53 33
Octal 311 34 352 16 130 0 10 442 123 63
Binary 11001001 11100 11101010 1110 1011000 0 1000 100100010 1010011 110011

Color Harmonies of #C91CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91CEA

Black with #C91CEA

Text Example


Text Example

White with #C91CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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