Html Css Color HEX #C901F6 Electric Purple

📋 copy color: '#C901F6'

red 201 ◦ green 1 ◦ blue 246

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

Shades of Electric Purple #C901F6

Tints of Electric Purple #C901F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 54.91%

R = 44.87%
G = 0.22%
B = 54.91%

CMYK

 C value IS 0.18

 M value IS 1.00

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C901F6 (or 0xC901F6) is known color: Electric Purple. HEX triplet: C9, 01 and F6. RGB value is (201,1,246). Sum of RGB (Red+Green+Blue) = 201+1+246=448 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.87% from 448); Green value is 1 (0.78% from 255 or 0.22% from 448); Blue value is 246 (96.48% from 255 or 54.91% from 448); Max value from RGB is 246 - color contains mainly: blue. Hex color #C901F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C901F6 is #36FE09. Grayscale: #575757. Windows color (decimal): -3603978 or 16122313. OLE color: 16122313.

HSL color Cylindrical-coordinate representation of color #C901F6: hue angle of 288.98º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C901F6 is Cyan = 0.18, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 201 1 246 -
CMYK 0.18 1.00 0 0.04
HSL 288.98º 0.99% 0.48% -
HSV(B) 288.98º 1% 0.96% -
XYZ 40.73 19.09 88.73 -
YUV 88.73 216.76 208.08 -
System Red Green Blue C M Y K H S L
Decimal 201 1 246 0.18 1.00 0 0.04 288.98 0.99 0.48
Hex C9 1 F6 12 64 0 4 121 63 30
Octal 311 1 366 22 144 0 4 441 143 60
Binary 11001001 1 11110110 10010 1100100 0 100 100100001 1100011 110000

Color Harmonies of #C901F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C901F6

Black with #C901F6

Text Example


Text Example

White with #C901F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C901F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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