Html Css Color HEX #C91FEB Electric Purple

📋 copy color: '#C91FEB'

red 201 ◦ green 31 ◦ blue 235

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

Shades of Electric Purple #C91FEB

Tints of Electric Purple #C91FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.32%

R = 43.04%
G = 6.64%
B = 50.32%

CMYK

 C value IS 0.14

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C91FEB (or 0xC91FEB) is known color: Electric Purple. HEX triplet: C9, 1F and EB. RGB value is (201,31,235). Sum of RGB (Red+Green+Blue) = 201+31+235=467 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.04% from 467); Green value is 31 (12.5% from 255 or 6.64% from 467); Blue value is 235 (92.19% from 255 or 50.32% from 467); Max value from RGB is 235 - color contains mainly: blue. Hex color #C91FEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C91FEB is #36E014. Grayscale: #686868. Windows color (decimal): -3596309 or 15409097. OLE color: 15409097.

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

Color convert

RGB 201 31 235 -
CMYK 0.14 0.87 0 0.08
HSL 290º 0.84% 0.52% -
HSV(B) 290º 0.87% 0.92% -
XYZ 39.57 19.4 80.26 -
YUV 105.09 201.32 196.41 -
System Red Green Blue C M Y K H S L
Decimal 201 31 235 0.14 0.87 0 0.08 290 0.84 0.52
Hex C9 1F EB E 57 0 8 122 54 34
Octal 311 37 353 16 127 0 10 442 124 64
Binary 11001001 11111 11101011 1110 1010111 0 1000 100100010 1010100 110100

Color Harmonies of #C91FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91FEB

Black with #C91FEB

Text Example


Text Example

White with #C91FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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