Html Css Color HEX #C901E8 Electric Purple

📋 copy color: '#C901E8'

red 201 ◦ green 1 ◦ blue 232

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

Shades of Electric Purple #C901E8

Tints of Electric Purple #C901E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 53.46%

R = 46.31%
G = 0.23%
B = 53.46%

CMYK

 C value IS 0.13

 M value IS 1.00

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C901E8 (or 0xC901E8) is known color: Electric Purple. HEX triplet: C9, 01 and E8. RGB value is (201,1,232). Sum of RGB (Red+Green+Blue) = 201+1+232=434 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.31% from 434); Green value is 1 (0.78% from 255 or 0.23% from 434); Blue value is 232 (91.02% from 255 or 53.46% from 434); Max value from RGB is 232 - color contains mainly: blue. Hex color #C901E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C901E8 is #36FE17. Grayscale: #565656. Windows color (decimal): -3603992 or 15204809. OLE color: 15204809.

HSL color Cylindrical-coordinate representation of color #C901E8: hue angle of 291.95º 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 #C901E8 is Cyan = 0.13, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 201 1 232 -
CMYK 0.13 1.00 0 0.09
HSL 291.95º 0.99% 0.46% -
HSV(B) 291.95º 1% 0.91% -
XYZ 38.66 18.27 77.83 -
YUV 87.13 209.76 209.22 -
System Red Green Blue C M Y K H S L
Decimal 201 1 232 0.13 1.00 0 0.09 291.95 0.99 0.46
Hex C9 1 E8 D 64 0 9 124 63 2E
Octal 311 1 350 15 144 0 11 444 143 56
Binary 11001001 1 11101000 1101 1100100 0 1001 100100100 1100011 101110

Color Harmonies of #C901E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C901E8

Black with #C901E8

Text Example


Text Example

White with #C901E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C901E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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