Html Css Color HEX #C901FF Electric Purple

📋 copy color: '#C901FF'

red 201 ◦ green 1 ◦ blue 255

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

Shades of Electric Purple #C901FF

Tints of Electric Purple #C901FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 55.8%

R = 43.98%
G = 0.22%
B = 55.8%

CMYK

 C value IS 0.21

 M value IS 1.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C901FF (or 0xC901FF) is known color: Electric Purple. HEX triplet: C9, 01 and FF. RGB value is (201,1,255). Sum of RGB (Red+Green+Blue) = 201+1+255=457 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.98% from 457); Green value is 1 (0.78% from 255 or 0.22% from 457); Blue value is 255 (100% from 255 or 55.80% from 457); Max value from RGB is 255 - color contains mainly: blue. Hex color #C901FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C901FF is #36FE00. Grayscale: #585858. Windows color (decimal): -3603969 or 16712137. OLE color: 16712137.

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

Color convert

RGB 201 1 255 -
CMYK 0.21 1.00 0 0
HSL 287.24º 1% 0.5% -
HSV(B) 287.24º 1% 1% -
XYZ 42.15 19.66 96.18 -
YUV 89.76 221.26 207.35 -
System Red Green Blue C M Y K H S L
Decimal 201 1 255 0.21 1.00 0 0 287.24 1 0.5
Hex C9 1 FF 15 64 0 0 11F 64 32
Octal 311 1 377 25 144 0 0 437 144 62
Binary 11001001 1 11111111 10101 1100100 0 0 100011111 1100100 110010

Color Harmonies of #C901FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C901FF

Black with #C901FF

Text Example


Text Example

White with #C901FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C901FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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