Html Css Color HEX #C91AEC Electric Purple

📋 copy color: '#C91AEC'

red 201 ◦ green 26 ◦ blue 236

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

Shades of Electric Purple #C91AEC

Tints of Electric Purple #C91AEC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.62%

 BLUE value IS 236 (92.58% from 255) = 50.97%

R = 43.41%
G = 5.62%
B = 50.97%

CMYK

 C value IS 0.15

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C91AEC (or 0xC91AEC) is known color: Electric Purple. HEX triplet: C9, 1A and EC. RGB value is (201,26,236). Sum of RGB (Red+Green+Blue) = 201+26+236=463 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.41% from 463); Green value is 26 (10.55% from 255 or 5.62% from 463); Blue value is 236 (92.58% from 255 or 50.97% from 463); Max value from RGB is 236 - color contains mainly: blue. Hex color #C91AEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C91AEC is #36E513. Grayscale: #656565. Windows color (decimal): -3597588 or 15473353. OLE color: 15473353.

HSL color Cylindrical-coordinate representation of color #C91AEC: hue angle of 290º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C91AEC is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 26 236 -
CMYK 0.15 0.89 0 0.07
HSL 290º 0.85% 0.51% -
HSV(B) 290º 0.89% 0.93% -
XYZ 39.6 19.21 80.98 -
YUV 102.27 203.48 198.42 -
System Red Green Blue C M Y K H S L
Decimal 201 26 236 0.15 0.89 0 0.07 290 0.85 0.51
Hex C9 1A EC F 59 0 7 122 55 33
Octal 311 32 354 17 131 0 7 442 125 63
Binary 11001001 11010 11101100 1111 1011001 0 111 100100010 1010101 110011

Color Harmonies of #C91AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91AEC

Black with #C91AEC

Text Example


Text Example

White with #C91AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91AEC; }

 p { color: rgb(201,26,236); }

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

background-color css

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

 a { background-color: rgb(201,26,236); }

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

border-color css

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

 span { border-color: rgb(201,26,236); }

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