Html Css Color HEX #C901E9 Electric Purple

📋 copy color: '#C901E9'

red 201 ◦ green 1 ◦ blue 233

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

Shades of Electric Purple #C901E9

Tints of Electric Purple #C901E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 53.56%

R = 46.21%
G = 0.23%
B = 53.56%

CMYK

 C value IS 0.14

 M value IS 1.00

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C901E9 (or 0xC901E9) is known color: Electric Purple. HEX triplet: C9, 01 and E9. RGB value is (201,1,233). Sum of RGB (Red+Green+Blue) = 201+1+233=435 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.21% from 435); Green value is 1 (0.78% from 255 or 0.23% from 435); Blue value is 233 (91.41% from 255 or 53.56% from 435); Max value from RGB is 233 - color contains mainly: blue. Hex color #C901E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C901E9 is #36FE16. Grayscale: #565656. Windows color (decimal): -3603991 or 15270345. OLE color: 15270345.

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

Color convert

RGB 201 1 233 -
CMYK 0.14 1.00 0 0.09
HSL 291.72º 0.99% 0.46% -
HSV(B) 291.72º 1% 0.91% -
XYZ 38.81 18.32 78.58 -
YUV 87.25 210.26 209.14 -
System Red Green Blue C M Y K H S L
Decimal 201 1 233 0.14 1.00 0 0.09 291.72 0.99 0.46
Hex C9 1 E9 E 64 0 9 124 63 2E
Octal 311 1 351 16 144 0 11 444 143 56
Binary 11001001 1 11101001 1110 1100100 0 1001 100100100 1100011 101110

Color Harmonies of #C901E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C901E9

Black with #C901E9

Text Example


Text Example

White with #C901E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C901E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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