Html Css Color HEX #C901F3 Electric Purple

📋 copy color: '#C901F3'

red 201 ◦ green 1 ◦ blue 243

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

Shades of Electric Purple #C901F3

Tints of Electric Purple #C901F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 54.61%

R = 45.17%
G = 0.22%
B = 54.61%

CMYK

 C value IS 0.17

 M value IS 1.00

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C901F3 (or 0xC901F3) is known color: Electric Purple. HEX triplet: C9, 01 and F3. RGB value is (201,1,243). Sum of RGB (Red+Green+Blue) = 201+1+243=445 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.17% from 445); Green value is 1 (0.78% from 255 or 0.22% from 445); Blue value is 243 (95.31% from 255 or 54.61% from 445); Max value from RGB is 243 - color contains mainly: blue. Hex color #C901F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C901F3 is #36FE0C. Grayscale: #575757. Windows color (decimal): -3603981 or 15925705. OLE color: 15925705.

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

Color convert

RGB 201 1 243 -
CMYK 0.17 1.00 0 0.05
HSL 289.59º 0.99% 0.48% -
HSV(B) 289.59º 1% 0.95% -
XYZ 40.28 18.91 86.32 -
YUV 88.39 215.26 208.32 -
System Red Green Blue C M Y K H S L
Decimal 201 1 243 0.17 1.00 0 0.05 289.59 0.99 0.48
Hex C9 1 F3 11 64 0 5 122 63 30
Octal 311 1 363 21 144 0 5 442 143 60
Binary 11001001 1 11110011 10001 1100100 0 101 100100010 1100011 110000

Color Harmonies of #C901F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C901F3

Black with #C901F3

Text Example


Text Example

White with #C901F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C901F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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