Html Css Color HEX #C901FE Electric Purple

📋 copy color: '#C901FE'

red 201 ◦ green 1 ◦ blue 254

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

Shades of Electric Purple #C901FE

Tints of Electric Purple #C901FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 55.7%

R = 44.08%
G = 0.22%
B = 55.7%

CMYK

 C value IS 0.21

 M value IS 1.00

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C901FE (or 0xC901FE) is known color: Electric Purple. HEX triplet: C9, 01 and FE. RGB value is (201,1,254). Sum of RGB (Red+Green+Blue) = 201+1+254=456 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.08% from 456); Green value is 1 (0.78% from 255 or 0.22% from 456); Blue value is 254 (99.61% from 255 or 55.70% from 456); Max value from RGB is 254 - color contains mainly: blue. Hex color #C901FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C901FE is #36FE01. Grayscale: #585858. Windows color (decimal): -3603970 or 16646601. OLE color: 16646601.

HSL color Cylindrical-coordinate representation of color #C901FE: hue angle of 287.43º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C901FE is Cyan = 0.21, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 201 1 254 -
CMYK 0.21 1.00 0 0.00
HSL 287.43º 0.99% 0.5% -
HSV(B) 287.43º 1% 1% -
XYZ 41.99 19.59 95.34 -
YUV 89.64 220.76 207.43 -
System Red Green Blue C M Y K H S L
Decimal 201 1 254 0.21 1.00 0 0.00 287.43 0.99 0.5
Hex C9 1 FE 15 64 0 0 11F 63 32
Octal 311 1 376 25 144 0 0 437 143 62
Binary 11001001 1 11111110 10101 1100100 0 0 100011111 1100011 110010

Color Harmonies of #C901FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C901FE

Black with #C901FE

Text Example


Text Example

White with #C901FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C901FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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