Html Css Color HEX #C901EA Electric Purple

📋 copy color: '#C901EA'

red 201 ◦ green 1 ◦ blue 234

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

Shades of Electric Purple #C901EA

Tints of Electric Purple #C901EA

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.23%

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

R = 46.1%
G = 0.23%
B = 53.67%

CMYK

 C value IS 0.14

 M value IS 1.00

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C901EA (or 0xC901EA) is known color: Electric Purple. HEX triplet: C9, 01 and EA. RGB value is (201,1,234). Sum of RGB (Red+Green+Blue) = 201+1+234=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 1 (0.78% from 255 or 0.23% from 436); Blue value is 234 (91.80% from 255 or 53.67% from 436); Max value from RGB is 234 - color contains mainly: blue. Hex color #C901EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C901EA is #36FE15. Grayscale: #565656. Windows color (decimal): -3603990 or 15335881. OLE color: 15335881.

HSL color Cylindrical-coordinate representation of color #C901EA: hue angle of 291.5º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C901EA is Cyan = 0.14, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 1 234 -
CMYK 0.14 1.00 0 0.08
HSL 291.5º 0.99% 0.46% -
HSV(B) 291.5º 1% 0.92% -
XYZ 38.95 18.38 79.34 -
YUV 87.36 210.76 209.05 -
System Red Green Blue C M Y K H S L
Decimal 201 1 234 0.14 1.00 0 0.08 291.5 0.99 0.46
Hex C9 1 EA E 64 0 8 124 63 2E
Octal 311 1 352 16 144 0 10 444 143 56
Binary 11001001 1 11101010 1110 1100100 0 1000 100100100 1100011 101110

Color Harmonies of #C901EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C901EA

Black with #C901EA

Text Example


Text Example

White with #C901EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C901EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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