Html Css Color HEX #C91CEF Electric Purple

📋 copy color: '#C91CEF'

red 201 ◦ green 28 ◦ blue 239

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

Shades of Electric Purple #C91CEF

Tints of Electric Purple #C91CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 51.07%

R = 42.95%
G = 5.98%
B = 51.07%

CMYK

 C value IS 0.16

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C91CEF (or 0xC91CEF) is known color: Electric Purple. HEX triplet: C9, 1C and EF. RGB value is (201,28,239). Sum of RGB (Red+Green+Blue) = 201+28+239=468 (61% of max value = 765). Red value is 201 (78.91% from 255 or 42.95% from 468); Green value is 28 (11.33% from 255 or 5.98% from 468); Blue value is 239 (93.75% from 255 or 51.07% from 468); Max value from RGB is 239 - color contains mainly: blue. Hex color #C91CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C91CEF is #36E310. Grayscale: #676767. Windows color (decimal): -3597073 or 15670473. OLE color: 15670473.

HSL color Cylindrical-coordinate representation of color #C91CEF: hue angle of 289.19º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C91CEF is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 201 28 239 -
CMYK 0.16 0.88 0 0.06
HSL 289.19º 0.87% 0.52% -
HSV(B) 289.19º 0.88% 0.94% -
XYZ 40.08 19.48 83.31 -
YUV 103.78 204.31 197.34 -
System Red Green Blue C M Y K H S L
Decimal 201 28 239 0.16 0.88 0 0.06 289.19 0.87 0.52
Hex C9 1C EF 10 58 0 6 121 57 34
Octal 311 34 357 20 130 0 6 441 127 64
Binary 11001001 11100 11101111 10000 1011000 0 110 100100001 1010111 110100

Color Harmonies of #C91CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91CEF

Black with #C91CEF

Text Example


Text Example

White with #C91CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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